473,791 Members | 2,995 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS2008 and VS2005

Is it safe to load VS2008 on a VS2005 dev box?
And no - dont talk Virtual PCs that is not the question:-)

guy
Nov 1 '07
15 2199
On my 2 machines, I did uninstall the beta on one machine to my great
chagrin. I never did actually recover from it, so I use Visual Studio 2008
beta only on that machine. However, on the other machine, the VS 2005
installation is still affected by the Visual Studio 2008 installation, but
only to a small extent, in a few specific areas.

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP

"PvdG42" <pv**@toadstool .eduwrote in message
news:ux******** ********@TK2MSF TNGP04.phx.gbl. ..
"guy" <gu*@discussion s.microsoft.com wrote in message
news:A5******** *************** ***********@mic rosoft.com...
>thanks Michael

guy
Cor is making a valid point here. While you may well not have issues
running the two together, uninstalling the VS 2008 Beta 2 will almost
certainly break VS 2005. Check the readme in the ISO.

Nov 2 '07 #11
Another war story... the first time I installed beta 2 (in a "what the
heck" moment) it completely trashed .net; wouldn't reinstall, wouldn't
uninstall; no version of VS would work, no .net app would work. I
eventually got it working by physically deleting a load from the disk
and registry, then re-installing everything .net from scratch - but it
wasn't fun.

I absolutely believe that this was a fluke an an unlikely scenario -
but it happened. If you need the machine, keep it clean. If you are
happy to fdisk if needs-be, then give it a whirl.

Marc
Nov 2 '07 #12
This subject is telling me a lot how well the programmers are trained in
version upgrades. The install should be painless. A "back to basic" training
must be provided to the microsoft programmers with principles on versioning
and upgrades. Just a suggestion...

Despite my chagrin, I still admire you guys for the effort. Just a little
review of what you learned in school should suffice.

"Cowboy (Gregory A. Beamer)" <No************ @comcast.netNoS pamMwrote in
message news:uK******** ******@TK2MSFTN GP04.phx.gbl...
If this is a production development box, I would say no. You probably will
not have problems today, but it is not worth the risk on a production
machine. Your mileage may vary.

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

*************** *************** *************** ****
| Think outside the box! |
*************** *************** *************** ****
"guy" <gu*@discussion s.microsoft.com wrote in message
news:94******** *************** ***********@mic rosoft.com...
>Is it safe to load VS2008 on a VS2005 dev box?
And no - dont talk Virtual PCs that is not the question:-)

guy


Nov 6 '07 #13
"Benedictum " <Be********@dom inusvobis.comwr ote in message
news:uj******** ******@TK2MSFTN GP04.phx.gbl...
This subject is telling me a lot how well the programmers are trained in
version upgrades. The install should be painless. A "back to basic"
training must be provided to the microsoft programmers with principles on
versioning and upgrades. Just a suggestion...

Despite my chagrin, I still admire you guys for the effort. Just a little
review of what you learned in school should suffice.
Perhaps I'm not understanding your comment, but Visual Studio 2008 does not
install as a version upgrade to Visual Studio 2005 by design. If both are
installed on the same machine, they exist as separate products. The issues
cited here are because Visual Studio 2008 is beta test software, where the
final tweaking of install and uninstall routines has yet to be performed.
The same sorts of issues existed for those who beta tested Visual Studio
2005 on machines with Visual Studio .NET 2003 installed. Once Visual Studio
2005 went RTM, the coexistence issues were resolved.
I'm very confident the current VS 2005/VS 2008 issues will be resolved when
VS 2008 goes RTM at the end of the month. I'm enjoined from saying exactly
why I'm so confident, but...
The most important "back to basics" principle in this thread is: Never,
NEVER install beta software on a PC you depend on for production work! Doing
so is just asking for a demonstration of Murphy's law :)

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.

Nov 6 '07 #14
Once Visual Studio
2005 went RTM, the coexistence issues were resolved.
Sorry, what is RTM stands for?
Dec 18 '07 #15
Alan T <al************ *@yahoo.com.auw rote:
Once Visual Studio
2005 went RTM, the coexistence issues were resolved.

Sorry, what is RTM stands for?
Release To Manufacturing - basically "the full, production release" as
opposed to betas, release candidates etc.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
Dec 18 '07 #16

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

Similar topics

7
5992
by: Cirene | last post by:
I used to use the Web Deployment Project with my VS2005 projects. Now I've fully upgraded to VS2008. Do I have to download a new version of the Web Deployment Project? If so where can I find it? If not, how do I have to change my deployment strategy? Thanks!
14
1483
by: =?Utf-8?B?VG9tYXM=?= | last post by:
I am using the Professional version. In VS2005, in a C++/CLI project, to create a new item, there were 9 templates and in VS2008 there are only 3 templates. For example, now the template for DataSet or Stored Procedure does not exist in VS2008. This is definitive or in next dates there will be more templates?
20
2898
by: Iouri | last post by:
Hi everybody, We are currently using VS2003 and now we are in the porcess of upgrading to the next Visual Studio version. Does somebody have a real life experience with VS2008? My boss wants to go with VS2005 and I am trying to convince to buy VS2008. Can somebody provide links to compare 2 products in terms of how stable they are. I do not need VS2008 new features, I need to prove to my management that VS2008 is a stable product. TIA
3
1388
by: GaryDean | last post by:
Is there any possible downside of completely replacing VS2005 with VS2008 willy-nilly? Shouldn't it work with all of my 2.0 projects and websites? (I have MSDN vs2008 DVD (disk 4400)) Thanks, Gary
2
2444
by: Academia | last post by:
I have vs2005 installed on the System disk and vs2008 installed on a different disk. I want to remove VS2005. I read one time about some problem with uninstalling vs2005 after vs2008 is installed but can't find the site now. Is there a problem? Would reinstalling vs2008 fix any problem that may occur because of uninstalling vs2005.
7
2317
by: dan | last post by:
I'm working on a small Web project in VS2008. In VS2005 it was recommended that DataSet be placed in App_Data folder (the framework did that automatically). In VS2008 the framework does not give me that option. The Add.New Item in the App_Data context menu does not even list the DataSet. Does anyone know what is behind the change and what the recommended practice is? Thanks.
3
1338
by: Rick | last post by:
Hello guys!!! I have a little question, i've heard that some people has installed on their machine vs2005 and vs2008, but if you can work vs2005 projects in vs2008 which is the reason to have both vs installed on same machine? or my old vs2005 project doesn't work fine in vs2008? Best Regards
3
3590
by: =?Utf-8?B?cmF1bGF2aQ==?= | last post by:
Vista sp1 C# Hi: after I opened a vs2005 IDE... my breakpoints when debugging in vs2008 dont work any more, any ideas? the test finished but It does not stop. Thanks
1
1813
by: =?Utf-8?B?a21ybmVlZHNuZXRoZWxw?= | last post by:
Hi. This is my scenario that I hope I can find a solution for: A VS2005 solution containing a web app project, a web service project and a simple client library project that only consumes the web service and is used by the web app. A VS2008 solution containing the same web service code as in the VS2005 solution above. How do I construct a solution so that at runtime the client library in the VS2005 solution properly exposes the correct...
4
2035
by: | last post by:
Hi, After installing SP1 for VS2008 and SP1 for .NET 3.5 we get the following warning in a VS2005 build: error CS0618: Warning as Error: 'System.Windows.UIElement.BitmapEffect' is obsolete: 'Avoid using BitmapEffects as they have very poor performance characteristics. They will be deprecated in a future version. Consider using the UIElement.Effect property and ShaderEffects where appropriate instead.'
0
9669
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9515
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10207
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9995
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
9029
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...
0
5559
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4110
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
3718
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2916
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.