|
Re: recording the pause buffer
The steps you took for installation sound exactly right.
And no, there are no other requirements. The necessary .NET 2.0 is already part of Vista. My best guess right now would be that the attempts to install the previous MCE 2005 version and the strange "Do you want to remove the app?" question you got (which I haven't seen yet myself) could be the root of the trouble.
Could you try to enable the logging? Add this entry:
logFolder=PATH_TO_FOLDER
to the properties file, where you replace PATH_TO_FOLDER with a fully qualified path to your add-in install folder (or some other folder). Remember to use "/" or "\\" instead of the normal "\" in the path.
Then when you start MCE, a log file should be created in that folder (could take a few seconds before the log appears). Anything interesting in there?
If all else fails, I'll prepare a special version of the DLL for you with additional debug output for the log file, so that we can get to the bottom of this...
Doc
|