Error
-
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
-
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
-
What problem? Noone can help you unless you tell what problem it is that you are having. --- b { font-weight: normal; }
I get this program from codeproject when I want to open project I get this error http://www.codeproject.com/aspnet/PisceanTreeMenu.asp[^]
-
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
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
-
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
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.
-
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.
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?
-
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?
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?
-
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?
Seems your installation of VS.NET is bad/corrupted, or the web components needed are not installed as expected.
-
Seems your installation of VS.NET is bad/corrupted, or the web components needed are not installed as expected.
Can you be more specific because I install full vs and seems that all compinents are installed