I'm teaching myself Visual Studio LightSwitch by porting Excel Importer extension. I have all the pre-requisites (Visual Studio 2010 SP1 Ultimate edition, Visual Studio 2010 SP1 SDK, Visual Studio LightSwitch 2011 Extensibility Toolkit) except that I'm using LightSwitch Beta 2.
While trying to execute this line,
IServiceProxy sdkProxy = VsExportProviderService.GetExportedValue<IServiceProxy>();
I get the following exception:
The composition produced a single composition error. The root cause is
provided below. Review the CompositionException.Errors property for more detailed information.
1) Unable to find any implementation of the contract: 'Microsoft.LightSwitch.Sdk.Proxy.IServiceProxy'
Any idea on how to resolve this?