Cannot get Dynamics CRM 2013 working with Visual Studio 2015 RC on Win 10? [.NETCore / .NETFramework] -
i've upgraded windows 10 , installed visual studio professional 2015 rc , i'm trying use dynamics crm 2013 in universal windows project, seem unable add references.
the error receiving -
a reference 'location of .dll' not added. project targets '.netcore' while file reference targets '.netframework'. not supported scenario.
now, in previous versions understand able go solution explorer -> properties -> application , select target framework there, have been place start in trying fix this, visual studio 2015 rc not seem have feature.
what can fix this, or entirely incompatible @ moment?
it looks targeting wrong version of .net framework. crm 2013 sdk assemblies support .net 4.0 framework (2015 supports 4.5). https://msdn.microsoft.com/en-us/library/gg328350(v=crm.6).aspx
you can change framework visual studio targeting .net 4.0 framework. https://msdn.microsoft.com/en-us/library/bb398202(v=vs.140).aspx
this should allow reference crm assemblies.
edit: if building windows store app can't change target framework.
Comments
Post a Comment