Fetion 2010 提示未知错误的解决

我的电脑XPSP3, 因为thinkpad的驱动需要.net环境,所以装了.net framwork3.5
运行时出现如下错误



Fetion 2010 提示未知错误的解决


Fetion也是基于.net的,但是为什么Fetion不需要framwork就能运行呢?
因为Fetion包装了一个FetionVM,在Fetion运行的时候我们可以在进程中看到VM

言归正传, 经过试验.....我的问题是由于.net 3.5和Fetion自己的虚拟机冲突导致的
(网上看其他人还有的因为字体之类的, 我看了一下我的系统中也没有微软雅黑)
只要使用Fetion自己的虚拟机运行Feion就可以解决了

写批处理如下:
@echo off
if not "%1"=="wind" mshta vbscript:createobject("wscript.shell").run("""%~f0"" wind",vbhide)(window.close)&&exit 
"C:\Program Files\China Mobile\Fetion\VMDotNet\v2.0.50727\FetionVM.exe" "C:\Program Files\China Mobile\Fetion\FetionFx.exe" 


其中if not "%1"=="wind" mshta vbscript:createobject("wscript.shell").run("""%~f0"" wind",vbhide)(window.close)&&exit 是我在网上抄的,哈哈,用于将批处理的窗口后台运行

你可能感兴趣的:(c,.net,虚拟机,mobile,VBScript)