get error when build the exe

Up to General Discussion

get error when build the exe

Posted by beverly at September 02. 2008
when i try to profiler, it getting this error


Processing directory C:\training_chan\win32_device1\win32_device1\STANDARDSDK_500 (ARMV4I)\Debug

Skipping win32_device1.exe: The image is not a managed assembly

Warning: Profiling completed, but found no methods to profile

Found no runnable application

Notice: 1 warning


thanks for help.

Re: get error when build the exe

Posted by Richard Flamsholt at September 02. 2008
Hi beverly,

The profiler only works with .NET programs (programs written in e.g. C# and VB.NET).

It looks like your application is native code (probably C or C++ code, which is very typical for win32 device code) and unfortunately you can't use the profiler on those kind of programs. You can take a look at http://en.wikipedia.org/wiki/List_of_performance_analysis_tools for some other profiler-tools.

best regards,
Richard
Powered by Ploneboard
http://www.eqatec.com / Forum / EQATEC Profiler / General Discussion / get error when build the exe