Hi
I first have to say im quickly loosing fate in c# as a serious language. Maby its different if you are using Visual Studio but for somebody like myself who liked to hard code in a text editor its a real pain in the butt. Anyway I have downloaded the Windows Media SDK from Microsofts site. There is a dll file Interop.WMEncoderLib.dll which im sure is the main file you need so when I am compiling I reference it by using /r:Interop.WMEncoderLib.dll this lets me compile the program ok. Now when I go and run it I keep getting an exception "COM object with CLSID {632B606A-BBC6-11D2-A329-006097C4E476} is either not valid
or not registered.". I have tried using ResAsm.exe and all that but I still am getting the message. Can anybody please help.
Thanks
John Cleary
I first have to say im quickly loosing fate in c# as a serious language. Maby its different if you are using Visual Studio but for somebody like myself who liked to hard code in a text editor its a real pain in the butt. Anyway I have downloaded the Windows Media SDK from Microsofts site. There is a dll file Interop.WMEncoderLib.dll which im sure is the main file you need so when I am compiling I reference it by using /r:Interop.WMEncoderLib.dll this lets me compile the program ok. Now when I go and run it I keep getting an exception "COM object with CLSID {632B606A-BBC6-11D2-A329-006097C4E476} is either not valid
or not registered.". I have tried using ResAsm.exe and all that but I still am getting the message. Can anybody please help.
Thanks
John Cleary
Last edited by a moderator: