473,797 Members | 3,126 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows 2000 VS.Net 2003 Installation Nightmare


Since the elitists in the Win 2000 Networking group wont help, I
thought I'd ask here:

I installed VS.NET 2003 yesterday on Windows 2000 Pro SP3. Since doing
so, I have no internet connection. Also, I have no access to my home
network.

I've done everything I can think of to correct the problem, and I'm at
a loss. Formating is not an option ATM, and i dont know it would
happen any differently next time around anyway. Suggestions would be
very appreciated.
Jul 19 '05 #1
1 1683
emg
Well, you don't say anything about the type of network connections you're
using (ethernet local? dial-up or broadband for the internet?) And you
don't mention the "everything " you tried. I'm not a network admin, but I'll
tell you what my approach would be.

First, I'd start with the basics like checking the status of the NIC itself
and the protocols/services riding on it. (i.e. TCP/IP). If it's a dialup
connection, look at the modem properties and use the diagnostics. If the
basic hardware drivers are hosed, you're not going to get very far at all.

Next, try to ping one of your local machines - - if you can't get a ping
back from one of your local machines, I'd go back and spend more time on the
NIC, the drivers and protocols. Also check all the cables are properly
seated and your local hub or router has the appropriately blinky lights.

If you are able to ping locally, try to ping externally. C:\ >ping
www.microsoft.com. Any luck?

If ping is working but higher-level functions like File and Printer sharing
or Internet browsing are down, that narrows the field a little. It could be
a LogonID security issue preventing local file sharing. If the WorkGroup
name got changed in your install process, that would certainly break File
sharing. Are you using a router? I can reach my local router via Internet
Explorer and view settings and such. Can you do the same? Have you
changed the local computer's IP or Computer Name? The list goes on and on.
You have to start at the bottom, take one step at a time and work your way
up to the "fancy" stuff like web surfing.

If you are completely lost, use the Windows Help and Support topics and read
read read. The first time I set up a home network I think it took me a week
and a half of reading docs, rebooting and stumbling around. Once I got it
down, I wrote up EVERYTHING. I've had to adjust a few times when my
broadband provider changed or I upgraded operating systems, but the basic
stuff for a simple home network really hasn't changed much at all in several
years.

Sorry I don't have a simple answer for you. Best of Luck!

<ge***********@ lycos.com> wrote in message
news:cj******** *************** *********@4ax.c om...

Since the elitists in the Win 2000 Networking group wont help, I
thought I'd ask here:

I installed VS.NET 2003 yesterday on Windows 2000 Pro SP3. Since doing
so, I have no internet connection. Also, I have no access to my home
network.

I've done everything I can think of to correct the problem, and I'm at
a loss. Formating is not an option ATM, and i dont know it would
happen any differently next time around anyway. Suggestions would be
very appreciated.

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
4974
by: Rui Oliveira | last post by:
How can I reinstall ASP in windows 2000 Server? Is possible reinstall it, without reinstall IIS? Thanks & Regards, Rui Oliveira
2
15230
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000 Personal disk from the SQL Server 2000 Enterprise kit as this is reported here on the MSDN web site to be the version that is supported on Windows XP. In fact so many of you kind people confess to having succeeded in doing it. I have tried...
2
6408
by: Carlos G Benevides | last post by:
I have a ASP.Net web application that has two assemblies that run under com+. Under Windows 2000 the two assemblies are added to com+ automatically when instantiated from the web site. For this to happen we had to change the context in which asp.net runs from machine to SYSTEM by modifying the machine.config file. Under Windows 2003 no matter how asp.net is set to run as either machine or system. I get the following error: ...
3
3594
by: Andyza | last post by:
My prod box consists of the following: - Windows 2003 Server - Exchange 2003 If I use cdoConfig to send emails from my .asp application do I need to include the following typelib on my .asp page if I'm running Exchange 2003: <!--METADATA TYPE="typelib" UUID="CD000000-8B95-11D1-82DB-00C04FB1625D" NAME="CDO for Windows 2000 Library" -->
1
43989
by: Tim Marshall | last post by:
I've just received a new computer with Win XP Version 5.1.2600. I want to have Access 2003 and Access 97 running on this, so I did some googling on cdma and it seems I must install these versions of Access "sequentially", ie, A97, first. When I use the Office 97 installation cd, pick my choices, I end up, at the end of the installation, an error telling me the system.mdw could not be created. When I click OK on this, the installer...
4
4404
by: Aliza Klein | last post by:
Apologies in advance as I am SURE this has been asked 100 times - but I haven't got a simple answer: I have MS Office XP Developer and have created an installation package (with the runtime) for an Access 2002 database. The problem: when installing on a Windows XP machine, I get the following error: The Office System Pack cannot be installed on this system because it
2
3216
by: Vaap | last post by:
I did lot of googling to see if I can solve the SQL server not found problem while trying to run ASP.Net community starter kit from an XP machine to Windows 2003 server hosting SQL server 2000 database. Tried all possible combinations but it still fails. I have Windows 2003 server having SQL Server 2000 installed with SP2. The installation went Ok on a XP professional machine and I was able to create database and user logins etc on...
2
310
by: genetic.error | last post by:
Since the elitists in the Win 2000 Networking group wont help, I thought I'd ask here: I installed VS.NET 2003 yesterday on Windows 2000 Pro SP3. Since doing so, I have no internet connection. Also, I have no access to my home network. I've done everything I can think of to correct the problem, and I'm at a loss. Formating is not an option ATM, and i dont know it would happen any differently next time around anyway. Suggestions would...
4
2029
by: hellCoder | last post by:
Hi, I'm facing a nightmare here... I had Visual Studio 2003 installed and working perfectly but I decided to install Visual Studio 2005 just to begin to use it. The installation of the VS 2005 finished successfully but since then I cannot create or open any asp.net web application. I receive the following message: "Unable to create Web project 'ProjectName'. The file path 'FilePath' does not correspond to the URL 'ProjectURL'. The...
0
10468
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10205
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9063
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7559
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4131
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2933
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.