We'll we create a virtual directory for the files for IIS to point to and
create a directory structure such as:
C:\Projects
C:\Projects\MySolution\
C:\Projects\MySolution\MyProject
Create the virtual directory to point to the last path above. Then add a
blank solution called MySolution. To it add a web app project called
MyProject and set the location to http:\\localhost\MyProject.
Then I click on the solution and select Add Solution to VSS and it does just
great. I can check it in and check it out just fine. If i check out an aspx
page change one thing and then check it in, I always get the following
message:
"some reload or shell operations were cancelled or caused errors. You
should close and reopen the solution before making further changes."
and then appears to check everything in just fine.
But when i go to VSS server explorer it shows
MySolution
MyProject
MyProject1
MySolution
MySolution1
weird eh.....I'm running 6d as a client and who knows what version is on the
server since we've been using the same VSS database for years.....
Any ideas?
Harry