473,569 Members | 2,813 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

migrating 2003->2005

guy
When migrating VB2003 source code to VB2005 are there any breaking changes?
I can only find info that refers to different versions of the framework, and
which is not what im looking for.
cheers

guy
Dec 8 '05 #1
6 981
Guy,

About window forms, the one I have seen is as you have used bugs from 2003.
By instance the dataview should be dynamic. It is that in 2005 however was
not always in version 2002/2003.

For the rest there should be no problems, I have not seen reported one
beside the one above and about webform applications in these dotnet
newsgroups. I have not seen it myself as well it goes very smooth.

I hope this gives an idea

Cor
Dec 8 '05 #2
guy
thanks Cor:)

"Cor Ligthert [MVP]" wrote:
Guy,

About window forms, the one I have seen is as you have used bugs from 2003.
By instance the dataview should be dynamic. It is that in 2005 however was
not always in version 2002/2003.

For the rest there should be no problems, I have not seen reported one
beside the one above and about webform applications in these dotnet
newsgroups. I have not seen it myself as well it goes very smooth.

I hope this gives an idea

Cor

Dec 8 '05 #3
"guy" <gu*@discussion s.microsoft.com > schrieb:
When migrating VB2003 source code to VB2005 are there any breaking
changes?


In the syntax? No, there are AFAIK no breaking changes.

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

Dec 8 '05 #4
List of all breaking changes in the entire BCL:
http://www.gotdotnet.com/team/changeinfo/default.aspx

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** **
Think Outside the Box!
*************** *************** *************** **
"guy" <gu*@discussion s.microsoft.com > wrote in message
news:7C******** *************** ***********@mic rosoft.com...
When migrating VB2003 source code to VB2005 are there any breaking
changes?
I can only find info that refers to different versions of the framework,
and
which is not what im looking for.
cheers

guy

Dec 8 '05 #5
Gregory,

"Cowboy (Gregory A. Beamer)" <No************ @comcast.netNoS pamM> schrieb:
List of all breaking changes in the entire BCL:
http://www.gotdotnet.com/team/changeinfo/default.aspx
I can only find info that refers to different versions of the framework,
and which is not what im looking for.


Re-read the OP's message :-))).

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

Dec 8 '05 #6
guy
Thanks all:-)

guy

"Herfried K. Wagner [MVP]" wrote:
Gregory,

"Cowboy (Gregory A. Beamer)" <No************ @comcast.netNoS pamM> schrieb:
List of all breaking changes in the entire BCL:
http://www.gotdotnet.com/team/changeinfo/default.aspx
I can only find info that refers to different versions of the framework,
and which is not what im looking for.


Re-read the OP's message :-))).

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

Dec 9 '05 #7

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

Similar topics

4
1159
by: Jacek Jurkowski | last post by:
I started to develop an application using C#2005Express ... Although Vs.net 2003 is on the market some time now it looks to me more "beta" than 2005. The worst part of it are the Windows Forms and its controls which i found very improved in 2005. It's crucial for me because my software from its definition requires a lot of user interface. ...
4
832
by: Andy | last post by:
Hi If I install Visual Studio 2003 on a new PC today, will there be any problems installing Visual Studio 2005 on the same machine when it's released? /A:
0
1141
by: Gerrit Beuze | last post by:
Hi all, ModelMaker Tools is proud to announce the release of +++++ ModelMaker Code Explorer 1.10 +++++ for Visual Studio 2003 and 2005 Check http://www.modelmakertools.com/code-explorer-vs/index.html This new major release contains many exciting new features such as: New Wizards and Refactorings:
1
2428
by: Philip Leduc | last post by:
Hi there, I am a MS Access VBA programmer trying to get my feet wet using VB.net / SQL server. I have SLQ 2000/visual studio 2003 loaded and did get a SQL2005/visual studio 2005 software through the MS launch. I am now wondering how to setup my laptop so I can use theh two sets together (not at the same time of course). I have also been...
0
1155
by: Gerrit Beuze | last post by:
Hi all, ModelMaker Tools is proud to announce the release of +++++ ModelMaker Code Explorer 1.15 +++++ for Visual Studio 2003 and 2005 Check http://www.modelmakertools.com/code-explorer-vs/index.html This new major release contains many exciting new features such as:
0
1017
by: Alex Chudnovsky | last post by:
Hi all, I've got a rather weird problem in VS 2005 (and VS 2003 for that matter) when trying to debug a piece of Visual C++ code with asm bits in it. The problem is that I can't step over that code and breakpoints will fail, however as soon as I remove "asm" keyword (and assembly instructions) from that function (its mixed asm and C++), it...
0
996
by: Sergey M | last post by:
Hi all, I'm looking for volunteers to help beta test the latest DPack v2.6.0.1 for Visual Studio 2003/2005. Any help will be appreciated. Thanks. -- Sergey M http://www.usysware.com/dpack/ - DPack - free VS.NET add-ons http://www.usysware.com/blog/
3
1305
by: Amit | last post by:
Hello group, I"m new to COM Interop and Add-Ins. Today I was reading an article that says: "Use Visual Studio Tools for the Microsoft Office System to create a new Excel Workbook project in Visual Basic .NET or Microsoft Visual C#". I"m using Visual Studio 2002 and I don't see any project type for Excel !!!
2
2328
by: trondhuso | last post by:
Hi group, I've found some code that I want to use in a project that I am working on, but the code is for c# .net and not 2003 or 2005 that I have available. In this code the program yells on (float)Convert.ToDouble(xml.value) (which in this case is "8.25"). I am wondering if someone could tell me how the command is changed in 2003 or 2005...
0
7618
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...
0
7926
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. ...
0
8138
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...
1
7679
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...
1
5514
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...
0
5223
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...
0
3647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
946
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.