Results 1 to 7 of 7

Thread: Multiple projects in a project problem..

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2008
    Posts
    21

    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...

  2. #2
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    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.
    That is the very essence of human beings and our very unique capability to perform complex reasoning and actually use our perception to further our understanding of things. We like to solve problems. -Kleinma

    Does your code in post #46 look like my code in #45? No, it doesn't. Therefore, wrong is how it looks. - jmcilhinney

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2008
    Posts
    21

    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....

  4. #4
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    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
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Sep 2008
    Posts
    21

    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

  6. #6
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Multiple projects in a project problem..

    Unzip it to one of IIS's already set up directories. Although that could cause other problems.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Sep 2008
    Posts
    21

    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...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width