The specified resource type cannot be found in the image file

I’m using NSight 2.2 (have tried with 3.0 as well) and am attempting to perform graphics debugging on a Winforms application using the C# TAO OpenGL wrapper (now known as OpenTK). Debugging fails to start with the error:

Nsight Debug
The specified resource type cannot be found in the image file (System.ComponentModel.Win32Exception)

This also happens when configuring an Analysis Activity, under Trace Settings checking anything other than ‘System’ results in the same error.

I’ve successfully debugged a native MFC OpenGL application on the same system so I’m thinking NSight doesn’t play nice with TAO? Any ideas?

Thanks,

J.

Debugging managed applications is not officially supported. There have been some users who have had some success with DirectX wrappers though.

No problem, thanks for the info Jeff :)