I downloaded the CRM 2011 SDK and follow the instructions for getting started and starting using the C # quick start project. When I try to build it, VS complains about the link to the aforementioned assembly, which seems to be not located on my PC (Windows 8), of course, not where it is expected according to the link in the project file. When I tried installing the Microsoft Identity Model, it refused, indicating that it was already installed by integrating with the .NET framework 4.5.
I'm not sure where to go next - can anyone help please?
source
share