Welcome to Microsoft Developer Support, Languages team blog! You will find a lot of language related troubleshooting resources here.
June 2008 - Posts
-
When a managed application is built on Visual Studio , we get four options to choose for a platform .Lets discuss these options in detail . 1)x86 X86 is the generic name for all Intel x86 32 bit architectures. If you build your application using x86 switch Read More...
|
-
Authenticode , also referred as a “ digital signature ” , is an industry standard of verifying the source of an application by setting up a trust relationship with the publisher of the application. However, digitally signing your managed application might Read More...
|
-
You may run into the problem, while upgrading from lower CRT to higher CRT version or when you mix the CRT versions. It may result in Access Violation. Here, I have used WinDbg to debug such a scenario. Sometimes it’s hard to figure out the cause if the Read More...
|
-
Well, the dependency information is added to manifest file by a tool known as mt.exe. But this information is provided to mt.exe by linker. And linker gets this information from linker directives. Now these linker directives are present in two places. Read More...
|