Showing posts with label Visual Studio. Show all posts
Showing posts with label Visual Studio. Show all posts
November 25, 2011
Changes to 64 bit application are not allowed
This message occurs because in 64bit mode CLR does not support "Edit and Continue".
The simple workaround is to change target for project to x86 mode. In this mode application will be run as 32-bit application on 64-bits machine.
November 24, 2011
C# Examples in Visual Studio
Are you beginner in C#? Do you need more C# examples? You can find them in Visual Studio. Click Help -Samples. There are a lot of usefull examples.
Enjoy
Subscribe to:
Posts (Atom)