No profiler output problem
BigBlue
Posts: 2
Hi
I have just tried trial version of profiler on my multi threaded console application (VS C++ .NET 2003). The application uses SDL library to draw directx graphics in a window.
I first had problems with "Object reference missing" error but solved that adding version info resource as you suggested.
First time I ran it I got one info saying it is not standard .NET assembly. This message appeared only once.
I get no results, or source code listings.
I am targeting the exe from Debug directort where all other debug data is located. Working directory is set to parent directory.
Any help?
I have just tried trial version of profiler on my multi threaded console application (VS C++ .NET 2003). The application uses SDL library to draw directx graphics in a window.
I first had problems with "Object reference missing" error but solved that adding version info resource as you suggested.
First time I ran it I got one info saying it is not standard .NET assembly. This message appeared only once.
I get no results, or source code listings.
I am targeting the exe from Debug directort where all other debug data is located. Working directory is set to parent directory.
Any help?
This discussion has been closed.
Comments
Have you set the project up to compile as managed in the Properties?The /clr switch will show up in the compiler's command line.