I’m a big fan of unit testing your custom code to prevent errors from ever occuring in the system. However it is not unlikely that QA can still report an issue that is related to your custom code. You will have… Read More
LINQPad and Dynamics CRM
I recently came across a program called LINQPad and decided to give it a try. What is LINQPad LINQPad is a software utility targeted at Microsoft .NET development. You can use the tool to write C# code without the need for an… Read More
Plugin Registration Tool: Could not load file or assembly
When registering a new assembly in the Plugin Registration Tool you might encounter the error “Could not load file or assembly”. Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly ‘file://….dll’ or one of its dependencies. Operation is not supported.… Read More