Sign in
Developer Support Languages - VC++, C# and VB.NET
Welcome to Microsoft Developer Support, Languages team blog! You will find a lot of language related troubleshooting resources here.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET 4.5
.NET Troubleshooting
.NET/COM Interop
/Stack
AlwaysCreate
ARM
ATL
Authenticode
autoexp.dat
CRT
Custom Configuration File
Debugging
Dump Analysis
Editbin
Exceptions
Feature Pack
fusion
MFC
MSBuild
PInvoke
SxS
VC++
VS2008
VS2010
VS2010 debugging
Archive
Archives
March 2013
(5)
February 2013
(1)
January 2013
(1)
December 2012
(3)
October 2012
(5)
July 2012
(1)
June 2012
(1)
May 2012
(1)
March 2012
(3)
February 2012
(2)
January 2012
(1)
July 2010
(2)
June 2010
(2)
May 2010
(2)
March 2010
(1)
February 2010
(2)
January 2010
(1)
December 2009
(3)
November 2009
(1)
September 2009
(2)
July 2009
(1)
June 2009
(5)
February 2009
(5)
January 2009
(2)
November 2008
(2)
September 2008
(1)
August 2008
(2)
June 2008
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Developer Support Languages - VC++, C# and VB.NET
X86,x64,IA64,Any CPU
Posted
over 5 years ago
by
mjawa
0
Comments
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...
Developer Support Languages - VC++, C# and VB.NET
Troubleshooting startup issues with managed application having Authenticode signature
Posted
over 5 years ago
by
Gaurav Patole
5
Comments
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...
Developer Support Languages - VC++, C# and VB.NET
How CRT dependency is added to manifest file.
Posted
over 5 years ago
by
Ravi Kumar
1
Comments
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...
Developer Support Languages - VC++, C# and VB.NET
Troubleshooting when two modules share different copy of CRT
Posted
over 5 years ago
by
Ravi Kumar
0
Comments
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...
Page 1 of 1 (4 items)