Unable to find a version
的有关信息介绍如下:Unable to find a version of the runtime to run the Application
写了一个软件,在其他机器上使用时报错,大意为:无法找到一个运行该应用程序时所需要的版本。
Visual Studio 编译程序时选用的语言,这里我选择的是.Net Framwork 4
编译
在其他机器上运行软件时, 安装正确的 Framwork版本。这里需要安装.Net Framwork 4
安装的.Net版本需要和编译程序时选择的版本一致