473,385 Members | 1,331 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,385 software developers and data experts.

Migrating to VS 2005

Hi,
I have written couple of projects which include several crystal reports
in VS.net 2003
(VB.Net) and company would like to move to VS 2005. What
does it take to convert to Visual Studio.Net 2005? Can the 2003 project
just
be opened up in 2005? Will that convert it. The interface for 2005 very

different from 2003. I got the VS 2005 professional edition - can 2003
and 2005
be installed on the same machine and run side by side. Please advice
what steps
should I take to do the migration to VS 2005. Thanks for the
assistance.

Regards,
Wan

Dec 11 '06 #1
9 2740
BK
First off, it's quite simple to move from 2003 to 2005. The source
typically doesn't change, just the project/solutions. We've migrated
quite a few over and not run into any difficulties.

To answer your second question, you can just as easily have both 2003
and 2005 running on the same machine, I have had both for over 6 months
now. I rarely use 2003 anymore and I'm just keeping it loaded in case
I've missed a project somewhere.

Hope this helps,

Dec 11 '06 #2
Side by side installations aren't a problem at all.

As a tip, I would suggest changing the file association for .sln files to
"Microsoft Visual Studio Version Selector". That way 2003 projects will
open in 2003 and 2005 projects will open in 2005 (default is to open
everything in 2005 which you may not want). To convert a project from 2003
to 2005, select to open the project from within 2005 --- the conversion
process will kick off automatically. -- Note that the conversion can't be
undone. (short of restoring a backup of the converted project)

"wandii" <wa****@yahoo.comwrote in message
news:11**********************@16g2000cwy.googlegro ups.com...
Hi,
I have written couple of projects which include several crystal reports
in VS.net 2003
(VB.Net) and company would like to move to VS 2005. What
does it take to convert to Visual Studio.Net 2005? Can the 2003 project
just
be opened up in 2005? Will that convert it. The interface for 2005 very

different from 2003. I got the VS 2005 professional edition - can 2003
and 2005
be installed on the same machine and run side by side. Please advice
what steps
should I take to do the migration to VS 2005. Thanks for the
assistance.

Regards,
Wan

Dec 11 '06 #3
"wandii" <wa****@yahoo.comschrieb:
I have written couple of projects which include several crystal reports
in VS.net 2003
(VB.Net) and company would like to move to VS 2005. What
does it take to convert to Visual Studio.Net 2005? Can the 2003 project
just
be opened up in 2005? Will that convert it. The interface for 2005 very
There were heavy changes in ASP.NET. Windows Forms applications migrate
more cleanly but the new partial class form model won't be generated
automatically for the converted forms. In addition, some of the .NET 1.*
classes are now deprecated, such as 'System.Web.Mail'.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Dec 11 '06 #4
Thank you all for your feedback.
As a tip, I would suggest changing the file association for .sln files to
"Microsoft Visual Studio Version Selector". That way 2003 projects will
open in 2003 and 2005 projects will open in 2005 (default is to open
everything in 2005 which you may not want).
Matt - Could you please give me little more information on "changing
the file association for .sln files to "Microsoft Visual Studio Version
Selector". Do I need to do this before the
conversion. Is there a setting options in VS 2003/2005.

Also I came across another thread which states that when VS 2005
converts
VS.net2003 project, it will create a "Backup" folder to store the old
VS.net2003 solution. Is this correct? Please advice. Thanks in
advance.

Regards,
Wan

Dec 11 '06 #5
What took the place of system.web.mail?

"Herfried K. Wagner [MVP]" <hi***************@gmx.atwrote in message
news:%2*****************@TK2MSFTNGP02.phx.gbl...
"wandii" <wa****@yahoo.comschrieb:
>I have written couple of projects which include several crystal reports
in VS.net 2003
(VB.Net) and company would like to move to VS 2005. What
does it take to convert to Visual Studio.Net 2005? Can the 2003 project
just
be opened up in 2005? Will that convert it. The interface for 2005 very

There were heavy changes in ASP.NET. Windows Forms applications migrate
more cleanly but the new partial class form model won't be generated
automatically for the converted forms. In addition, some of the .NET 1.*
classes are now deprecated, such as 'System.Web.Mail'.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Dec 12 '06 #6
yeah.. ever since 'the great brainwash'

this thread is like asking 'is it easy to learn astrophysics once you
know quantum physics'

it's irrelevent.

the punchline is.. who gives a fuck... vb is a dead language

move back to VB6 or do java / c#..

vb.net has already been killed

the latest programming survey merely confirms that microsoft killed off
the worlds most popular language-- without a decent alternative..

we used to have a single damn language for macros, etl, applications.
dhtml

now we can't do that without 3 distinct languages-- in addition to vb6

..net is a travesty; the people that made it should be in JAIL or DEAD,
bludgeoned by the angry masses.

the NEW French Revolution-- kick those fucking pigs off of their
fucking BMWs and make them start listening to CUSTOMERS and DEVELOPERS

DEVELOPERS, DEVELOPERS, DEVELOPERS???? From what I've seen Ballmer's
out of fucking touch with reality; and we need GATES BACK.

And that Ray Ozzie dude? Fuck his Ajax, Xml smoking cocksucker ass.

Bring back VISUAL AND BASIC

we have been treated unfairly at every turn; and I am sick and tired of
you guys bickering about a DEAD LANGUAGE.

-aaron
BK wrote:
First off, it's quite simple to move from 2003 to 2005. The source
typically doesn't change, just the project/solutions. We've migrated
quite a few over and not run into any difficulties.

To answer your second question, you can just as easily have both 2003
and 2005 running on the same machine, I have had both for over 6 months
now. I rarely use 2003 anymore and I'm just keeping it loaded in case
I've missed a project somewhere.

Hope this helps,
Dec 12 '06 #7
The file association I'm referring to is the windows file association. To
change file associations, open windows explorer, then "tools" menu, then
"folder options", then "file types" tab. This doesn't really have anything
to do with converting projects, just what version of VS will attempt to open
a solution when opening directly from the file system instead of the
development environment (by double clicking on a .sln file for example). As
for the second question about a 'backup' folder... honestly, I've never had
to roll back a solution, so I couldn't advise intelligently about a backup
folder that might be created. I usually make a habit of keeping a copy of
something that I know could get screwed up before messing with it.

"wandii" <wa****@yahoo.comwrote in message
news:11**********************@l12g2000cwl.googlegr oups.com...
Thank you all for your feedback.
>As a tip, I would suggest changing the file association for .sln files to
"Microsoft Visual Studio Version Selector". That way 2003 projects will
open in 2003 and 2005 projects will open in 2005 (default is to open
everything in 2005 which you may not want).

Matt - Could you please give me little more information on "changing
the file association for .sln files to "Microsoft Visual Studio Version
Selector". Do I need to do this before the
conversion. Is there a setting options in VS 2003/2005.

Also I came across another thread which states that when VS 2005
converts
VS.net2003 project, it will create a "Backup" folder to store the old
VS.net2003 solution. Is this correct? Please advice. Thanks in
advance.

Regards,
Wan

Dec 12 '06 #8
Same old story, learn something then it gets trashed 2 years later.
Microsoft are a pathetic company, but they have got worse over the last
5 years.

Stupid marketing
********************
Plenty of retarded marketing that no-one understands. Shrouding their
unwanted products in mystery. Read the web site and try to figure out
what each product "actually does". Steamlines workflow seamlessly -
blah blah fucking blah - it all means nothing to me - just
unintelligible marketing hype.

Constant change without benefit
*************************************
Invest you time over years learning computer languages and techniques -
only to have the techniques changed every 2 years and languages
discontinued. So you can flush everything you have learned down the
toilet.

What's more the "newer" "better" way is never newer or better.
Instead it is slower - with more code to write, more stupid wizards
that you don't want because you know you can't trust them and must
remain in control.

Changing the way recordsets work so that the underlying format is xml -
even though you don't need or want the additional complexity - as its
unnecessary for a normal database and you don't want to send text
files across the internet for every data use.

Total disregard for customers
**********************************
Despite a disappointed reaction from existing vb 6.0 developers MS
decided to to discontinue Visual Basic 4 years ago. VB.NET (or
whatever their stupid marketing dept is calling it this week) is not
actualy visual basic, it is a different language than vb 6.0, with only
a few syntax similarities. They only called it VB.NET to con the
existing VB 6.0 userbase into trying it - kind of insulting to the
intelligence. That truly is a representation of the despise that they
as a company show towards customers that have purchased products from
them over a number of years. Imagine what the amount would be in
dollars if you calculate the money that companies and individuals have
lost through wasted time since the introduction of vb.net.

I for one do not plan of getting screwed over by Microsoft again. From
now on I will be using open source solutions and programming languages.
Languages that do not leave you at the mercy of these idiots.

The Grand Master

Herfried K. Wagner [MVP] wrote:
"wandii" <wa****@yahoo.comschrieb:
I have written couple of projects which include several crystal reports
in VS.net 2003
(VB.Net) and company would like to move to VS 2005. What
does it take to convert to Visual Studio.Net 2005? Can the 2003 project
just
be opened up in 2005? Will that convert it. The interface for 2005 very

There were heavy changes in ASP.NET. Windows Forms applications migrate
more cleanly but the new partial class form model won't be generated
automatically for the converted forms. In addition, some of the .NET 1.*
classes are now deprecated, such as 'System.Web.Mail'.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Dec 12 '06 #9
BK
System.Net.Mail, it's a simple transition.

Dec 12 '06 #10

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

Similar topics

6
by: webhead74 | last post by:
Hi, I'm trying to move our web site from a Windows 2000 box running IIS / PHP CGI (4.0.6) to a RedHat box running Apache (actually IBM HTTP Server v2.0.47) & PHP 4.3.10. First of all, I...
2
by: lcifers | last post by:
First off, sorry if my cross posting offends anyone. I'm posting this in Access and SQL Server groups - not sure which one is appropriate. I have a relatively simple ASP.NET/VB.NET application...
11
by: Neil | last post by:
We are running SQL 7, using Access 2000 as a front end. Our network person is wanting to migrate to Windows 2003 (we're currently on Windows 2000), and wants to know if we should migrate to SQL...
13
by: Matt Fielder | last post by:
First off, if this is better posted in another group that qualifies as a manged group, please let me know. I currently have an application written in VB.Net using MSDE as the database. Current...
4
by: tootsuite | last post by:
Help. I have been tasked with upgrading a 2000 instance to 2005. I have actually done this before, but it was a long time ago, and I didn't do it alone. Now, the sitation is little different, and...
4
by: =?Utf-8?B?QXJqdW4=?= | last post by:
Hi, After migrating my application from VC++ 6.0 to VC++ 2005, I receive the error C2593 'operator +=' is ambiguous. It refers to the following line: Name += pManager->GetAgentName(); ...
2
by: Oonz | last post by:
Hi Friends, Is there any tool or assistant to upgrade SQL 2000 to SQL 2005. Thanks, Arunkumar
0
by: cathy25 | last post by:
Hi, we are planning on migrating our sql from version 2000 to 2005 (I know SQL 2005 is in market from a while). As a part of testing, i have installed sql server 2005 on my development box and able...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.