Q: I have an OpenGL application written in C#. When I try to debug the application using Nsight 4.5, I get the following error:
Launch failed : Unable to launch .program.exe because architecture type is MSIL
This was previously possible, and now its not. Is there a way around this?
Launch failed : Unable to launch .program.exe because architecture type is MSIL
This was previously possible, and now its not. Is there a way around this?
A: Maybe you can try this:
- build your code target x86 or x64, but not AnyCPU
This may jump over your issue, but if it still show no success, I have to say Nsight don't official support .Net codes and binary files.