码迷,mamicode.com
首页 > Windows程序 > 详细

如何用Nsight调试C# OpenGL程序

时间:2015-05-29 00:49:41      阅读:462      评论:0      收藏:0      [点我收藏+]

标签:

 
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?
 
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.
 
 

如何用Nsight调试C# OpenGL程序

标签:

原文地址:http://www.cnblogs.com/lilei9110/p/4537272.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!