I have just finished adding devforce to an existing webapplication. I used the DevForce object mapper to built and add a domain model project, and a silverlight project.
Then I manually edited the web application project:
The EntityService.svc file
The EntityServer.svc file
Edited the web.config - adding the ideablade.config section and the services and binding to the system.serviceModel
created a log folder
included references to the DevForce Assemblies.
But when I try to do a
EntityManagerRef.ConnectAsync from my SL app, i get this error :" Unable to create proxy to EntityServer.svc service"
The log show no errors, the last log says: EntityServer listening on http://server/webhome/EntityServer.svc
Am I misssing some steps here, when manually adding to an existing web application?