灰儿 发表于 2013-1-18 20:17:22

unable to find a version of the runtime to run this application

unable to find a version of the runtime to run this application
问题描述:
程序是vs2010开发,在用户机上安装了net framework 4.0
程序运行时提示:unable to find a version of the runtime to run this application

原因:
版本错误,原来的版本虽然也是4.0.但版本号为4.0.30128.1。而程序需要安装net framework 4.0.30319.1

解决办法:
下载另外一个版本的net framework 4.0.30319.1。然后重新安装解决。

页: [1]
查看完整版本: unable to find a version of the runtime to run this application