Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
VB.net应用程序中使用VLC插件的表单导致错误:类未注册_Vb.net_Plugins_Vlc - Fatal编程技术网

VB.net应用程序中使用VLC插件的表单导致错误:类未注册

VB.net应用程序中使用VLC插件的表单导致错误:类未注册,vb.net,plugins,vlc,Vb.net,Plugins,Vlc,我使用VB.net开发了一个桌面应用程序,它使用VLC插件来播放视频 它曾经在PC上运行,直到我们重新格式化它。该应用程序在我的电脑上运行良好,没有任何错误 每当需要显示VLC播放器的表单时,就会显示错误。错误如下: 有关调用即时(JIT)调试而不是此对话框的详细信息,请参阅此消息的结尾 **************异常文本*************System.InvalidOperationException:创建表单时出错。 有关详细信息,请参见Exception.InnerExcepti

我使用VB.net开发了一个桌面应用程序,它使用VLC插件来播放视频

它曾经在PC上运行,直到我们重新格式化它。该应用程序在我的电脑上运行良好,没有任何错误

每当需要显示VLC播放器的表单时,就会显示错误。错误如下:

有关调用即时(JIT)调试而不是此对话框的详细信息,请参阅此消息的结尾

**************异常文本*************System.InvalidOperationException:创建表单时出错。 有关详细信息,请参见Exception.InnerException。错误是:类不是 已注册(HRESULT的例外:0x80040154(REGDB_E_CLASSNOTREG)) --->System.Runtime.InteropServices.COMException(0x80040154):未注册类(来自HRESULT的异常:0x80040154 (REGDB_E_CLASSNOTREG))位于 System.Windows.Forms.UnsafentiveMethods.CoCreateInstance(Guid和clsid, 对象punkOuter、Int32上下文、Guid和iid)位于 位于的System.Windows.Forms.AxHost.CreateWithOutlineCense(Guid clsid) System.Windows.Forms.AxHost.CreateWithLicense(字符串许可证,Guid 位于System.Windows.Forms.AxHost.CreateInstanceCore(Guid)的clsid) 位于System.Windows.Forms.AxHost.CreateInstance()的 System.Windows.Forms.AxHost.GetOcxCreate()位于 System.Windows.Forms.AxHost.TransitionUpTo(Int32状态)位于 位于的System.Windows.Forms.AxHost.CreateHandle() System.Windows.Forms.Control.CreateControl(布尔值可修改)
位于System.Windows.Forms.Control.CreateControl(布尔值不可修改) 位于System.Windows.Forms.AxHost.EndInit()的 sysQcf.frmediplayer2.InitializeComponent()位于 sysQcf.frmediplayer2..ctor()---内部异常堆栈的末尾 trace---在sysQcf.My.MyProject.MyForms.Create\u\u实例\u[T](T 实例)位于sysQcf.My.MyProject.MyForms.get\u frmediplayer2()
在sysQcf.FrmLogin.login(字符串用户名、字符串密码)处 sysQcf.FrmLogin.TxtPassword\u KeyDown(对象发送方,KeyEventArgs e)
位于System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)的 System.Windows.Forms.Control.ProcessKeyEventArgs(消息和m)位于 System.Windows.Forms.Control.ProcessKeyMessage(Message&m)位于 System.Windows.Forms.Control.WmKeyChar(Message&m)位于 System.Windows.Forms.Control.WndProc(Message&m)位于 System.Windows.Forms.TextBoxBase.WndProc(Message&m)位于 System.Windows.Forms.TextBox.WndProc(Message&m)位于 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&m) 在System.Windows.Forms.Control.ControlNativeWindow.WndProc(消息& m) 在System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,Int32 msg、IntPtr wparam、IntPtr lparam)

**************加载的程序集*************mscorlib 程序集版本:2.0.0.0 Win32版本:2.0.50727.5420(Win7SP1.050727-5400) 代码库:file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ----------------------------------------sysQcf 程序集版本:1.0.0.0 Win32版本:1.0.0.0 代码库:file:///D:/qcfupdated/debug/sysQcf.exe ----------------------------------------Microsoft.VisualBasic 程序集版本:8.0.0.0 Win32版本:8.0.50727.5420(Win7SP1.050727-5400) 代码库:file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ----------------------------------------系统 程序集版本:2.0.0.0 Win32版本:2.0.50727.5420(Win7SP1.050727-5400) 代码库: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.5420(Win7SP1.050727-5400) 代码库:file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ----------------------------------------系统图 程序集版本:2.0.0.0 Win32版本:2.0.50727.5420(Win7SP1.050727-5400) 代码库:file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ----------------------------------------System.Runtime.Remoting 程序集版本:2.0.0.0 Win32版本:2.0.50727.5420(Win7SP1.050727-5400) 代码库:file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ----------------------------------------示例DLL 程序集版本:2.2.2.0 Win32版本:2.1.1.0 代码库:file:///D:/qcfupdated/debug/exampledll.DLL ----------------------------------------系统数据 程序集版本:2.0.0.0 Win32版本:2.0.50727.5420(Win7SP1.050727-5400) 代码库:file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ----------------------------------------Xml 程序集版本:2.0.0.0 Win32版本:2.0.50727.5420(Win7SP1.050727-5400) 代码库:file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ----------------------------------------系统配置 程序集版本:2.0.0.0 Win32版本:2.0.50727.5420(Win7SP1.050727-5400) 代码库:file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ----------------------------------------可达性 程序集版本:2.0.0.0 Win32版本:2.0.50727.4927(NetFXspW7.050727-4900) 代码库:file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ----------------------------------------AxInterop.AXVLC 程序集版本:1.0.0.0 Win32版本:1.0.0.0 代码库:file:///D:/qcfupdated/debug/AxInterop.AXVLC.DLL ----------------------------------------互操作AXVLC