473,545 Members | 2,012 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Upgrade to VB 2005

Hi

As I try to learn VB programing I've been playing around with sourcecode
from projects hosted on sourceforge. If I open this code in VB 2005 (it is
originally developed in VB 2003), it will automatically upgrade to VB 2005?

/Andy
Nov 21 '05 #1
13 2276
Hi,

Yes

Ken
------------------
"Andy" <ne*@multizite. org> wrote in message
news:Ok******** ********@TK2MSF TNGP15.phx.gbl. ..
Hi

As I try to learn VB programing I've been playing around with sourcecode
from projects hosted on sourceforge. If I open this code in VB 2005 (it is
originally developed in VB 2003), it will automatically upgrade to VB
2005?

/Andy

Nov 21 '05 #2
"Andy" <ne*@multizite. org> schrieb:
As I try to learn VB programing I've been playing around with sourcecode
from projects hosted on sourceforge. If I open this code in VB 2005 (it is
originally developed in VB 2003), it will automatically upgrade to VB
2005?


You will be asked if the project should be upgraded to VS 2005. It's not
supported to edit VS 2003 projects in VS 2005 without converting them to the
newest version.

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

Nov 21 '05 #3
And I don't have to have Visual Studio/VB.net 2003 installed?

/Andy.

"Ken Tucker [MVP]" <vb***@bellsout h.net> wrote in message
news:ud******** ******@TK2MSFTN GP12.phx.gbl...
Hi,

Yes

Ken
------------------
"Andy" <ne*@multizite. org> wrote in message
news:Ok******** ********@TK2MSF TNGP15.phx.gbl. ..
Hi

As I try to learn VB programing I've been playing around with sourcecode
from projects hosted on sourceforge. If I open this code in VB 2005 (it
is originally developed in VB 2003), it will automatically upgrade to VB
2005?

/Andy


Nov 21 '05 #4
"Andy" <ne*@multizite. org> schrieb:
And I don't have to have Visual Studio/VB.net 2003 installed?


VS.NET 2003 doesn't need to be installed.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #5
Andy,
In addition to the other comments.

VS 2005 will convert VS 2003 or VS 2002 projects to the new VS 2005 project
format. This conversion is one way. In that you will not be able to open the
converted project in either VS 2002 or VS 2003.

VS 2005 does not rely on VS 2002 or VS 2003 for this conversion.

Code project had a utility that would convert a VS 2003 project to the VS
2002 format, however I have not looked for a similar utility for VS 2005
yet.

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Andy" <ne*@multizite. org> wrote in message
news:Ok******** ********@TK2MSF TNGP15.phx.gbl. ..
| Hi
|
| As I try to learn VB programing I've been playing around with sourcecode
| from projects hosted on sourceforge. If I open this code in VB 2005 (it is
| originally developed in VB 2003), it will automatically upgrade to VB
2005?
|
| /Andy
|
|
Nov 21 '05 #6
Andy,

You would not believe it, I could add something add to the previous given
answers but I can.

A nice conversion log is made when the conversion is done

Cor

"Andy" <ne*@multizite. org> schreef in bericht
news:Ok******** ********@TK2MSF TNGP15.phx.gbl. ..
Hi

As I try to learn VB programing I've been playing around with sourcecode
from projects hosted on sourceforge. If I open this code in VB 2005 (it is
originally developed in VB 2003), it will automatically upgrade to VB
2005?

/Andy

Nov 21 '05 #7
Are there any "special items" that cannot be converted automatically from
VB2003 to vb2005? I am considering upgrading to VB2005 but don't want to
spend weeks converting "special items" like I did when I upgraded from VB3.0
to vb5.0.

--
Dennis in Houston
"Jay B. Harlow [MVP - Outlook]" wrote:
Andy,
In addition to the other comments.

VS 2005 will convert VS 2003 or VS 2002 projects to the new VS 2005 project
format. This conversion is one way. In that you will not be able to open the
converted project in either VS 2002 or VS 2003.

VS 2005 does not rely on VS 2002 or VS 2003 for this conversion.

Code project had a utility that would convert a VS 2003 project to the VS
2002 format, however I have not looked for a similar utility for VS 2005
yet.

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Andy" <ne*@multizite. org> wrote in message
news:Ok******** ********@TK2MSF TNGP15.phx.gbl. ..
| Hi
|
| As I try to learn VB programing I've been playing around with sourcecode
| from projects hosted on sourceforge. If I open this code in VB 2005 (it is
| originally developed in VB 2003), it will automatically upgrade to VB
2005?
|
| /Andy
|
|

Nov 23 '05 #8
Dennis,

I have not seen it yet, however it is not nice when you have by instance an
axwebbrowser while there is a better one. However the axwebbrowswer works as
it was in 2003.

The same for by instance the datagrid. It is not in the toolbox, however you
can easily set it in that, while it works as before.

But probably you will soon want to use some features which are in my opinon
so much more simple as in 2003 that you want to use them. By instance the
Generic list, the DataGridView, the BackGroundWorke r, etc etc.

See by instance this page to see how often asked question in this newsgroup
have now simple answers.

http://msdn2.microsoft.com/en-us/library/11bxex12.aspx

I hope this gives an idea.

Cor
Nov 23 '05 #9
My conversion experience so far is that Windows apps convert nicely with
very few changes (if any). Web is a different matter completely. A lot of
changes happen under the conver in a ASP.NET conversion and you should look
at what has been done in a test conversion to make sure everything works.

- Robert Beaubien

"Dennis" <De****@discuss ions.microsoft. com> wrote in message
news:52******** *************** ***********@mic rosoft.com...
Are there any "special items" that cannot be converted automatically from
VB2003 to vb2005? I am considering upgrading to VB2005 but don't want to
spend weeks converting "special items" like I did when I upgraded from
VB3.0
to vb5.0.

--
Dennis in Houston
"Jay B. Harlow [MVP - Outlook]" wrote:
Andy,
In addition to the other comments.

VS 2005 will convert VS 2003 or VS 2002 projects to the new VS 2005
project
format. This conversion is one way. In that you will not be able to open
the
converted project in either VS 2002 or VS 2003.

VS 2005 does not rely on VS 2002 or VS 2003 for this conversion.

Code project had a utility that would convert a VS 2003 project to the VS
2002 format, however I have not looked for a similar utility for VS 2005
yet.

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Andy" <ne*@multizite. org> wrote in message
news:Ok******** ********@TK2MSF TNGP15.phx.gbl. ..
| Hi
|
| As I try to learn VB programing I've been playing around with
sourcecode
| from projects hosted on sourceforge. If I open this code in VB 2005 (it
is
| originally developed in VB 2003), it will automatically upgrade to VB
2005?
|
| /Andy
|
|

Nov 23 '05 #10

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

Similar topics

7
1532
by: DaVBGuy | last post by:
I'm currently using VB 6 for windows based apps. Should I make the jump to VS.2003 now, or should I wait till (the final) VS.2005 release comes out later this year. If I have not started converting any of our code yet, is it worth while to wait for the 2005 final release to come out. I am not interested in converting our VB6 apps to VS.2005...
0
1012
by: Jon Gabel | last post by:
I am getting ready to upgrade from VS 2003 to VS 2005. I am creating ..NET applications for desktop PCs and for PocketPCs. From the information on the Microsoft website, it appears that I could get away with using the Standard Edition of VS 2005. I don't need many of the extra features of the Professional Version, such as remote debugging. ...
2
3630
by: W C Hull | last post by:
Now that Visual Studio 2005 has been out a while I'm hoping that someone can give me some insight on what version to upgrade to (standard or professional). I went out on Microsoft's site and looked at the comparison chart and didn't find anything really significant between the two versions from my perspective. I have Visual Basic...
6
1200
by: HK | last post by:
I have ASP.NET 1.1 websites. They will need to access a SQL 2005 database. Do I have to upgrade the whole web projects to ASP.NET 2.0 in order for them to access SQL 2005? If so, anyone have any good URLs for upgrading 1.1 websites to 2.0? I'm really worried about crashing the current websites if I do a quick conversion to 2.0, but I...
2
1254
by: Scott R | last post by:
I have purchased the VS 2005 professional upgrade. I would like to remove VS 2003 prior to installation. If I uninstall VS 2003, how does VS 2005 know I qualify for the upgrade pricing?
2
8458
by: KR | last post by:
Hi, We are running a test upgrade form sql 2000 standard edition to sql 2005 developer edition. Followed through all the steps and specified the account(SA priveleges and currently used by the 2000 version) and is the local admin on the box for the services and the setup seemed to move fine, except for when it got to the point of installing...
1
1172
by: =?Utf-8?B?ZGFuc3Rkb3RuZXQ=?= | last post by:
I've tried to upgrade my existing ASP.NET 2003 app to 2005 and I get a ton of errors. It compiles and runs perfect in 2003 but i get hundreds of errors in 2005. Is there an easier way to upgrade to 2005 ? Thanks
0
881
by: Nina Boss | last post by:
I'm upgrading from SQL 2000 SP4 to SQL 2005 on a 64 bit OS ( windows 2003). I've installed the new software and asked it to upgrade the default instance on the machine. The install goes well, but then using the new SQL 2005 management tool, the default instance is still listed as v 8.0.2039... Not a v9.0.342 as I would expect. It didn't...
1
6705
by: Jeremy Pavleck | last post by:
Just curious if it's possible, and supported, to upgrade SQL 2005 from 32bit to 64bit. This is on top of Windows 2003 64bit. Trying to get the proper supported config for OM2k7 without blowing everything away. Thanks, JDP
3
4128
by: Mark D Powell | last post by:
I attempted to upgrade my SQL Server 2000 Enterprise Edition (32 bit) to SQL Severer 2005 EE 32 bit and while the prereqs passed the installer will not let me select the version 8.00.x (2000 SP4) database that it finds on the server. When I ckeck the install details it tells me that "Your upgrade is blocked becuase of cluster upgrade rules"...
0
7409
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
7918
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...
0
5981
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...
1
5341
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
3463
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...
0
3446
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1897
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
1
1022
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
715
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.