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

List of VS2002 vs VS2003 issues?

Can anybody tell me if there is a list/discussion anywhere about
possible problems/issues/differences when upgrading a desktop app from
VS2002 to VS2003?

I have an app that uses datagrid/dataview with databound combobox
involving code that can either set the ComboBox value based on a value
in the datagrid, or set the value in the datagrid based on the
selected item in the ComboBox. It worked fine when built with VS2002
but doesn't with VS2003. (I am still trying to distill out exactly
what is happening so can't comment in more detail).

Hope this makes sense.
Skip
----------------------------

We contemplate eternity
Beneath the vast indifference of heaven

- Warren Zevon
Nov 20 '05 #1
10 1840
Hello,

"Skip" <Sk**@NoAddress.invalid> schrieb:
Can anybody tell me if there is a list/discussion
anywhere about possible problems/issues/differences
when upgrading a desktop app from VS2002 to
VS2003?


Version comparison
http://msdn.microsoft.com/netframewo...ioncomparison/

General changes
http://www.gotdotnet.com/team/changeinfo/

API changes
http://www.gotdotnet.com/team/upgrade/apiChanges.aspx

Related Topics

"Side-by-Side Execution"
http://msdn.microsoft.com/library/en...dexsidenet.asp

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #2
On Sun, 14 Sep 2003 13:13:49 +0200, "Herfried K. Wagner [MVP]"
<hi*******@m.activevb.de> wrote:
Hello,

"Skip" <Sk**@NoAddress.invalid> schrieb:
Can anybody tell me if there is a list/discussion
anywhere about possible problems/issues/differences
when upgrading a desktop app from VS2002 to
VS2003?


Version comparison
http://msdn.microsoft.com/netframewo...ioncomparison/

General changes
http://www.gotdotnet.com/team/changeinfo/

API changes
http://www.gotdotnet.com/team/upgrade/apiChanges.aspx

Related Topics

"Side-by-Side Execution"
http://msdn.microsoft.com/library/en...dexsidenet.asp


Thanks! :-)

----------------------------

We contemplate eternity
Beneath the vast indifference of heaven

- Warren Zevon
Nov 20 '05 #3
On Sun, 14 Sep 2003 13:13:49 +0200, "Herfried K. Wagner [MVP]"
<hi*******@m.activevb.de> wrote:
Hello,

"Skip" <Sk**@NoAddress.invalid> schrieb:
Can anybody tell me if there is a list/discussion
anywhere about possible problems/issues/differences
when upgrading a desktop app from VS2002 to
VS2003?


Version comparison
http://msdn.microsoft.com/netframewo...ioncomparison/

General changes
http://www.gotdotnet.com/team/changeinfo/

API changes
http://www.gotdotnet.com/team/upgrade/apiChanges.aspx

Related Topics

"Side-by-Side Execution"
http://msdn.microsoft.com/library/en...dexsidenet.asp


Herfried, those links are for .NET framework 1.0 vs 1.1. Sorry to be
dumb, but if I speculate correctly, this means that:

VS2002 uses .NET framework 1.0
VS2003 uses .NET framework 1.1

Is this correct?

----------------------------

We contemplate eternity
Beneath the vast indifference of heaven

- Warren Zevon
Nov 20 '05 #4
"Skip" <Sk**@NoAddress.invalid> schrieb im Newsbeitrag
news:28******************************@news.1usenet .com...
VS2002 uses .NET framework 1.0
VS2003 uses .NET framework 1.1

Is this correct?


Yes. Haven't tried yet (why should I?), but AFAIK VB2003 can optionally also
use Framework 1.0. However, VB2002 does *not* make use of 1.1.
See also:
http://msdn.microsoft.com/library/?u...asp?frame=true
--
Armin

Nov 20 '05 #5
Visual Studio.NET V2003 only runs with Framework V1.1, however, a VB.NET
V2003 runtime can be made to run on V1.1, V1.0 or both. It can be changed
with a setting within the IDE on a project by project basis. The default is
V1.1 only.

HTH

Charles
"Armin Zingler" <az*******@freenet.de> wrote in message
news:OG**************@TK2MSFTNGP09.phx.gbl...
"Skip" <Sk**@NoAddress.invalid> schrieb im Newsbeitrag
news:28******************************@news.1usenet .com...
VS2002 uses .NET framework 1.0
VS2003 uses .NET framework 1.1

Is this correct?
Yes. Haven't tried yet (why should I?), but AFAIK VB2003 can optionally

also use Framework 1.0. However, VB2002 does *not* make use of 1.1.
See also:
http://msdn.microsoft.com/library/?u...asp?frame=true

--
Armin

Nov 20 '05 #6
Hello,

"Charles Law" <bl**@thingummy.com> schrieb:
Visual Studio.NET V2003 only runs with Framework V1.1,
however, a VB.NET V2003 runtime can be made to run on
V1.1, V1.0 or both. It can be changed with a setting within
the IDE on a project by project basis. The default is
V1.1 only.


http://dnetmaster.net/images/VS2003TargetFxCS.png

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #7
On Mon, 15 Sep 2003 18:57:38 +0200, "Herfried K. Wagner [MVP]"
<hi*******@m.activevb.de> wrote:
Hello,

"Charles Law" <bl**@thingummy.com> schrieb:
Visual Studio.NET V2003 only runs with Framework V1.1,
however, a VB.NET V2003 runtime can be made to run on
V1.1, V1.0 or both. It can be changed with a setting within
the IDE on a project by project basis. The default is
V1.1 only.


http://dnetmaster.net/images/VS2003TargetFxCS.png

Herfried, is this for the Professional version of Visual Studio? I
just have the Standard version and my project/properties form doesn't
look at all like this.

I have the Configuration and Platform dropdown boxes at the top and
the Common Properties/General (etc). box at the left of the screen.
But the General item doesn't look at all the same. I can only set the
Assembly Name, Output Type, Startup Object and Root Namespace.

Skip
----------------------------

We contemplate eternity
Beneath the vast indifference of heaven

- Warren Zevon
Nov 20 '05 #8
Thanks for the help guys, I really appreciate it. :-)

I ran across a problem where I have a combobox databound to a column
in a datagrid. When I update the database, the combobox value gets set
to the first visible row in the datagrid rather than the currently
selected row. It does not do this when the app is built using VS2002.

----------------------------

We contemplate eternity
Beneath the vast indifference of heaven

- Warren Zevon
Nov 20 '05 #9
Hello,

"Skip" <Sk**@NoAddress.invalid> schrieb:
http://dnetmaster.net/images/VS2003TargetFxCS.png


Herfried, is this for the Professional version of Visual Studio?


I am not sure, the screenshot is showing a C# project and my VS.NET 2003 is
installed on a computer located 150 km away from here.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #10
On Tue, 16 Sep 2003 00:00:57 +0200, "Herfried K. Wagner [MVP]"
<hi*******@m.activevb.de> wrote:
Hello,

"Skip" <Sk**@NoAddress.invalid> schrieb:
>http://dnetmaster.net/images/VS2003TargetFxCS.png


Herfried, is this for the Professional version of Visual Studio?


I am not sure, the screenshot is showing a C# project and my VS.NET 2003 is
installed on a computer located 150 km away from here.


OK, thank for the reply. I suppose if I were smarter, I could spend an
unknown amount of time researching the question on the internet. :-)

----------------------------

We contemplate eternity
Beneath the vast indifference of heaven

- Warren Zevon
Nov 20 '05 #11

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

Similar topics

1
by: thdevdex | last post by:
I recently upgraded to Visual Studio.Net 2003. I'm a bit hesitant to remove VS2002.Net in fear of the removal messing up 2003. However, I need the disk space but don't want the hassle of...
1
by: William F. Zachmann | last post by:
I am working on a project converting a DLL originally written in C++ using Visual Studio 97 accessing a SQL 6.5 data base to VS.Net 2003 and SQL Server 2000. I would very much appreciate any...
1
by: Kenneth Keeley | last post by:
Hi, Is there a way to create a editable drop down list. This would be some sort of text box with a drop down list attached. My idea is to have a text box that has a dropdown list that has some...
1
by: Bob | last post by:
I have both VS2002 and VS2003 installed on the same machine and have no problems creating an ASP.NET application in VS2003. When I try to create one in VS2003 I get an "internal server error". ...
3
by: TLin2100 | last post by:
I have been away from .NET development for 18 months. I recently installed VisualStudio 2003. I have no trouble compiling and running new C# ASP.Net projects, but when I try to open and run one...
1
by: Skip | last post by:
I just converted a solution from Visual Studio 2002 to Visual Studio 2003 and was somewhat curious about the change in file sizes. The .msi install file generated by VS2002 was 264K but increased...
3
by: MSNews | last post by:
I have a requirement to use simple project files which were created on 2003 on 2002 version of .NET. This is because the customer site does not yet have 2003 but the course projects were written in...
15
by: Joseph Geretz | last post by:
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers...
5
by: Just D. | last post by:
All, Who played with that? Is it possible to use VB.NET and C# projects in one solution in VS2002/2003? Or this feature appeared only in VS2005? If yes, then what kind of traps are on this way?...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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...

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.