This is Argyn's blog. I comment on topics of my interests such as software, math, finance, and music. Also, I write about local events in Northern Virginia, USA and all things related to Kazakhstan

Sunday, December 21, 2008

.NET configuration file for VC++ Express

This article explains how to add configuration file to .NET assembly with VC++. I used it to disable concurrent garbage collector in VC++ application. It was crashing on 64 bits windows server. After disabling the concurrent GC, it was more stable.

I still can't figure out how to inject app config file into the .NET exe file. Yun Jin has a blog post on OOM exceptions and GC in .NET.

Maoni's post on efficient GC use is also very infromative.

No comments: