Wednesday, July 29, 2009

.NET FRAMEWORK 2.0 legacyUnhandledExceptionPolicy

http://support.microsoft.com/default.aspx?scid=kb;EN-US;911816

http://stackoverflow.com/questions/959337/what-are-the-available-runtime-settings-for-app-config-files-in-net/959355


In the app.config file of a .NET application there is a element that allows you to configure various behaviours of the CLR, usually for backwards compatibility with legacy behaviours.

For example:


<configuration>
<runtime>
<legacyUnhandledExceptionPolicy enabled="true"/>
<legacyCorruptedStateExceptionsPolicy enabled="true"/>
runtime>
configuration>

Friday, July 24, 2009

Mimmo97 Blog Archive