VFRHelper MkvCutter插件 报错
superkidx@2011-04-19 15:32
似乎只能一个个编辑 编辑完要关闭软件再开才行 否则出现以下错误引用javascript:MoveMyFile.Show();See the end of this message for details on invokingjust-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.InvalidOperationException: Object is currently in use elsewhere.at System.Drawing.Image.get_Width()at System.Drawing.Image.get_Size()at System.Windows.Forms.PictureBox.ImageRectangleFromSizeMode(PictureBoxSizeMode mode)at System.Windows.Forms.PictureBox.get_ImageRectangle()at System.Windows.Forms.PictureBox.OnPaint(PaintEventArgs pe)at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)at System.Windows.Forms.Control.WmPaint(Message& m)at System.Windows.Forms.Control.WndProc(Message& m)at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)************** Loaded Assemblies **************mscorlibAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------VFRHelperAssembly Version: 1.2.4.443Win32 Version: 1.2.4.443CodeBase: file:///F:/VFRHelper/VFRHelper.exe----------------------------------------Microsoft.VisualBasicAssembly Version: 8.0.0.0Win32 Version: 8.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll----------------------------------------SystemAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Windows.FormsAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System.DrawingAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Runtime.RemotingAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll----------------------------------------SAPStudio.UtilsAssembly Version: 1.0.1.36Win32 Version: 1.0.1.38CodeBase: file:///F:/VFRHelper/SAPStudio.Utils.DLL----------------------------------------System.XmlAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------AviSynthRangeTemplatePluginAssembly Version: 1.0.0.3Win32 Version: 1.0.0.3CodeBase: file:///F:/VFRHelper/plugins/AviSynthRangeTemplatePlugin.dll----------------------------------------MkvCutterAssembly Version: 1.0.3999.36423Win32 Version: 1.0.3999.36423CodeBase: file:///F:/VFRHelper/plugins/MkvCutter.dll----------------------------------------OutputKeyFrameAssembly Version: 1.0.0.3Win32 Version: 1.0.0.3CodeBase: file:///F:/VFRHelper/plugins/OutputKeyFrame.dll----------------------------------------TfmOverrideEditorPluginAssembly Version: 1.0.2.139Win32 Version: 1.0.2.139CodeBase: file:///F:/VFRHelper/plugins/TfmOverrideEditorPlugin.dll----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.
linuxyouxia@2011-04-19 16:21
不懂VB.Net的爬过linuxyouxia@2011-04-19 20:37
http://u.115.com/file/f1cf9b5c6e绿叶之砚@2011-04-20 21:07
win7直接集成了.net3.5sp1,和xp表现不同很正常superkidx@2011-06-16 09:36
引用引用第2楼linuxyouxia于2011-04-19 20:37发表的 :
http://u.115.com/file/f1cf9b5c6e
- If Host.VideoProvider IsNot Nothing Then
- Host.VideoProvider.Dispose()
- Host.VideoProvider = Nothing
- End If
加了句Host.VideoProvider = Nothing
很奇怪,之前的代码在两台Win7主机上均无法重现此问题,用虚拟机中的XP才重现出此问题