Posted on 09/08/2007 15:14:58
RAP wrote:
Try changing the url in the sln file to the IP address instead.
the line to change should look a little like this:
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CustomModules", "http://rap.dev.dynamicweb.dk/CustomModules.vbproj", "{1585E885-194F-46B1-BC51-130B9C7D092A}"
It's a development project on my work machine.
I tried to replace
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "CSharpClassic", "http://localhost/CSharpClassic.csproj", "{61E84A2C-3B35-466B-8B46-9AFF24D84FE9}"
with my ip
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "CSharpClassic", "http://192.168.254.123/CSharpClassic.csproj", "{61E84A2C-3B35-466B-8B46-9AFF24D84FE9}"
But that just resulted in a conversion wizard when i tried to launch the project afterwards.
Or am I missing something?