the common language runtime was unable to set the breakpoint

Two possibilities, already kind of referenced by the other answers: Make sure you are using the Debug build of the assembly instead of the Release build, because the Release build will remove or optimize your code. Make sure you are updating the version each time you deploy the assemblies in Visual Studio (on project properties … Read more

Is it possible to call Dynamics CRM 2011 late-bound WCF Organization service without the SDK – straight customized binding?

It is probably possible, but hugely complicated. We had a project using Dynamics which moved to ADFS, and required adding lots of extra code around refreshing tokens (code form autorefreshsecuritytoken.cs, deviceidmanager.cs and toolserviceproxies.cs from the SDK) and that was still using the SDK for everything. Bare in mind you also need windows.identification installed in the … Read more