Multiple projects in a project problem..
Hi.. I have a window application project with a web service; both application and services are created in the same directory. But when I make the zip file of it and unzipped it and open it with the VS, I am getting the message that one or more project is nor loaded because it is missing and it is a web service missing it? but i found the related services files in the directory which I unzipped it. any help will be appreciated...
Re: Multiple projects in a project problem..
Are you zipping it then moving to a another computer, then unzipping? I think you've got to install the application in IIS before you can modify it with visual studio.
Re: Multiple projects in a project problem..
no. I am using the same computer which means I am sure it has IIS...I still can't figure out what causes it....
Re: Multiple projects in a project problem..
Quote:
Originally Posted by templeavenue
no. I am using the same computer which means I am sure it has IIS...I still can't figure out what causes it....
If you're unzipping it to a different folder on your comp, you still need to create the virtual directory for it in IIS
Re: Multiple projects in a project problem..
Quote:
Originally Posted by JuggaloBrotha
If you're unzipping it to a different folder on your comp, you still need to create the virtual directory for it in IIS
If I don't want to create the virtual directory, where should I unzipped it to? VS directory? or I must installed it?
Thanks
Re: Multiple projects in a project problem..
Unzip it to one of IIS's already set up directories. Although that could cause other problems.
Re: Multiple projects in a project problem..
Quote:
Originally Posted by JuggaloBrotha
Unzip it to one of IIS's already set up directories. Although that could cause other problems.
I just unzipped it to the "projects" folder of VS studio installation (where the original project is located).. I believe that folder is already set up for IIS since the original project is located there and it runs fine. But I am still getting that missing or unloaded error...