3

I can't get CRM 2015 sdk working. I keep getting this error:

The type or namespace name 'Xrm' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)

I am using .NET 4.5.2. All threads I've found online were about this upgrade of .NET. I find it weird that I managed to run the same code on Windows Server 2003, without any errors. Since there is no Windows Identity Foundation for WS 2003 I cannot connect to any CRM server.

But in Windows 8.1 I encountered this issue.

Cosmin Plesa
  • 91
  • 2
  • 8

2 Answers2

0

Use the .dlls file from the CRM SDK 2013.

Answer given by Cosmin Plesa in the comments

Sxntk
  • 845
  • 14
  • 29
0

There is no compatibility issue of CRM 2015 SDK with your windows version and either your .Net Framework version.

Download the SDK and reference on you project the local .dll files that you can find inside SDK>bin folder

B. Irena
  • 169
  • 7