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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Troubleshooting
ATL
Authenticode
autoexp.dat
CRT
Custom Configuration File
Feature Pack
fusion
GC
Historical Debugger
Intellitrace
MFC
MFC "Feature Pack" "Visual Manager" caption "Office 2007"
Microsoft Robotics Studio
PInvoke
STL
SxS
System.InvalidCastException CLR DOM
TDLOG
VC++
VS2010 debugging
Win32
Archive
Archives
February 2012
(1)
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)
June, 2009
MSDN Blogs
>
Developer Support Languages - VC++, C# and VB.NET
>
June, 2009
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
VC++ Intellisense
Posted
over 3 years ago
by
Prabhatyash
0
Comments
Internal Mechanism Internally the Visual Studio IDE interacts with editor and the language parsers to create a list of tokens that are updated frequently. In this process the background threads continuously update the Intellisense database. The priority...
Developer Support Languages - VC++, C# and VB.NET
Floating point exception in managed code results in Access Violation crash
Posted
over 3 years ago
by
Bhupendra
0
Comments
Suppose you are calling some native code from your managed code, and you observe an Access Violation crash soon after returning from the native code inside your managed code. if you run the application inside the Visual Studio debugger you will see the...
Developer Support Languages - VC++, C# and VB.NET
Troubleshooting PInvoke Related Issues
Posted
over 3 years ago
by
Jyoti Patel
12
Comments
I am back with some more PInvoke Stuff. Recently I was working on a PInvoke issue which I found interesting. I have a C++ dll which has a function whose signature is int TestFunc(IN_STRUCT in_Params, RET_STRUCT * pret_Par). I wanted to call this...
Developer Support Languages - VC++, C# and VB.NET
Why AfxGetThread() returns NULL in AfxWinMain()?
Posted
over 3 years ago
by
Gaurav Patole
2
Comments
Recently I worked with one of my colleague on an interesting scenario in which the MFC application was crashing on startup. The next step was to run the application under WinDbg. After running the application under WinDbg we saw that we are actually access...
Developer Support Languages - VC++, C# and VB.NET
Troubleshooting "Not a valid win32 Application" error at the startup.
Posted
over 3 years ago
by
Ravi Kumar
1
Comments
Recently, we came across a very interesting issue. A purely native application written in C++ was failing with "Not a valid win32 application" error at the startup on Windows XP machine. There are a few basic checks that we do to troubleshoot this...
Page 1 of 1 (5 items)