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
Troubleshooting CRT heap corruption
Posted
over 4 years ago
by
Ravi Avanaganti
0
Comments
This article focuses on troubleshooting a heap corruption caused by writing into the next allocated block. Heap corruption comes into notice when the overridden memory is accessed, leaving in a state where it becomes hard to figure out the original code...
Developer Support Languages - VC++, C# and VB.NET
Robots are back!
Posted
over 4 years ago
by
Gaurav Patole
0
Comments
Robots will soon be in action moving around you, to make your life easier. This is not the tagline from the Hollywood movie “I, Robot” but is a real life fact! Yes, this is a dream come true. In the third week of November 2008, we proudly introduced Microsoft...
Developer Support Languages - VC++, C# and VB.NET
A chalktalk on .NET troubleshooting at Vitual Tech Days
Posted
over 4 years ago
by
chancha
0
Comments
This was my yet another venture with Microsoft Evangelism team. I was invited as the Speaker on .NET troubleshooting in the chalktalk session where developers all across logged in to the live meeting and threw a lot of questions on me. The DPE team recorded...
Developer Support Languages - VC++, C# and VB.NET
The developer's toolkit for .NET: Part II: Cold Startup time
Posted
over 5 years ago
by
chancha
0
Comments
2. Application slow to load: Scenario : “Our application takes too long to load for the first time. It exhibits the same behavior once in a while…” To go ahead and analyze this scenario, we need to understand as to what happens when the application...
Developer Support Languages - VC++, C# and VB.NET
The developer's toolkit for .NET: Part I : FileNotFoundException
Posted
over 5 years ago
by
chancha
0
Comments
Recently I had been to couple of places on behalf of Microsoft DPE (Developer & Platform Evangelism) group as part of their new initiative Innovation Day to talk about The developer's toolkit for .NET . It was an exciting experience and it was little...
Developer Support Languages - VC++, C# and VB.NET
Stack Corruption: Calling convention mismatch
Posted
over 5 years ago
by
mjawa
4
Comments
Stack is one of the most widely understood data structures in computer science. It is a general purpose data structure and is a part of most of modern day computer architectures as well. In the context of a thread running in an executing process, “the...
Developer Support Languages - VC++, C# and VB.NET
Part 2: Troubleshooting VC++ Side by Side Problems
Posted
over 5 years ago
by
Gaurav Patole
22
Comments
Troubleshooting side by side problems is not a challenging task unless you break the basic checks which are required to successfully run your application. These rules help you track the problem area in your application at the first stage. For more information...
Developer Support Languages - VC++, C# and VB.NET
Part 1: Troubleshooting VC++ Side by Side Problems
Posted
over 5 years ago
by
Gaurav Patole
12
Comments
Let’s go back to the older days, when code sharing was an integral decision taken by application developers. Code sharing allowed developers to write efficient and light-weight applications with less memory utilization. Creating a shared component in...
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
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...
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...
Page 3 of 3 (62 items)
1
2
3