Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. issue in copying files from websites folder to some other location

issue in copying files from websites folder to some other location

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-net
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ahamed Azeem
    wrote on last edited by
    #1

    hi gents, In ASP.NET solution file is in Projects folder and project files are in Websites folder. I wanna to put both in the same folder in another location.. I have copied the files from projects folder to the websites folder and its working but when i move the files to some other location its giving error "One or more files cannot be loaded...." Please help me to find a solution for this Thanks in advance Regards

    Ahamed Azeem software Programmer

    G 1 Reply Last reply
    0
    • A Ahamed Azeem

      hi gents, In ASP.NET solution file is in Projects folder and project files are in Websites folder. I wanna to put both in the same folder in another location.. I have copied the files from projects folder to the websites folder and its working but when i move the files to some other location its giving error "One or more files cannot be loaded...." Please help me to find a solution for this Thanks in advance Regards

      Ahamed Azeem software Programmer

      G Offline
      G Offline
      Gamzun
      wrote on last edited by
      #2

      Can you please elaborate your question.

      Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif

      A 1 Reply Last reply
      0
      • G Gamzun

        Can you please elaborate your question.

        Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif

        A Offline
        A Offline
        Ahamed Azeem
        wrote on last edited by
        #3

        Thanks a lot for your reply I created a new website. The files are inside the visualstudio2005\projects\website1 and visualstudio2005\websites\website1 I have copied the files(.sln and .suo) in visualstudio2005\projects\website1\ to the visualstudio2005\websites\website1\ and then open the project. Its working fine. But if i copy the website1 folder from visualstudio2005\websites\website1\ to c: drive.. i cannot open the project. It is saying one or more files cannot be loaded. If I put inside Websites folder in c drive then its working.. How can i solve this The error showing is One or more projects in the solution could not be loaded for the following reason(s): The project file or web has been moved, renamed or is not on your computer These projects will be labelled as unavailable in solution explorer, Expand the project node to show the reason the project could not be loaded. Hope you understand Thanks and Regards

        Ahamed Azeem software Programmer

        A 1 Reply Last reply
        0
        • A Ahamed Azeem

          Thanks a lot for your reply I created a new website. The files are inside the visualstudio2005\projects\website1 and visualstudio2005\websites\website1 I have copied the files(.sln and .suo) in visualstudio2005\projects\website1\ to the visualstudio2005\websites\website1\ and then open the project. Its working fine. But if i copy the website1 folder from visualstudio2005\websites\website1\ to c: drive.. i cannot open the project. It is saying one or more files cannot be loaded. If I put inside Websites folder in c drive then its working.. How can i solve this The error showing is One or more projects in the solution could not be loaded for the following reason(s): The project file or web has been moved, renamed or is not on your computer These projects will be labelled as unavailable in solution explorer, Expand the project node to show the reason the project could not be loaded. Hope you understand Thanks and Regards

          Ahamed Azeem software Programmer

          A Offline
          A Offline
          Abhishek Sur
          wrote on last edited by
          #4

          Open the Solution(which eventually an XML file) in Notepad or any XML editor and modify with the relative path in the project section. For example : Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MyProject", "MyProject\MyProject.vbproj", "{4A2C4FC2-3D9B-4911-B5CC-3147EC7E8D6C}" EndProject Modify the section in bold. .NET IDE loads the project based on the project file path mentioned in project section. For multiple projects there should be more than one project block. :-D

          Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


          My Latest Articles-->** Simplify Code Using NDepend
          Basics of Bing Search API using .NET
          Microsoft Bing MAP using Javascript

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups