Debug Assertation Failed
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hello,
When I am debugging my program I got this error. when I Ignore this
everything works fine.
When I used "retry" option to debug it went to a triggered break point
and the line it was showing was
_AFXWIN_INLINE HINSTANCE AFXAPI AfxGetResourceHandle()
{ ASSERT(afxCurrentResourceHandle != NULL);
return afxCurrentResourceHandle; }
can anyone please kindly help me regarding this.
Thanks in advance
Raj.
.
Relevant Pages
- Re: Office or InDesign breaks VS 2005 debugging?
... Given tha I was using and debugging the sub-projects in this solution before ... some getting used to) and the debug symbols for the child project are no ... (microsoft.public.vsnet.debugging) - Re: Cant Debug COM Interface
... When I start to debug the application the DLL is ... a com client in vb.net which is referencing the interface of the COM Server ... If I use this application as Host application I can debug without ... For debugging I can start the ... (microsoft.public.vsnet.debugging) - Re: C++ Workable Mainframe Debuggers
... you have to be able to read assembler to do ... IBM Debug Tool for z/OS is available. ... You can license Debug Tool as MLC or, in the form of the Debug Tool ... For graphical debugging use Rational Developer for System z (or ... (bit.listserv.ibm-main) - Re: Need help on debugging the code in .NET Web application.
... > I'm getting the following error while trying to debug the application. ... There are a couple of reasons why debugging fails: ... The IIS mappings are incorrect (very common when IIS installed after ... where Windows directory is normally either Windows or WINNT. ... (microsoft.public.dotnet.academic) - Re: Need help with my logic
... Hand Execution ... This will save you a lot of time when you write (and debug) large programs. ... In each method put at least one debugging statement at the head of a method that accepts information to show the arguments: ... (comp.lang.java.programmer) |
|