CRM Error 0x8004416c - PluginAssemblyMustHavePublicKeyToken

by Matt 21. January 2011 17:43
So you've created added a brand new Project to your Dynamics CRM Plugin Solution. You write your code, compile it, and use the plugin registration tool to register the assembly and create your desired steps. [More]
Categories: .NET | C# | CRM

DuplicateRecord Error using Plugin Registration Tool

by Matt 30. July 2010 15:40
A rather annoying error came in the form of 0x80040237 (DuplicateRecord: Operation failed due to a SQL integrity violation) when using the Plugin Registration Tool. I had written the plugin and put it on the dev server to test it in various scenarios and when I was confident it was bug free. [More]
Categories: CRM