Activity overview
Latest activity by evgeny
I have .NET 4.0 and I'm opening the project in Visual Studio 2010 Premium. / comments
I have .NET 4.0 and I'm opening the project in Visual Studio 2010 Premium.
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...
There is other invalid code as well: ConsoleTraceListener <>g__initLocal0 = new ConsoleTraceListener(false) {
This also didn't happen in beta 3. / comments
There is other invalid code as well:ConsoleTraceListener <>g__initLocal0 = new ConsoleTraceListener(false) {
This also didn't happen in beta 3.
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...