Microsoft Visual C++ Library
-
In my windows application in C# i m getting error message as ----- Debug Assertion Failed! Program: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO 2008\WindowsApplication1\WindowsApplication1.EXE File: cmdtarg.cpp Line: 52 For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts. (Press Retry to debug the application) ---- Can any one suggest me some method to remove this error
-
In my windows application in C# i m getting error message as ----- Debug Assertion Failed! Program: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO 2008\WindowsApplication1\WindowsApplication1.EXE File: cmdtarg.cpp Line: 52 For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts. (Press Retry to debug the application) ---- Can any one suggest me some method to remove this error
-
In my windows application in C# i m getting error message as ----- Debug Assertion Failed! Program: C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO 2008\WindowsApplication1\WindowsApplication1.EXE File: cmdtarg.cpp Line: 52 For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts. (Press Retry to debug the application) ---- Can any one suggest me some method to remove this error
gauravems wrote:
i m getting error message as
there is a diference between error and assertion[^]. :)
gauravems wrote:
Can any one suggest me some method to remove this error
maybe Check your call-stack at the assert (debug window), that might give a clue to where the objects reference count goes wrong
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.