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
Windows RT Store app Debugging
Posted
6 months ago
by
Steve Horne
1
Comments
Windows RT devices are now available so I thought I’d do a few posts on debugging tools for Windows Store apps on Windows RT and the ARM assembly generated with Visual Studio 2012 native (C++) tools. Understanding ARM assembly is a useful skill for debugging...
Developer Support Languages - VC++, C# and VB.NET
System.MissingMethodException – Bad profiler changing the method name
Posted
7 months ago
by
Gaurav Patole
0
Comments
Usually System.MissingMethodException exception is thrown when there is an attempt to dynamically access a method that does not exist. Recently we worked on few issues where we saw applications throwing System.MissingMethodException intermittently. In...
Developer Support Languages - VC++, C# and VB.NET
FormView in MDI Tabbed Style MFC Application doesn’t restore Cursor Focus Correctly on the Reactivation of Tabs
Posted
7 months ago
by
Jitheshn
0
Comments
If you find In an MFC Tabbed Application with a FormView, the cursor focus switches to an expected control when the Tab is reactivated, please be advised that the issue is due to a Design Flaw in MFC to handle Messages for a a ...
Developer Support Languages - VC++, C# and VB.NET
CMDIFrameWndEx::EnableMDITabsLastActiveActivation() does not work as expected in MDI Tabbed Style Application
Posted
7 months ago
by
Jitheshn
0
Comments
Recently I worked with a developer who was developing an MDI Tabbed Style MFC application and wanted to Activate the Last Activated Tab when the current Tab is closed. She was trying to use the method CMDIFrameWndEx::EnableMDITabsLastActiveActivation...
Developer Support Languages - VC++, C# and VB.NET
Making sense out of a nonsensical call stack
Posted
7 months ago
by
Nibu Thomas
0
Comments
Recently a colleague wrote an application which on purpose caused an access violation. He took a memory dump of the process when it access violated and checked the call stack. To his surprise he didn’t see a direct call stack which would point him...
Page 1 of 1 (5 items)