Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 16-01-2008, 08:21 PM   #1 (permalink)
Apprentice
 
midhunmon's Avatar
 
Join Date: Jul 2006
Posts: 53
Default Visual Studio 2005


I want to install Visual Studio 2005 on my system.Can anyone tell me the exact HDD space (not the typical value)taken by the installation. Which types os VS 2005 r out in the market? Can u upgrade .net framework 2.0 to 3.5 on VS2005?
Also what is the diff between VS2005 and Visual Basic 6.0 .
midhunmon is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 16-01-2008, 09:03 PM   #2 (permalink)
dig_boy_dig,dig !
 
skghosh44's Avatar
 
Join Date: Sep 2006
Location: Birth Place of IOCL
Posts: 414
Default Re: Visual Studio 2005

NB withdrawn
__________________
________________________________________________
I like signature after 10 P.M.

Last edited by skghosh44; 21-01-2008 at 08:12 PM.
skghosh44 is offline  
Old 16-01-2008, 10:11 PM   #3 (permalink)
ico
.
 
ico's Avatar
 
Join Date: Jun 2007
Location: New Delhi
Posts: 8,936
Default Re: Visual Studio 2005

I think .NET framework 3.5 is available in Visual Studio 2008.

@skghosh44: The express editions of VS2005 and 2008 are only FREE. The Professional needs to be bought.
__________________
.
ico is offline  
Old 17-01-2008, 01:35 PM   #4 (permalink)
In The Zone
 
Join Date: Sep 2007
Location: Shadow's Lair
Posts: 268
Default Re: Visual Studio 2005

Quote:
Originally Posted by midhunmon View Post
I want to install Visual Studio 2005 on my system.Can anyone tell me the exact HDD space (not the typical value)taken by the installation. Which types os VS 2005 r out in the market? Can u upgrade .net framework 2.0 to 3.5 on VS2005?
Also what is the diff between VS2005 and Visual Basic 6.0 .
One cannot predict the EXACT HDD space. Check it in the system requirements for the VS 2005 installation. It also depends on whether you are going to install all the required components in it.

Regarding info on what versions of VS 2005 is there & its difference between earlier versions, have a look at the link below:

http://en.wikipedia.org/wiki/Visual_Studio_2005

VS2005 will install .NET Framework 2.0.
If you want to upgrade the Framework from v2.0 to v3.5, you will need to do the following.

1. Install .NET framework v2.0. - 22.4MB (If not already installed)
2. Install .NET framework v3.0. - 50.3MB
3. Install .NET framework v3.5. - 197MB

You can find it here:
http://www.microsoft.com/downloads/B...&categoryid=10
shadow2get is offline  
Old 18-01-2008, 09:58 PM   #5 (permalink)
Apprentice
 
midhunmon's Avatar
 
Join Date: Jul 2006
Posts: 53
Default Re: Visual Studio 2005

Thanks guys for all your efforts. Keep up the good work.
midhunmon is offline  
Old 19-01-2008, 02:38 AM   #6 (permalink)
Alpha Geek
 
Krazy_About_Technology's Avatar
 
Join Date: Jun 2004
Location: Noida - India
Posts: 765
Default Re: Visual Studio 2005

Visual Studio 2005 is the new version of Visual Studio 6 that is completely redesigned to work with the .NET technology. Visual Basic 6.0 was a part of Visual Studio 6 family which is a quiet different platform. Starting fro Visual Studio 7 (2002), Visual Studio has switched to .NET platform and all the languages included in it, ie. Visual Basic.NET, Visual C#.NET, Visual C++.NET and Visual J#.NET are now .NET based languages. Visual Basic too has got incredibly large amount of changes and it will not be wrong to call it a completely new language, although some similarities with the previous version remains for easy switching of platform for developers. No Visual Basic is squally powerful as any other language on .NET platform.

Visual Studio 2002 was targeted for .NET 1.0 platform, 2003 was at .NET 1.1, and like wise 2005 is targeted at .NET 2.0 platform. Similarly, VS 2008 is targeted at .NET 3.5 platform.

Now What happened to .NET 3.0 then? Well, After the much redesigning that Microsoft has done to the platform from version 1.1 to version 2.0, the platform (which is an independent thing from Visual Studio, mind it) has now come into a state where there will be no extravagant changes in the architecture in future. .NET 2.0 and 3.5 don't remove or change anything in .NET 2.0, they just add features to its feature set (this was not the case with 1.1 and 2.0, 2.0 changed a lot of things from 1.1). Hence Visual Studio 2005 can be configured to Work with .NET 3.0 too, but not with 3.5 i think.
Along with that, the new Visual Studio 2008 has the ability to compile your project for .NET 2.0, 3.0 or 3.5. You can choose it in your project's properties. So with this release, Microsoft has made sure that if you buy VS 2008, you don't need to have 2005, you can have all its features + the new ones.

Now, starting from the 2005 version, Visual Studio is also available in Express Editions which are scaled down, but quiet powerful versions or the Full Visual Studio and can be downloaded and used for free for non-commercial, learning use. in express edition, you do not get all the professional tools and you do not get an integrated IDE for all languages, instead you get one ide for each language you work upon.

And ya, don't be confused, Visual Studio is a family of products while Visual Basic is a part of it. Visual Basic 6 was in Visual Studio 6 and Visual Basic .NET 2005 is in Visual Studio 2005. Visual Basic 6 was not that powerful and was plagued with many different shortcomings and problems. Visual Basic.NET 2005 is a very powerful language with all the features of an Object oriented language.

And ya, full installation of Visual Studio 2005 with MSDN takes around 4.3 GB of hdd space, so as a safe value, keep at least 5 GB free on the drive.

I hope i cleared your confusions.
__________________
Dell Inspiron 1525 - C2D 2 Ghz, 3GB, 250GB, X3100 :)

Samsung Omnia Pro B7610 with Stock WM 6.1 ROM

Blog: http://www.sumitbhardwaj.co.in/blog
Krazy_About_Technology is offline  
Old 21-01-2008, 04:57 PM   #7 (permalink)
Apprentice
 
midhunmon's Avatar
 
Join Date: Jul 2006
Posts: 53
Default Re: Visual Studio 2005

Thanks again, man.
midhunmon is offline  
Old 22-01-2008, 11:49 AM   #8 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: Visual Studio 2005

Quote:
Originally Posted by midhunmon View Post
I want to install Visual Studio 2005 on my system.Can anyone tell me the exact HDD space (not the typical value)taken by the installation. Which types os VS 2005 r out in the market? Can u upgrade .net framework 2.0 to 3.5 on VS2005?
Also what is the diff between VS2005 and Visual Basic 6.0 .
Is it express edition or professional edition..
if it's express it will take around 3-4 GB...
if it's express i recommend u to use new latest Visual Studio 2008 express edition..
it's around 800+MB file iso
www.microsoft.com/express/download/
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks
adi007 is offline  
Old 22-01-2008, 12:49 PM   #9 (permalink)
In The Zone
 
Join Date: May 2007
Location: Pune
Posts: 247
Default Re: Visual Studio 2005

Express Edition of VS 2005/2008 will not take 3-4 GB. It is typically very small. For example C# Express 2005 only takes nearly 100 MB. But you will need extra space for MSDN Express installation. Same will be the case with 2008 Express.
Unfortunately you have to download whole ISO of over 800 MB for installation of VS 2008 Express if you don't have internet connection at home.
__________________
Anyone who has never made a mistake has never tried anything new
sandeepk is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Any one havin Visual Studio 2005 Team Foundation ?? DukeNukem Software Q&A 1 12-10-2006 12:56 PM
Free MS SQL 2005 and Visual Studio 2005 from M$ rakeshishere Technology News 2 24-09-2006 03:24 PM
Diff between Visual Studio .NET/ 2005 Express edition?? raval_manoj Software Q&A 4 06-03-2006 07:34 AM
visual studio 2005 beta mad_psychic_bastard QnA (read only) 2 16-10-2005 01:30 PM

 
Latest Threads
- by abhidev
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:08 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2