473,806 Members | 2,582 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Conversion from .NET 2002 to .NET 2003

Tom
We currently have a rather large application that is in VB.NET 2002. We have
just purchased licenses to the 2003/1.1 Framework version of Visual Studio.
What kind of conversion, if any, will we need to do to move our application
over to the 2003/1.1 version? We will be moving this application over to
production within a couple of months, and I don't want to push that down
because I have to redo a bunch of stuff. However, I feel it is better going
to the 1.1 Framework now rather than waiting and having to do it after it is
in production.

I am hoping it is simply a matter of deinstalling the 2002 Visual Studio;
installing the 2003 version; then loading our application and it converts
anything as needed. Also, will we need to deinstall our 3rd party tools and
reinstall them? (i.e. we have ActiveReports .NET, TrueDBGrid .NET tool sets,
and the VB.NET Resource Kit. Should we also uninstall and reinstall them?)

Is this true? What is involved? Experiences? Thanks in advance.

Tom
Nov 20 '05 #1
5 1170
* "Tom" <to*@nospam.com > scripsit:
We currently have a rather large application that is in VB.NET 2002. We have
just purchased licenses to the 2003/1.1 Framework version of Visual Studio.
What kind of conversion, if any, will we need to do to move our application
over to the 2003/1.1 version? We will be moving this application over to
production within a couple of months, and I don't want to push that down
because I have to redo a bunch of stuff. However, I feel it is better going
to the 1.1 Framework now rather than waiting and having to do it after it is
in production.
..NET Framework changes:

<URL:http://www.gotdotnet.c om/team/changeinfo/>
I am hoping it is simply a matter of deinstalling the 2002 Visual Studio;
installing the 2003 version; then loading our application and it converts


Conversion will be done automatically. VS.NET 2002 and 2003 can be
installed on the same machine, VS.NET 2002 should be installed before
installing version 2003.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #2
Tom
Thanks, Herfried. Unfortunately, I don't have the disk space to have both
the 2002 and the 2003 versions of VS on my machine at the same time. So I
will have to uninstall the 2002 version and then install the 2003 version.

I assume then that no one has had any conversion issues with the 2002 vs
2003 version change?

Tom

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:2h******** ****@uni-berlin.de...
* "Tom" <to*@nospam.com > scripsit:
We currently have a rather large application that is in VB.NET 2002. We have just purchased licenses to the 2003/1.1 Framework version of Visual Studio. What kind of conversion, if any, will we need to do to move our application over to the 2003/1.1 version? We will be moving this application over to
production within a couple of months, and I don't want to push that down
because I have to redo a bunch of stuff. However, I feel it is better going to the 1.1 Framework now rather than waiting and having to do it after it is in production.
.NET Framework changes:

<URL:http://www.gotdotnet.c om/team/changeinfo/>
I am hoping it is simply a matter of deinstalling the 2002 Visual Studio; installing the 2003 version; then loading our application and it

converts
Conversion will be done automatically. VS.NET 2002 and 2003 can be
installed on the same machine, VS.NET 2002 should be installed before
installing version 2003.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #3
Hi Tom

The only problem i had after upgrating was all the
Crystal Reports stopped working !? You have to change the
reference path of your project.

Kind Regards
Jorge
-----Original Message-----
We currently have a rather large application that is in VB.NET 2002. We havejust purchased licenses to the 2003/1.1 Framework version of Visual Studio.What kind of conversion, if any, will we need to do to move our applicationover to the 2003/1.1 version? We will be moving this application over toproduction within a couple of months, and I don't want to push that downbecause I have to redo a bunch of stuff. However, I feel it is better goingto the 1.1 Framework now rather than waiting and having to do it after it isin production.

I am hoping it is simply a matter of deinstalling the 2002 Visual Studio;installing the 2003 version; then loading our application and it convertsanything as needed. Also, will we need to deinstall our 3rd party tools andreinstall them? (i.e. we have ActiveReports .NET, TrueDBGrid .NET tool sets,and the VB.NET Resource Kit. Should we also uninstall and reinstall them?)
Is this true? What is involved? Experiences? Thanks in advance.
Tom
.

Nov 20 '05 #4
There were a few issues I found with 2003. The order of
some of the events for the ComboBox has changed. This
screwed up my lookup-as-you-type functionality I
programmed into my control.

Also, if you have a form and popup another form and keep
the previous in the background (even if it is hidden) then
the Alt-Key combinations don't work properly. For
example, if you have a button with Alt-A on the original
form, and another button with the same Alt-A on the newly
popped up form, the Alt-A won't work at all. You have to
completely unload the original form from memory in order
to get the Alt-A to work on the new form. It only occurs
when you have buttons with the same Alt key combination on
both forms.

I don't remember any other problems (except for the
aforementioned crystal reports issue).

-Lee
-----Original Message-----
Thanks, Herfried. Unfortunately, I don't have the disk space to have boththe 2002 and the 2003 versions of VS on my machine at the same time. So Iwill have to uninstall the 2002 version and then install the 2003 version.
I assume then that no one has had any conversion issues with the 2002 vs2003 version change?

Tom

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in messagenews:2h******* *****@uni-berlin.de...
* "Tom" <to*@nospam.com > scripsit:
> We currently have a rather large application that is in VB.NET 2002. We
have
> just purchased licenses to the 2003/1.1 Framework
version of Visual
Studio. > What kind of conversion, if any, will we need to do
to move our
application > over to the 2003/1.1 version? We will be moving this
application over to > production within a couple of months, and I don't want to push that down > because I have to redo a bunch of stuff. However, I
feel it is better
going > to the 1.1 Framework now rather than waiting and
having to do it after
it is > in production.
.NET Framework changes:

<URL:http://www.gotdotnet.c om/team/changeinfo/>
> I am hoping it is simply a matter of deinstalling
the 2002 VisualStudio; > installing the 2003 version; then loading our
application and itconverts

Conversion will be done automatically. VS.NET 2002 and

2003 can be installed on the same machine, VS.NET 2002 should be installed before installing version 2003.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

.

Nov 20 '05 #5
Hi all:

What if I just continue developing my project using VS2002? I have heard
that only 2003 or above can support WinXP (or higher).......

I hope that it's just a rumor...

"Lee Moody" <an*******@disc ussions.microso ft.com> ???
news:f4******** *************** *****@phx.gbl ???...
There were a few issues I found with 2003. The order of
some of the events for the ComboBox has changed. This
screwed up my lookup-as-you-type functionality I
programmed into my control.

Also, if you have a form and popup another form and keep
the previous in the background (even if it is hidden) then
the Alt-Key combinations don't work properly. For
example, if you have a button with Alt-A on the original
form, and another button with the same Alt-A on the newly
popped up form, the Alt-A won't work at all. You have to
completely unload the original form from memory in order
to get the Alt-A to work on the new form. It only occurs
when you have buttons with the same Alt key combination on
both forms.

I don't remember any other problems (except for the
aforementioned crystal reports issue).

-Lee
-----Original Message-----
Thanks, Herfried. Unfortunately, I don't have the disk

space to have both
the 2002 and the 2003 versions of VS on my machine at the

same time. So I
will have to uninstall the 2002 version and then install

the 2003 version.

I assume then that no one has had any conversion issues

with the 2002 vs
2003 version change?

Tom

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at>

wrote in message
news:2h******* *****@uni-berlin.de...
* "Tom" <to*@nospam.com > scripsit:
> We currently have a rather large application that is in VB.NET 2002. We
have
> just purchased licenses to the 2003/1.1 Framework

version of Visual
Studio.
> What kind of conversion, if any, will we need to do

to move our
application
> over to the 2003/1.1 version? We will be moving this

application over to > production within a couple of months, and I don't want to push that down > because I have to redo a bunch of stuff. However, I feel it is better
going
> to the 1.1 Framework now rather than waiting and

having to do it after
it is
> in production.

.NET Framework changes:

<URL:http://www.gotdotnet.c om/team/changeinfo/>

> I am hoping it is simply a matter of deinstalling

the 2002 Visual
Studio;
> installing the 2003 version; then loading our

application and it
converts

Conversion will be done automatically. VS.NET 2002 and

2003 can be installed on the same machine, VS.NET 2002 should be installed before installing version 2003.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

.

Nov 20 '05 #6

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

Similar topics

2
3038
by: Don Miller | last post by:
I can't seem to find at MS how to detect the 2002 OS vs. 2003 OS for web applications using ASP. This is the only page I could find (http://msdn.microsoft.com/library/en-us/guide_ppc/htm/designing_web_sites_f or_internet_explorer_for_pocket_pc_cheo.asp) and it only tells how to detect 2000 vs. 2002 (and much of the graphic is cutoff on the right). It has the code below but it doesn't tell me how to distinguish between 2002 and 2003...
13
2656
by: Noesis Strategy | last post by:
When I ordered my new laptop, Sony didn't offer Access 2003 in its bundles. Recently, I have begun to design Access databases using an copy of Access 2002 from my previous laptop. It works fine, but I would like to have all the office apps on the same version. So I have a few questions: 1) Is the file format the same as 2002? Can 2002 users read 2003 files? 2) What are the major reasons for upgrading to 2002 ?
2
2230
by: Maurice | last post by:
Folks once again I look forward to your invaluable assistance. When converting an Access 2002 mdb back to Access 1997 using the Access 2002 inbuilt tools I receive the following error message "Some errors happened during the conversion. No converted database was generated". This message is not of great assistance to me in sorting out the error!! I have not been able to find any helpful support on where to start looking
7
3468
by: Wayne Aprato | last post by:
I have several Access 2003 mde databases. When I try to open them in Access 2002 I get the following error: "The Visual Basic for Applications project in the database is corrupt." Interestingly I can open the mdb files of the same 2003 databases in Access 2002 without problems. To my understanding the file formats of 2002 and 2003 are the same and this problem shouldn't exist. And why is it only the mde files that are giving the...
2
1320
by: George Durzi | last post by:
Hey folks, I just installed VS .NET 2003 on top of Windows 2003 Server. I was opening a Web Project from source control, and got a warning that the project would have to be "converted", and that I could no longer edit it in older versions of Visual Studio. What does this conversion entail. It seems like a 1 way path.
23
1213
by: Amka | last post by:
Hi I have a project which I converted from Vb to Vb.NEt But the system is running extremely slow. I have Intel PIII Processor , 256 MB RAM. Plz let me know if tehre is anything I can do to enhance the performance of my system. I know from MSDN that vs.net can run on p-II even, then why is the system so slow?
4
1182
by: Jon S via DotNetMonster.com | last post by:
Hi all I've taught myself C# 2002 using VS.NET 2002. I've recently brought myself an ASP.NET 2003 book. I will work through this ASP.NET 2003 using VS.NET 2002 and C# 2002. I don't fully understand the differences between the VS. NET 2002 and VS.NET 2003. Will I restrict myself in any way learning ASP.NET 2003 but only using VS.NET 2002 and C# 2002?
52
10007
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server 2005, and, since he already has licenses for Office Pro 2002, he wants to upgrade to that. I've been saying that we need to upgrade to Access 2003, not 2002, even if Office is kept at 2002. We are also looking to do a fair amount of...
6
4817
by: Blasting Cap | last post by:
I'm trying to convert a 1.1 app to 2.0, and keep finding one thing after another that either Framework 2.0 or Visual Studio 2005 doesn't like. Now this - In the global.asax, code that has been running for nearly 4 years now is giving me a problem. The code is supposed to give the user a "clean" page with a login link on it and send an email to me when an app blows up. It also is supposed to write to the event log too.
0
10620
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
10369
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
10372
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
9187
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
6877
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
5546
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
5682
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4329
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
3851
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.