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. source files without .sln or .vbproj files

source files without .sln or .vbproj files

Scheduled Pinned Locked Moved ASP.NET
csharpjavascriptcssasp-netsysadmin
5 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
    Alberto De Caro
    wrote on last edited by
    #1

    Hello everybody. I was requested to make an existing asp.net solution run on a test environment. All the solution stuff is available on a SourceSafe server, but there are no .sln or .vbproj file in the repository. As far as I guess, the solution is made up of a web application (*.aspx, *.vb, *.js, *.css, web.config, global.asax) and a web service (.asmx, *.vb). There are also folders and files regarding AJAX Control Toolkit. The idea is to rebuild a .sln and two .vbproj files (one for the app, one for the web service), starting from an empty solution, adding manually all the file and creating all the references. But I fear this may be a long and tricky way. Is there another way to rebuild the .sln or the .vbproj file? Thanks, Alberto

    M M 2 Replies Last reply
    0
    • A Alberto De Caro

      Hello everybody. I was requested to make an existing asp.net solution run on a test environment. All the solution stuff is available on a SourceSafe server, but there are no .sln or .vbproj file in the repository. As far as I guess, the solution is made up of a web application (*.aspx, *.vb, *.js, *.css, web.config, global.asax) and a web service (.asmx, *.vb). There are also folders and files regarding AJAX Control Toolkit. The idea is to rebuild a .sln and two .vbproj files (one for the app, one for the web service), starting from an empty solution, adding manually all the file and creating all the references. But I fear this may be a long and tricky way. Is there another way to rebuild the .sln or the .vbproj file? Thanks, Alberto

      M Offline
      M Offline
      meeram395
      wrote on last edited by
      #2

      My assumption is that for opening the aspx or asmx files in Visual Studio, you need to have either the .sln file or .csproj (or.vbproj) required. Since both of them are not available, you try to open from VSS and build it again which will create the solution and project files , I mean adding all the files manually and all the corresponding references.

      Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

      A 1 Reply Last reply
      0
      • M meeram395

        My assumption is that for opening the aspx or asmx files in Visual Studio, you need to have either the .sln file or .csproj (or.vbproj) required. Since both of them are not available, you try to open from VSS and build it again which will create the solution and project files , I mean adding all the files manually and all the corresponding references.

        Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

        A Offline
        A Offline
        Alberto De Caro
        wrote on last edited by
        #3

        Thank for the reply, but this is exactly what I want to avoid, I mean manually defining the project, adding references, resolving dependences... It's a hell. A.

        M 1 Reply Last reply
        0
        • A Alberto De Caro

          Thank for the reply, but this is exactly what I want to avoid, I mean manually defining the project, adding references, resolving dependences... It's a hell. A.

          M Offline
          M Offline
          meeram395
          wrote on last edited by
          #4

          Ok. just try as below: Open a blank solution from the New Project Types from Visual Studio templates. If it creates a new project solution file, then you can copy all the relevant files required to this folder and open it again. I am not sure whether this will work or not, but give a try. Thanks

          Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

          1 Reply Last reply
          0
          • A Alberto De Caro

            Hello everybody. I was requested to make an existing asp.net solution run on a test environment. All the solution stuff is available on a SourceSafe server, but there are no .sln or .vbproj file in the repository. As far as I guess, the solution is made up of a web application (*.aspx, *.vb, *.js, *.css, web.config, global.asax) and a web service (.asmx, *.vb). There are also folders and files regarding AJAX Control Toolkit. The idea is to rebuild a .sln and two .vbproj files (one for the app, one for the web service), starting from an empty solution, adding manually all the file and creating all the references. But I fear this may be a long and tricky way. Is there another way to rebuild the .sln or the .vbproj file? Thanks, Alberto

            M Offline
            M Offline
            Martin Jarvis
            wrote on last edited by
            #5

            Can you open the folder as a website? Open VS: File -> Open -> Web Site


            Freestyle Interactive Ltd | Martin on .Net

            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