Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 16th, 2004, 02:29 AM
Authorized User
 
Join Date: Jul 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default Hi

 When i tried to open an already made web application project in my visual studio.net environment, an error message is coming.The message is ...... Unable to open Web project 'Web Application 3'.The Web 'Web application3'located on server 'http://192.168.0.161'does not exist..... Then i tried to work offline as i dont know how to set a different path.As i tried to work offline, another error message ......Unable to get the project file from the web server.Unable to open web project 'Web Application3' The web application does not exist on the server.
help ?


 
Old July 16th, 2004, 08:00 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

How are you trying to retrieve/open this web application?

Is 192.168.0.161 your IP address? It almost sounds like the creator of the project used their IP address as the web address of the project instead of using "localhost". So when you are trying to load the project, it's not going to your local machine, but attempting to go to their machine, which may or may not be accessible or be denying you access. Either way, it should be set up so that the project's web location is http://localhost/WebApplication3. The other thing I noticed is that there is a space in the application name. This could also be causing problems.

Unfortunately, changing an existing project is a bit of a headache. It need to be recreated the correct way before you can get it to work.









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.