C#程序安装后部分机器能运行,部分出错:有关调用实时(JIT)调试而不是此对话框的详细信息
WindowsXP环境,安装windowsinstaller3_1和dotnetfx35,然后安装程序,在部分机器上运行出错,错误信息是:有关调用实时(JIT)调试而不是...
Windows XP环境,安装windows installer 3_1和dotnetfx35,然后安装程序,在部分机器上运行出错,错误信息是:
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.Security.Cryptography.CryptographicException: 不正确的数据。
在 System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr)
在 System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone)
在 System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)
在 System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count)
在 aufe_ypgl.CryptoHelper.Decrypt(String encryptedText)
在 aufe_ypgl.CryptoHelper.Decrypt(String encryptedText, String key)
在 aufe_ypgl.frmMain.ReadSetting()
在 aufe_ypgl.frmMain.frmMain_Shown(Object sender, EventArgs e)
在 System.Windows.Forms.Form.OnShown(EventArgs e)
在 System.Windows.Forms.Form.CallShownEvent()
在 System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
在 System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
在 System.Threading.ExecutionContext.runTryCode(Object userData)
在 System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
在 System.Windows.Forms.Control.InvokeMarshaledCallbacks()
************** 已加载的程序集 **************
这部分省略
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
很奇怪:有一台机器能正常安装运行,我无奈之下将这台机器的XP用GHOST做了个镜像,再到另外一台配置完全一致的机器上用GHOST还原,只是更改了计算机名和IP地址,然后运行程序仍然出错,所以不应该是系统安装的问题或者是注册表的问题。回来后我仔细思考了一下想是不是和软件安装磁盘的文件系统格式(NTFS或者FAT32)问题?因为我克隆时都是克隆了C盘,而软件安装在D盘上。 展开
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.Security.Cryptography.CryptographicException: 不正确的数据。
在 System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr)
在 System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone)
在 System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)
在 System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count)
在 aufe_ypgl.CryptoHelper.Decrypt(String encryptedText)
在 aufe_ypgl.CryptoHelper.Decrypt(String encryptedText, String key)
在 aufe_ypgl.frmMain.ReadSetting()
在 aufe_ypgl.frmMain.frmMain_Shown(Object sender, EventArgs e)
在 System.Windows.Forms.Form.OnShown(EventArgs e)
在 System.Windows.Forms.Form.CallShownEvent()
在 System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
在 System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
在 System.Threading.ExecutionContext.runTryCode(Object userData)
在 System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
在 System.Windows.Forms.Control.InvokeMarshaledCallbacks()
************** 已加载的程序集 **************
这部分省略
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
很奇怪:有一台机器能正常安装运行,我无奈之下将这台机器的XP用GHOST做了个镜像,再到另外一台配置完全一致的机器上用GHOST还原,只是更改了计算机名和IP地址,然后运行程序仍然出错,所以不应该是系统安装的问题或者是注册表的问题。回来后我仔细思考了一下想是不是和软件安装磁盘的文件系统格式(NTFS或者FAT32)问题?因为我克隆时都是克隆了C盘,而软件安装在D盘上。 展开
2个回答
展开全部
看提示的错误,应该是中间进行数据库解密时出错了!我的天啊,谁知道你的程序里面需要怎么样的解密啊!莫非是3.5的.net框架还不能支持你的程序,而需要其它版本?
追问
是用到加密解密,但同样地软件在大部分电脑上能运行,有部分电脑不能运行。也不存在组件安装的问题,因为这些能运行和不能运行的电脑都是克隆一个系统的。
追答
那就不知道是什么情况了,如果系统一样、.net版本一样,程序一样,还有有问题,那一定是你程序上有问题,兼容得不好!有意外情况发生的时候,就出问题了。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询