Re: How can I debug assembler pgm using Visual Studio 2005?



When I open my executable and try to Step into it I
receive the following message: "There is no source code available for the
current location." Yet, my source code is in the same directory as the
executable. I didn't have this problem with the old release of C++

VB.NET (IDE 2003) Framework 1.1, this is what solved the error for me:

I commented "Me.ShowInTaskbar = False" statement in my form's Load
event. Havent yet dug into why that would happen.

Chirag Shukla

.



Relevant Pages