出现 unable to find a version of the runtime to run this application 解决?
系统提示unable to find a version of the runtime to run this application。主要是当前的系统中缺少了一个NET Framework软件而导致的,只需下载一个NET Framework软件并安装,就可以解决当前的问题。
解决方法如下:
第一步:打开浏览器,百度搜索”Download Microsoft NET Framework4.0官方下载“,然后打开第一个搜素结果,即中国微软官方网址。
第二步:进入微软中国官方下载中心,点击“下载”。
第三步:选择保存位置,开始下载NET Framework 4.0。
第四步:net framework 4.0下载完毕,“打开”运行安装。
第五步:勾选同意安装条款(我已阅读并接受许可条款(A)),然后安装。
第六步:等待NET Framework 4.0安装进度条走完。
第七步:安装完毕,即可解决。
我的电脑一开机就显示Unable to find a version of the runtime to run this application
请用批处里文件(不让乱显示.bat)解决,代码如下:
reg
delete
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
/va
/f
reg
delete
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
/va
/f
reg
add
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
/v
ctfmon.exe
/d
C:\WINDOWS\system32\ctfmon.exe
reg
delete
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared
Tools\MSConfig\startupreg"
/f
reg
delete
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon"
/v
Urinit
/f
reg
add
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon"
/v
Urinit
/d
"C:\WINDOWS\system32\urinit.exe,"
del
"C:\Documents
and
Settings\All
Urs\「开始」菜单\程序\启动\*.*"
/q
/f
del
"C:\Documents
and
Settings\Default
Ur\「开始」菜单\程序\启动\*.*"
/q
/f
del
"%urprofile%\「开始」菜单\程序\启动\*.*"
/q
/f
开机出现"Unable to find a version of the runtime to run this application",怎么解决?
是这没有microsoft .net framework 可能是被清除了,建议重新安装即可。
microsoft .net framework 版本的话,可以根据情况而定。
windows xp 使用 microsoft .net framework 2.0
windows 7 使用 microsoft .net framework 3.5
现在最新的是 microsoft .net framework 4.0
下载地址:http://www.microsoft.com/zh-cn/download/arch.aspx?q=microsoft+.net+framework
打开软件出现, unable to find a version of the runtime to run this application。重金悬赏。
是这没有microsoft .net framework 可能是被清除了,建议重新安装即可。
microsoft .net framework 版本的话,可以根据情况而定。
windows xp 使用 microsoft .net framework 2.0
windows 7 使用 microsoft .net framework 3.5
现在最新的是 microsoft .net framework 4.0
下载地址:
http://www.microsoft.com/zh-cn/download/arch.aspx?q=microsoft+.net+framework
我的电脑一开机就显示Unable to find a version of the runtime to run this application
请用批处里文件(不让乱显示.bat)解决,代码如下:
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /va /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /va /f
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v ctfmon.exe /d C:\WINDOWS\system32\ctfmon.exe
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Urinit /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Urinit /d "C:\WINDOWS\system32\urinit.exe,"
del "C:\Documents and Settings\All Urs\「开始」菜单\程序\启动\*.*" /q /f
del "C:\Documents and Settings\Default Ur\「开始」菜单\程序\启动\*.*" /q /f
del "%urprofile%\「开始」菜单\程序\启动\*.*" /q /f