c# - Developing ms crm 2011 plugin on vs 2015 -


how can develop custom plugin ms crm 2011 using ms visual studio 2015? problem plugin development requires crm sdk installed on vs, impossible install crm sdk 2011 on vs 2015 (it errors 'you should install visual studio first'), can understand looks vs 2010.

also, haven't found way install crm sdk 2015 on vs 2015, figured out microsoft separated out these 2 things.

i don't want buy vs 2010 additionally, , can't change company politics of using ms crm 2011.

download microsoft dynamics crm 2011 software development kit (sdk).

then run executable, extract files folder directory (not sure visual studio link comes in here).

you can find crm assemblies in sdk\bin folder, can add references directly project.

alternatively try nuget references.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -