I am getting your canned "There is no endpoint listening on
http://localhost:9009/EntityService.svc that could accept calls from this application. If running in Visual Studio, make sure CopyLocal=true is set for all IdeaBlade assembly references in the web project to ensure that these assemblies are copied to the bin folder. To check if the service is running, open your internet browser and navigate to 'http://localhost:9009/EntityService.svc'. If the service page shows errors, these should help diagnose the problem with the service. If the service is running, then also make sure that the endpoint bindings match between client and server, and that the server's ClientApplicationType is either 'Silverlight' or 'Both'. Check the server's debug log file for more information." error message.
I have checked everything mentioned and have gone over the configs several times but since this is "all new" compared to the previous version I am not familiar with it. I am upgrading a large solution in which we used your 2009 product. If I browse straight to EntityService.svc I get no error messages. All references in the web project are set to copy local.
I have a class library with the model, then a silverlight library with the SL portion. I recreated these models, I did not try to "upgrade" but I did create these projects manually with no templates as those didnt meet my needs. I have looked over the Deployment sections in the learning resource and some of the info is a bit confusing on which projects the files belong in in my scenario and/or which data needs to match in the different projects.
I also have two models with different EntityManager names. I have no added any EDM keys yet and I am not sure which config files they belong in.
Please help me clear up this fog, we are very anxious to get 2010 up and running!