Remote Desktop Organizer没法使用了,所有的服务器都无法连接,提示下图这个对话框,之前还好的额,也找不出原因,求大神分析
rdo.png (274.07 KB)
2014-12-9 09:00
以下是错误代码,跪求大神指点:
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.IO.FileNotFoundException: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)
在 System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
在 System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
在 System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
在 System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
在 System.Windows.Forms.AxHost.CreateInstance()
在 System.Windows.Forms.AxHost.GetOcxCreate()
在 System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
在 System.Windows.Forms.AxHost.CreateHandle()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.ControlCollection.Add(Control value)
在 ComponentFactory.Krypton.Navigator.KryptonNavigator.OnPageInserted(Object sender, TypedCollectionEventArgs`1 e)
在 ComponentFactory.Krypton.Toolkit.TypedHandler`1.Invoke(Object sender, TypedCollectionEventArgs`1 e)
在 ComponentFactory.Krypton.Toolkit.TypedCollection`1.OnInserted(TypedCollectionEventArgs`1 e)
在 ComponentFactory.Krypton.Toolkit.TypedCollection`1.Add(T item)
在 .()
在 .(Object , TreeNodeMouseClickEventArgs )
在 System.Windows.Forms.TreeView.OnNodeMouseDoubleClick(TreeNodeMouseClickEventArgs e)
在 System.Windows.Forms.TreeView.WndProc(Message& m)
在 .WndProc(Message& )
在 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)
************** 已加载的程序集 **************
mscorlib
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3655 (GDR.050727-3600)
基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
RDO
程序集版本: 1.4.6.0
Win32 版本: 1.4.6.0
基本代码: file:///D:/Program%20Files/Remote%20Desktop%20Organizer/RDO.exe
----------------------------------------
System
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3644 (GDR.050727-3600)
基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3645 (GDR.050727-3600)
基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3644 (GDR.050727-3600)
基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
ComponentFactory.Krypton.Toolkit
程序集版本: 4.1.6.0
Win32 版本: 4.1.6.0
基本代码: file:///D:/Program%20Files/Remote%20Desktop%20Organizer/ComponentFactory.Krypton.Toolkit.DLL
----------------------------------------
System.Xml
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3654 (GDR.050727-3600)
基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
ComponentFactory.Krypton.Workspace
程序集版本: 4.1.6.0
Win32 版本: 4.1.6.0
基本代码: file:///D:/Program%20Files/Remote%20Desktop%20Organizer/ComponentFactory.Krypton.Workspace.DLL
----------------------------------------
ComponentFactory.Krypton.Navigator
程序集版本: 4.1.6.0
Win32 版本: 4.1.6.0
基本代码: file:///D:/Program%20Files/Remote%20Desktop%20Organizer/ComponentFactory.Krypton.Navigator.DLL
----------------------------------------
AxMSTSCLib
程序集版本: 1.0.0.0
Win32 版本: 1.0.0.0
基本代码: file:///D:/Program%20Files/Remote%20Desktop%20Organizer/AxMSTSCLib.DLL
----------------------------------------
System.Windows.Forms.resources
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3053 (netfxsp.050727-3000)
基本代码: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.3655 (GDR.050727-3600)
基本代码: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
分享至: