The post How to fix Assembly does not have a strong name for CRM ? appeared first on CRM Kitchen.
]]>Referenced assembly XXX does not have a strong name.
These errors are taken in the following steps :
More info : https://msdn.microsoft.com/en-us/library/ms247123(v=vs.90).aspx
We recommend you that read in a very detail post on Hosk’s Dynamic CRM Blog
The post How to fix Assembly does not have a strong name for CRM ? appeared first on CRM Kitchen.
]]>The post CRM 2015 .NET Framework 4.5.2 Version appeared first on CRM Kitchen.
]]>The type or namespace name ‘Xrm’ does not exist in the namespace ‘Microsoft’ (are you missing an assembly reference?)
You have to change .NET Framework version in your projects, if you use CRM 2015
If you say “.NET Framework 4.5.2 not showing in Visual Studio” or “How to select .NET 4.5.2 as a target framework in Visual Studio ? “, follow the links below.
You can find some helpful links about that :
https://support.microsoft.com/en-us/kb/3018360
Microsoft.Xrm.Sdk version : 7.0.0.0
https://www.microsoft.com/en-us/download/details.aspx?id=42637
This pack contains the following components :
https://msdn.microsoft.com/en-us/library/dn481609.aspx
http://blogs.msdn.com/b/dotnet/archive/2014/08/07/moving-to-the-net-framework-4-5-2.aspx
The post CRM 2015 .NET Framework 4.5.2 Version appeared first on CRM Kitchen.
]]>The post CRM Online 2015 Debugging appeared first on CRM Kitchen.
]]>We use Plugin Registration Tool for deployment and debugging because there is no CRM Developer Toolkit for CRM 2015. If you dont find this tool you can download latest CRM 2015 SDK. Follow the steps to debug plugins registered for online version.
Here creation of Account which trigger the plugin.
The Plugin throws an exception and Business Process Dialog is displayed, click Download Log File and save this file.
Now debug dialog will open and select the file you downloaded ErrorDetails.txt for Profile Location. Then select the Plugin assembly dll where dll and pdb files available to debug.
Open the plugin solution in Visual Studio and then place the break point to debug, attach the debugger to PluginRegistration.exe process.
Also I recommend you to read these posts and video :
I reviewed the article by Guru Prasad which was really helpful in getting this article together.
The post CRM Online 2015 Debugging appeared first on CRM Kitchen.
]]>