I created an app to view and tag all of my home movie files. To play back the video I embedded Windows Media Player in the form. It also allows me to add comments to videos and search based on the comments. While it is functional, I would prefer to embed VLC Media Player because of the added functionality and its support for more media formats. Based on the videos I've seen on youtube the procedure seemed to be a simple one, however, I keep getting hung at the second step. I've added the vlc component to my toolbox but whenever I try to drag the control to my form I get
---------------------------
Microsoft Visual Studio
---------------------------
Failed to create component 'AxHost'. The error message follows:
'System.Runtime.InteropServices.COMException (0x8002801D): Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
at System.Windows.Forms.Design.DocumentDesigner.AxToolboxItem.CreateComponentsCore(IDesignerHost host)
at System.Drawing.Design.ToolboxItem.CreateComponentsCore(IDesignerHost host, IDictionary defaultValues)
at System.Drawing.Design.ToolboxItem.CreateComponents(IDesignerHost host, IDictionary defaultValues)
at System.Windows.Forms.Design.OleDragDropHandler.CreateTool(ToolboxItem tool, Control parent, Int32 x, Int32 y, Int32 width, Int32 height, Boolean hasLocation, Boolean hasSize, ToolboxSnapDragDropEventArgs e)'
---------------------------
OK
---------------------------
I've seen several posts from Microsoft on this problem but none have helped. Has anyone else found a solution to this? Has anyone embedded vlc in a vb.net app?