Hi All, Is there any reason why when I set the System.Windows.Controls.Data dll i have referenced in my silverlight project to copy local false I get an error when trying to connect the entitymanager to the database saying:
************
"EntityServerException: Unable to create proxy to /EntityServer.svc service --->
at IdeaBlade.EntityModel.EntityServerClient.CreateProxy(String serviceName)
at IdeaBlade.EntityModel.EntityServerClient..ctor(String serviceName)
at IdeaBlade.EntityModel.RemoteEntityServerProxy.GetEntityServer()
at IdeaBlade.EntityModel.EntityManager.<ConnectCoreAsync>b__27(AsyncEventArgs args)"
************
As soon as i set the dll copy local back to true it will work fine. I need to set it to false so i can defer the load of the dll as its only needed on a certain page and i want to cut down size of the xap.
Look forward to hearing back from you.
Thanks