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. General Programming
  3. C#
  4. Error

Error

Scheduled Pinned Locked Moved C#
helpcsharpasp-netvisual-studiosysadmin
9 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.
  • H Offline
    H Offline
    Hamid Taebi
    wrote on last edited by
    #1

    Hi, How to solve this problem?I get The likeliest problem is that required components are not installed onthe local web server. Run Visual Studio .NET setup and add the Web Development component. I run setup and I see that Web Development is active and I install IIS and run aspnet_regiis /i but it doesnt work. Please help me Thanks in advance

    G T 2 Replies Last reply
    0
    • H Hamid Taebi

      Hi, How to solve this problem?I get The likeliest problem is that required components are not installed onthe local web server. Run Visual Studio .NET setup and add the Web Development component. I run setup and I see that Web Development is active and I install IIS and run aspnet_regiis /i but it doesnt work. Please help me Thanks in advance

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

      What problem? Noone can help you unless you tell what problem it is that you are having. --- b { font-weight: normal; }

      H 1 Reply Last reply
      0
      • G Guffa

        What problem? Noone can help you unless you tell what problem it is that you are having. --- b { font-weight: normal; }

        H Offline
        H Offline
        Hamid Taebi
        wrote on last edited by
        #3

        I get this program from codeproject when I want to open project I get this error http://www.codeproject.com/aspnet/PisceanTreeMenu.asp[^]

        1 Reply Last reply
        0
        • H Hamid Taebi

          Hi, How to solve this problem?I get The likeliest problem is that required components are not installed onthe local web server. Run Visual Studio .NET setup and add the Web Development component. I run setup and I see that Web Development is active and I install IIS and run aspnet_regiis /i but it doesnt work. Please help me Thanks in advance

          T Offline
          T Offline
          Travis D Mathison
          wrote on last edited by
          #4

          Assuming you have the web components of Visual Studio .NET installed, the following steps are all that is needed to get the TreeMenuSample code up and running (assuming you're attempting this on an XP workstation): 1. Download and extract the TreeMenuSample demo project 2. Place the TreeMenuSample directory in the C:\Inetpub\wwwroot directory 3. Open IIS and under "Default Web Site" find the TreeMenuSample directory, right-click and select "Properties" 4. On the "Directory" tab, under "Application Settings" click the "Create" button 5. Click "Ok" 6. Open the solution in VS.NET and right-click the WebForm1.aspx and select "Set As Start Page" 7. Hit F5 (Debug) or Ctrl-F5 (Run w/out Debug) to start up the demo When you follow these steps to get the code up and running at which stage does it fail? Or are you able to make it work by following the above? Do you have FrontPage server extensions installed and configured for IIS? ~Travis

          H 1 Reply Last reply
          0
          • T Travis D Mathison

            Assuming you have the web components of Visual Studio .NET installed, the following steps are all that is needed to get the TreeMenuSample code up and running (assuming you're attempting this on an XP workstation): 1. Download and extract the TreeMenuSample demo project 2. Place the TreeMenuSample directory in the C:\Inetpub\wwwroot directory 3. Open IIS and under "Default Web Site" find the TreeMenuSample directory, right-click and select "Properties" 4. On the "Directory" tab, under "Application Settings" click the "Create" button 5. Click "Ok" 6. Open the solution in VS.NET and right-click the WebForm1.aspx and select "Set As Start Page" 7. Hit F5 (Debug) or Ctrl-F5 (Run w/out Debug) to start up the demo When you follow these steps to get the code up and running at which stage does it fail? Or are you able to make it work by following the above? Do you have FrontPage server extensions installed and configured for IIS? ~Travis

            H Offline
            H Offline
            Hamid Taebi
            wrote on last edited by
            #5

            Hi Travis D. Mathison I tested your answer but I get previous error? The likeliest problem is that required components are not installed onthe local web server. Run Visual Studio .NET setup and add the Web Development component.

            T 1 Reply Last reply
            0
            • H Hamid Taebi

              Hi Travis D. Mathison I tested your answer but I get previous error? The likeliest problem is that required components are not installed onthe local web server. Run Visual Studio .NET setup and add the Web Development component.

              T Offline
              T Offline
              Travis D Mathison
              wrote on last edited by
              #6

              Hmmmm... Are you able to create new Web projects (ie. File->New->Web Site)? Or is this just when opening the existing Web Application? Have you tried deleting the sln/suo files and re-opening the project via the csproj file?

              H 1 Reply Last reply
              0
              • T Travis D Mathison

                Hmmmm... Are you able to create new Web projects (ie. File->New->Web Site)? Or is this just when opening the existing Web Application? Have you tried deleting the sln/suo files and re-opening the project via the csproj file?

                H Offline
                H Offline
                Hamid Taebi
                wrote on last edited by
                #7

                Travis D. Mathison I get(tested) another projects like this project and I get same error? I try to test all ways (your answer) and help visuall studio but it dosent work and always this error.I get this error when opening the existing Web Application and i try to delete sln and reopen but I get same error -- modified at 9:54 Wednesday 3rd May, 2006 I think that C# is difficult than Visuall c++,right?

                T 1 Reply Last reply
                0
                • H Hamid Taebi

                  Travis D. Mathison I get(tested) another projects like this project and I get same error? I try to test all ways (your answer) and help visuall studio but it dosent work and always this error.I get this error when opening the existing Web Application and i try to delete sln and reopen but I get same error -- modified at 9:54 Wednesday 3rd May, 2006 I think that C# is difficult than Visuall c++,right?

                  T Offline
                  T Offline
                  Travis D Mathison
                  wrote on last edited by
                  #8

                  Seems your installation of VS.NET is bad/corrupted, or the web components needed are not installed as expected.

                  H 1 Reply Last reply
                  0
                  • T Travis D Mathison

                    Seems your installation of VS.NET is bad/corrupted, or the web components needed are not installed as expected.

                    H Offline
                    H Offline
                    Hamid Taebi
                    wrote on last edited by
                    #9

                    Can you be more specific because I install full vs and seems that all compinents are installed

                    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