Install CRM 2015 SDK on Visual Studio 2013

I know there is no pertinent question here. But I searched everywhere and didn't find a suitable solution. What I'm trying to do is install the CRM 2015 SDK on Visual Studio 2013, develop plugins, web resources, etc. I know this is a stupid question, but can you please help.

+3


source to share


1 answer


The CRM 2015 SDK does not include developer tools (unlike previous versions). They have to be submitted at a later date (AFAIK they still haven't chosen).

Microsoft says that you should be able to get by with the 2013 version if you update DLL references from 6.x to newer 7.x versions. Also, you probably have to play with the target map (CRM 2015 plugins should target .NET 4.5.2).



I've long since ditched developer tools and gone back to creating class libraries as I have to tweak 2011, 2013, and 2015 environments. both locally and online ... and on a few Dev tools, the settings don't "stack" nicely on the same VS installation.

+4


source







All Articles