This post by Zulfiqar Ahmed about the ConfigurationErrorsException when using Visual Studio saved my day.
This error suddently appeared when debugging a test case in Visual Studio and I didn't realize that this had something to do with activating the breakpoint on common language runtime exceptions.
Posts mit dem Label C# werden angezeigt. Alle Posts anzeigen
Posts mit dem Label C# werden angezeigt. Alle Posts anzeigen
Mittwoch, 11. Februar 2009
Donnerstag, 17. Januar 2008
Visual Studio 2008 SDK Goodies #2
In ProjectOptions.cs in the Managed Package Framework of Visual Studio 2008 SDK you'll find funny field definitions, e.g.:
///must be an int if not null
public object CodePage;
Why don't they just define it as an int and define some value or exception indicating, that CodePage is not set?
///
public object CodePage;
Why don't they just define it as an int and define some value or exception indicating, that CodePage is not set?
Abonnieren
Posts (Atom)

