At first we have to initialize VlcContext before loading VLC control on our form or code [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); //Set libvlc.dll and libvlccore.dll directory path VlcContext.LibVlcDllsPath=CommonStrings...