high, im using windows xp 64bit version and im programming with c#. i was using the windows media player sdk and got the error:: 0x80040154 (REGDB_E_CLASSN OTREG) is it because of the 64 bit windows? and what can i do? thanx for help
class not registered
Collapse
X
-
The stuff I'm seeing on Google leads me to believe this is something to do with .NET, but I'm not entirely sure. Did you update recently?Originally posted by flowhigh, im using windows xp 64bit version and im programming with c#. i was using the windows media player sdk and got the error:: 0x80040154 (REGDB_E_CLASSN OTREG) is it because of the 64 bit windows? and what can i do? thanx for help -
The WMP SDK may not have included 64bit assemblies. Are you compiling the project as a 32bit or 64bit application?Originally posted by flowhigh, im using windows xp 64bit version and im programming with c#. i was using the windows media player sdk and got the error:: 0x80040154 (REGDB_E_CLASSN OTREG) is it because of the 64 bit windows? and what can i do? thanx for helpComment
Comment