473,734 Members | 2,788 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2752
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.c omwrote in message
news:11******** **************@ 16g2000cwy.goog legroups.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.c omschrieb:
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.Mai l'.

--
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******** *********@TK2MS FTNGP02.phx.gbl ...
"wandii" <wa****@yahoo.c omschrieb:
>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.Mai l'.

--
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.c omwrote in message
news:11******** **************@ l12g2000cwl.goo glegroups.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.c omschrieb:
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.Mai l'.

--
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
1800
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 didn't develop our web site - a consulting firm did it about three years ago & it's pretty complex. I feel comfortable with PHP, but parts of this code I just can't figure out. They relied heavily upon register globals, it seems - so I've had to...
2
1438
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 that is now hitting an Access 2000 database over an intranet. We have to migrate the database to SQL Server 7. My experience with ASP.NET is pretty limited and my experience with SQL Server is nonexistent. We have an MSDN subscription, so I went...
11
2263
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 2003 at the same time. Are there major changes between SQL 7 and SQL 2003, and how hard of a task would it be to migrate our single database to a new version of SQL? Thanks, Neil
13
2442
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 install is via InstallShield. As I've just found out that MSDE is not supported under Vista, I need to migrate to SQLExpress. I am also potentially interested in migrating to using an installer built in Visual Studio. I have a few questions:
4
2949
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 I need to know the EXACT steps to take. Does anyone have a FAQ or link that outlines migration steps? I found one on sql server central, but it isn't very detailed. One of the important things I need to know is, how do I create a
4
2319
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(); where Name is a string and GetAgentName also returns a string.
2
6304
by: Oonz | last post by:
Hi Friends, Is there any tool or assistant to upgrade SQL 2000 to SQL 2005. Thanks, Arunkumar
0
2599
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 to restore all databases from the production. When it came to DTS packages, I have used SSMS to migrate them by going into Management --> Legacy --> Data Transformation Services --> RC and selected Migrate Wizard. I have gone through the wizard and...
0
8776
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
9449
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...
0
9310
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...
1
9236
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
8186
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
6735
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
6031
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4809
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.