我从网上下载C#程序,运行时提示出错:unable to find a version of the runtime to run this application 
 
我的操作系统为WINXP SP3 ,VS2010 ,请问有什么方法可解决。

解决方案 »

  1.   

    谢谢 问题解决了:参考 http://developer.51cto.com/art/201004/195100.htm
    实际上,在 CLR 4.0 上也是可以运行 name.exe 程序的,只需要在同一目录下放一个以下内容的 name.exe.config 文件就行了:<configuration>  
    <startup>   
    <supportedRuntime version="v4.0"/>   
    </startup>   
    </configuration>  
    其运行结果和 name.exe 的一样。
      

  2.   

    还有一个问题,SQLite 可以使用到 智能手机 Windows Phone 中吗?
      

  3.   

    对于RUNTIME 还有一个 ? ,VS2010 现在是最新的版本,为什么其Runtime不能运行旧的的版本程序呢,有没有更好的解决方法?