Hello Group,
i am trying to play media file with VLC player for that i created an application and put some code like this
AXVLC.VLCPluginClass com=new VLCPluginClass();
com.addTarget(@"C:\MPEG4\Akai\Bookflip.mp4",Voption, AXVLC.VLCPlaylistMode.VLCPlayListReplace, 0);
com.play();
but the application crashing at creation of new object
AXVLC.VLCPluginClass com=new VLCPluginClass();
with error message:system.runtime.intropservices.comexception:Com object with CLSID{.......} is either not valid or not registered.
Then i tried to register Interop.AXVLC.dll with REGSVR32 command throwing error--Failed to load.,
as well visual studeo command promt with regasm command- throw error its not a valid assembly.
its failed to be register.
Even thoug i have got latest version of VLC and its activex I am using WinXP.
Where can i find the valid active x assembly. or any tip to overcome it.