I'm trying to deploy my WCF RIA services application to our in-house server for testing. I've been following the instructions and comments from this blog site: http://timheuer.com/blog/archive/2009/12/10/tips-to-deploy-ria-services-troubleshoot.aspx
At the end someone points to this question:
http://stackoverflow.com/questions/1528324/how-to-solve-a-http-error-404-3-not-found-error
I've been trying to run that same tool with .net 4.0 but it keeps giving me an error:
[Warning]The HTTP namespace reservation already exists.
I am running the version of the exe that I found inside of C:\Windows\Microsoft.NET\Framework\v4.0.21006
There is also C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation
that has (what I assume is) the same exe in it, and I can use it just fine. I've tried to un-install the 3.0 version before installing the 4.0 version, but I am still getting the same warning and failure. Has anyone successfully done this with .net 4.0?