Hello all. I have a (what I hope is a) simple question:
Not knowing any better, I've downloaded the latest MCE SDK and have written a plugin for Windows7 Media Center (.NET & MCML). All seems great, except that my users keep asking for a Vista version.
Is there an easy way for me to convert this plugin to Vista-specific one? I've tried changing the setup.wxs to remove the restriction of not installing on Vista computers (that was easy).
Afterwards, I saw that even though the source was compiled against version neutral MediaCenter.DLL's, still required 6.1 version of them at runtime, I've compiled a special version of the plugin for Vista specific DLL's.
This got me a little futher, but now my plugin is returning this error when I'm attempting to run it under Vista:
HostLoadException: Error while attempting to load ''.
Is MCML syntax different in Win7 and Vista? Anything I can /easily/ do without going thru and rewriting all of MCML again?
Thanks,
Igor Papirov