Posts
Sort by recent activity
Invalid object initializer generated in C# and VB.NET
When decompiling WaIISHost.exe from Windows Azure SDK 1.3 Reflector 7 beta 3 and beta 4 both generate the following code: setup = new AppDomainSetup {
ApplicationName...
Unexpected character $ in generated C# file
When decompiling WaIISHost.exe from Windows Azure SDK 1.3 Reflector 7 beta 4 generates code like this:string CS$0$0001;
this.RoleInstanceID = CS$0$0001 = Environment.GetEnvironmentV...
Unable to open project properties on generated .csproj file
I used Reflector 7 beta 4 to disassemble WaIISHost.exe from Azure SDK 1.3, which is a .NET 3.5 console EXE. The csproj file it generated opens successfully in Visual Studio 2010, however when I try...