migrating 2003->2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
guy said:
When migrating VB2003 source code to VB2005 are there any breaking
changes?

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top