473,405 Members | 2,379 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Visual Web Dev Vs. VS.NET

Does anyone know if one can install Visual Web Dev side by side with VS.NET 03 and NOT screw up VS.NET (and ASP.NET 1.1)? I might like to play around with ASP.NET 2.0 -- but not if there's a remote chance that it going to screw up VS.NET.

Thanks.
Nov 18 '05 #1
5 1112
Scott, You can download 45-days trial version of Microsoft
Virtual PC 2004 from http://www.microsoft.com/windows/virtualpc/default.mspx

Using virtual pc 2004, you can virtually host another operating system
image on your desktop. This way you can avoid any problems with
VWD <-> vs2003 installations.

--
Hope this helps,
Zeeshan Mustafa, MCSD
"Scott G." <no*****@this-is-extra-hotmail.com> wrote in message
news:Od**************@TK2MSFTNGP12.phx.gbl...
Does anyone know if one can install Visual Web Dev side by side with VS.NET
03 and NOT screw up VS.NET (and ASP.NET 1.1)? I might like to play around
with ASP.NET 2.0 -- but not if there's a remote chance that it going to
screw up VS.NET.

Thanks.
Nov 18 '05 #2
Yeah; I know that, I was just thinking that maybe this product was a litte more comparmentalized than VS.NET and I could stick it on a portable I use for testing (it doesn't have a big disk).

Scott
"M. Zeeshan Mustafa" <ze*****@no-spm.please.zeeshan.net> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...
Scott, You can download 45-days trial version of Microsoft
Virtual PC 2004 from http://www.microsoft.com/windows/virtualpc/default.mspx

Using virtual pc 2004, you can virtually host another operating system
image on your desktop. This way you can avoid any problems with
VWD <-> vs2003 installations.

--
Hope this helps,
Zeeshan Mustafa, MCSD
"Scott G." <no*****@this-is-extra-hotmail.com> wrote in message
news:Od**************@TK2MSFTNGP12.phx.gbl...
Does anyone know if one can install Visual Web Dev side by side with VS.NET
03 and NOT screw up VS.NET (and ASP.NET 1.1)? I might like to play around
with ASP.NET 2.0 -- but not if there's a remote chance that it going to
screw up VS.NET.

Thanks.
Nov 18 '05 #3
As usual the readme suggests to install only on a machine you don't depend on. If I remember uninstalling may break previous VS.NET installs (check out the readme)...

Patrice

--

"Scott G." <no*****@this-is-extra-hotmail.com> a écrit dans le message de news:Ot**************@TK2MSFTNGP09.phx.gbl...
Yeah; I know that, I was just thinking that maybe this product was a litte more comparmentalized than VS.NET and I could stick it on a portable I use for testing (it doesn't have a big disk).

Scott
"M. Zeeshan Mustafa" <ze*****@no-spm.please.zeeshan.net> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...
Scott, You can download 45-days trial version of Microsoft
Virtual PC 2004 from http://www.microsoft.com/windows/virtualpc/default.mspx

Using virtual pc 2004, you can virtually host another operating system
image on your desktop. This way you can avoid any problems with
VWD <-> vs2003 installations.

--
Hope this helps,
Zeeshan Mustafa, MCSD
"Scott G." <no*****@this-is-extra-hotmail.com> wrote in message
news:Od**************@TK2MSFTNGP12.phx.gbl...
Does anyone know if one can install Visual Web Dev side by side with VS.NET
03 and NOT screw up VS.NET (and ASP.NET 1.1)? I might like to play around
with ASP.NET 2.0 -- but not if there's a remote chance that it going to
screw up VS.NET.

Thanks.
Nov 18 '05 #4
In theory, no. But, it is betaware.

The new Framework installs into a separate directory, but there is a
possibility it will munge the GAC and cause you issues. I would recommend
another machine or VPC rather than take a chance of mucking up your
production development machine.

I see no reason why Express should cause problems, but in the beta world
strange things happen. This comes from a lot of experience playing around
with fire.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
"Scott G." <no*****@this-is-extra-hotmail.com> wrote in message
news:Od**************@TK2MSFTNGP12.phx.gbl...
Does anyone know if one can install Visual Web Dev side by side with VS.NET
03 and NOT screw up VS.NET (and ASP.NET 1.1)? I might like to play around
with ASP.NET 2.0 -- but not if there's a remote chance that it going to
screw up VS.NET.

Thanks.
Nov 18 '05 #5

The machine I have in mind is not a production box; I'm mostly just curious whether it's possible to do this (and yes, I learned the MS betaware lessons about 15 years ago). My initial thought was that the Express apps would be more likely to run side by side with VS.02 (and VS.05 probably be less likely, plus I'm only really intested in the ASP.NET 2.0 bits).

I saw a post yesterday about ASP.NET 2.0 munging about with IIS, but that seemed to be fixed pretty quickly.

Has anyone tried it yet? There must be at least one brave soul willing to trash a box for the betterment of the ASP.NET-world!

Scott
"Cowboy (Gregory A. Beamer) [MVP]" <No************@comcast.netNoSpamM> wrote in message news:e0**************@TK2MSFTNGP10.phx.gbl...
In theory, no. But, it is betaware.

The new Framework installs into a separate directory, but there is a
possibility it will munge the GAC and cause you issues. I would recommend
another machine or VPC rather than take a chance of mucking up your
production development machine.

I see no reason why Express should cause problems, but in the beta world
strange things happen. This comes from a lot of experience playing around
with fire.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
"Scott G." <no*****@this-is-extra-hotmail.com> wrote in message
news:Od**************@TK2MSFTNGP12.phx.gbl...
Does anyone know if one can install Visual Web Dev side by side with VS.NET
03 and NOT screw up VS.NET (and ASP.NET 1.1)? I might like to play around
with ASP.NET 2.0 -- but not if there's a remote chance that it going to
screw up VS.NET.

Thanks.
Nov 18 '05 #6

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

Similar topics

6
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
1
by: Daniel A. Thomas | last post by:
License required Maybe you don't have this but have one of the products that qualifies for the upgrade such as ... Visual Studio .NET 2003 Professional Visual Studio .NET 2003 Professional...
3
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
0
by: marathoner | last post by:
I am currently migrating my Visual C++ 6.0 applications to Visual Studio 2005. I am getting compiler errors involving the VS2005's platform SDK. When I removed directory references to that SDK,...
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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...
0
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,...
0
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...

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.