Discussion:
Can VB.net run on VB 6.0
(too old to reply)
BPK
2005-07-06 04:20:07 UTC
Permalink
Hi every one. I am new in VB.net
I want to know whether VB.net Programs can run on VB 6.0 enterprise edition

Bye
Jignesh Desai
2005-07-07 13:10:13 UTC
Permalink
Yes you can install both products, it will run fine.

Regards
Jignesh Desai
Post by BPK
Hi every one. I am new in VB.net
I want to know whether VB.net Programs can run on VB 6.0 enterprise edition
Bye
BPK
2005-07-08 08:09:51 UTC
Permalink
Thanks!!!
Post by Jignesh Desai
Yes you can install both products, it will run fine.
Regards
Jignesh Desai
Post by BPK
Hi every one. I am new in VB.net
I want to know whether VB.net Programs can run on VB 6.0 enterprise
edition
Post by BPK
Bye
Siva M
2005-07-10 12:26:44 UTC
Permalink
If you mean whether VB.NET applications are backward compatible with VB 6,
then the answer is 'No'.

-Siva

"BPK" <***@no.ocm> wrote in message news:%***@tk2msftngp13.phx.gbl...
Hi every one. I am new in VB.net
I want to know whether VB.net Programs can run on VB 6.0 enterprise edition

Bye
Patrick Toledano
2005-07-12 16:02:48 UTC
Permalink
You can "upgrade" your source code VB6 to VBNET but you need :
An installation of complete VB6 Entreprise with all components
An installation of complete VBNET with all components

This is a "security" in case of one component is not found for translation.

Whe you open a VB6 project VBNET search to convert this. In major case the
conversion is ok. But sometimes not.
I dont know for wich reason... You can access reasons in execution window
such as "component not present". Often, this occurs when you use in VB6 a
not Microsoft component. This is not a problem for VB6 if you have a valid
copy of this VB6 compatible component BUT you must buy the VBNET version of
this component...

Thanks, Patrick
Please, read me about two threads for two independant window for help
Post by BPK
Hi every one. I am new in VB.net
I want to know whether VB.net Programs can run on VB 6.0 enterprise edition
Bye
Continue reading on narkive:
Loading...