未能加载文件或程序集该求计算机大神解决啊
有关调用实时(JIT)调试而不是此对话框的详细信息,请参见此消息的结尾。**************异常文本**************System.IO.FileNot...
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.IO.FileNotFoundException: 未能加载文件或程序集“Interop.CryptoKitLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”或它的某一个依赖项。系统找不到指定的文件。
文件名:“Interop.CryptoKitLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”
在 BT.ClientTender.BaseForm.haveCA()
在 BT.ClientTender.Login.Login_Load(Object sender, EventArgs e)
在 System.Windows.Forms.Form.OnLoad(EventArgs e)
在 System.Windows.Forms.Form.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.WmShowWindow(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
在 System.Windows.Forms.Form.WmShowWindow(Message& m)
在 System.Windows.Forms.Form.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
后续
请针对我的问题给予回答,谢谢! 展开
请参见此消息的结尾。
************** 异常文本 **************
System.IO.FileNotFoundException: 未能加载文件或程序集“Interop.CryptoKitLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”或它的某一个依赖项。系统找不到指定的文件。
文件名:“Interop.CryptoKitLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null”
在 BT.ClientTender.BaseForm.haveCA()
在 BT.ClientTender.Login.Login_Load(Object sender, EventArgs e)
在 System.Windows.Forms.Form.OnLoad(EventArgs e)
在 System.Windows.Forms.Form.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.WmShowWindow(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
在 System.Windows.Forms.Form.WmShowWindow(Message& m)
在 System.Windows.Forms.Form.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
后续
请针对我的问题给予回答,谢谢! 展开
2个回答
展开全部
比如系统报错如下:【关键字解析错误:未能加载文件或程序集“ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=*******”或它的某一个依赖项。系统找不到指定的文件。】。
这种错误的出现是因为另一台计算机上面没有对应的DLL动态链接库文件,处理思路是把本机的链接库文件拷贝到对方的相应的位置,使程序在对方的电脑中运行时也能正确调用动态链接库文件,就不会再报错了。
END
1
拷贝原始DLL文件,
在原始编程电脑上找到目录,
C:\Program Files\Microsoft.NET\Primary Interop Assemblies,拷贝目录里面的DLL文件。
2
在对方出现报错的电脑中找到对应的目录。
3
将缺少的DLL文件拷贝到对方电脑中。
4
就可以正常的调试程序了。
END
在原始编程电脑上找到目录
C:\Program Files\Microsoft.NET\Primary Interop Assemblies,拷贝目录里面的DLL文件。
2
因为原始编程电脑为XP,目标电脑为WIN 7或其它系统,在对方的电脑中找不到这个相同的目录。
3
将缺少的DLL文件拷贝到EXE执行文件目录中。
4
就可以正常的调试程序了。
这种错误的出现是因为另一台计算机上面没有对应的DLL动态链接库文件,处理思路是把本机的链接库文件拷贝到对方的相应的位置,使程序在对方的电脑中运行时也能正确调用动态链接库文件,就不会再报错了。
END
1
拷贝原始DLL文件,
在原始编程电脑上找到目录,
C:\Program Files\Microsoft.NET\Primary Interop Assemblies,拷贝目录里面的DLL文件。
2
在对方出现报错的电脑中找到对应的目录。
3
将缺少的DLL文件拷贝到对方电脑中。
4
就可以正常的调试程序了。
END
在原始编程电脑上找到目录
C:\Program Files\Microsoft.NET\Primary Interop Assemblies,拷贝目录里面的DLL文件。
2
因为原始编程电脑为XP,目标电脑为WIN 7或其它系统,在对方的电脑中找不到这个相同的目录。
3
将缺少的DLL文件拷贝到EXE执行文件目录中。
4
就可以正常的调试程序了。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询