I have a really simple test plugin for CRM 4.0, written with C# Express 2008 -- It simply throws an exception when the user tries to create an Account. When compiled with C# Express 2008, the plugin registers just fine. However, I have recently migrated my work to a new development box and downloaded VS C# Express 2010. Now, when I compile the plugin I get one of 2 IO error messages from the registration tool:
Could not load file or assembly 'Microsoft.Crm.Sdk' ... etc.
Assembly name ... <snip> ... cannot be parsed.
To clarify, I'm attempting to register these plugins against the same CRM instance on the same development server as before. I am simply compiling with the 2010 version as opposed to the 2008 version of VS C# Express.
Any thoughts?
Thanks!
*This post is locked for comments
I have the same question (0)