Warning 7 Custom tool warning: No endpoints compatible with Silverlight 3 were found. The generated client class will not be usable unless endpoint information is provided via the constructor. D:\Projects\VMR\AzureVMR\VMRSilverlight\Service References\Proxy.DataService\Reference.svcmap 1 1 VMRSilverlight
Visual Studio 2010 Beta 2 has been giving me some funky errors lately. The errors occur out of the blue. Updating the service references work find for a few days and then seemingly at random I start to get the error above.
I found a solution that has been working for me.
Reconfigure the service reference:
Check the box “Reuse types in referenced assemblies” and choose “Reuse types in specified referenced assemblies” Choose only the Model assemblies that you share between the Silverlight App and your WCF Service. Hit OK and you should be good to go!