473,408 Members | 2,477 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,408 software developers and data experts.

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 1145
* "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.com/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.com/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.com/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*******@discussions.microsoft.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.com/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
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...
13
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,...
2
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...
7
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." ...
2
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...
23
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...
4
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...
52
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...
6
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
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...

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.