I have added a web service reference for MS Dynamics 4.0.7. I'm developing in VS 2010 and I'm missing Microsoft.CRM.SDK.Messages namespace. Everything up to Messages namespace works fine.
I'm working on a basic example which uses WhoAmIRequest and WhoAmIResponse classes, but I can't get any further due to missing assemblies.
Thank you
The namespace which is missing is part of the SDK assemblies. It is not included in the web reference. I assume you refer to the class MessageName.
Keep in mind that you could use either the web reference or the sdk assemblies, but not both at the same time as you will get type conflicts in this case.