I think it would be a good idea to start this thread, because I see a lot of problems posted on thid forum that are caused by the same problem: the difference between MP 0.2.2 and 0.2.2SVN. I am not sure what the exact differences are, but here is the 'all time favorite':
- MediaPortal.Profile.Settings
Original class is in the Util lib, in 0.2.2SVN it is in in the Utils lib, causing the error 'System.TypeLoadException: Could not load type 'MediaPortal.Profile.Settings' from assembly 'Core' '. The solution is to recompile the plugin against the target 0.2.2 version. In other words, this requires two different versions of a plugin: 0.2.2 compatible and 0.2.2SVN compatible. So, if you get this error, please give the MP version you are using, so a custom version can be compiled for that version.
- MediaPortal.Profile.Settings
Original class is in the Util lib, in 0.2.2SVN it is in in the Utils lib, causing the error 'System.TypeLoadException: Could not load type 'MediaPortal.Profile.Settings' from assembly 'Core' '. The solution is to recompile the plugin against the target 0.2.2 version. In other words, this requires two different versions of a plugin: 0.2.2 compatible and 0.2.2SVN compatible. So, if you get this error, please give the MP version you are using, so a custom version can be compiled for that version.