HighTechTalks DotNet Forums  

Visual basic.net upgrade wizard errors

VB.net Upgrade microsoft.public.dotnet.languages.vb.upgrade


Discuss Visual basic.net upgrade wizard errors in the VB.net Upgrade forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Graham Willsher
 
Posts: n/a

Default Visual basic.net upgrade wizard errors - 10-07-2004 , 12:54 PM






I have purchased Visual Basic .net Standard edition to modify Visual basic 6
code, of which I think that I have been sent all the necessary source code
that I require.

When I try to open the original project I am taken to the upgrade wizard to
convert it to .net format. I have read through the instructions with regard
to editing the registry to add the vb6 info. from the install CD, but I now
get the following error message

Upgrade failed: Exception occurred: Could not load reference components:
DBLIST32.OCX(1.1.0)
DBGRID32.OCX(1.0.0)
It is recommended you install VB6.0, with all referenced components, and
ensure that the application compiles and runs before upgrading.

From this message it seems that I should have purchased VB6 instead of .net
but as far as I can tell you cannot buy vb6 new anymore (is this true?).

If this is so, is the only way around this problem to buy a used copy of VB6
install it and run the upgrade wizard again and hopefully it will convert
everything correctly.

As an aside, I would have thought that the only thing that should stop a
version upgrade is if you are trying to convert a professional version in
say vb6 to a standard version in .net.

Any help thank you can give would be appreciated.

TIA.

Graham.



Reply With Quote
  #2  
Old   
Howard Kaikow
 
Posts: n/a

Default Re: Visual basic.net upgrade wizard errors - 10-07-2004 , 02:43 PM






You can still buy VB 6, at least as of a few weeks ago.

Try www.atomicpark.com.


--
http://www.standards.com/; See Howard Kaikow's web site.
"Graham Willsher" <graham (AT) grahamwillsher (DOT) co.uk> wrote

Quote:
I have purchased Visual Basic .net Standard edition to modify Visual basic
6
code, of which I think that I have been sent all the necessary source code
that I require.

When I try to open the original project I am taken to the upgrade wizard
to
convert it to .net format. I have read through the instructions with
regard
to editing the registry to add the vb6 info. from the install CD, but I
now
get the following error message

Upgrade failed: Exception occurred: Could not load reference components:
DBLIST32.OCX(1.1.0)
DBGRID32.OCX(1.0.0)
It is recommended you install VB6.0, with all referenced components, and
ensure that the application compiles and runs before upgrading.

From this message it seems that I should have purchased VB6 instead of
..net
but as far as I can tell you cannot buy vb6 new anymore (is this true?).

If this is so, is the only way around this problem to buy a used copy of
VB6
install it and run the upgrade wizard again and hopefully it will convert
everything correctly.

As an aside, I would have thought that the only thing that should stop a
version upgrade is if you are trying to convert a professional version in
say vb6 to a standard version in .net.

Any help thank you can give would be appreciated.

TIA.

Graham.





Reply With Quote
  #3  
Old   
AT
 
Posts: n/a

Default RE: Visual basic.net upgrade wizard errors - 10-13-2004 , 02:21 PM



Hi Graham,

The problem is you need the design time licenses for these controls. The
following KB article shows you how to install those from your VB.Net
Standard CD

http://support.microsoft.com/default.aspx?scid=kb;en-us;318597


--
John Hart, Microsoft VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Quote:
From: "Graham Willsher" <graham (AT) grahamwillsher (DOT) co.uk
Newsgroups: microsoft.public.dotnet.languages.vb.upgrade
Subject: Visual basic.net upgrade wizard errors
Date: Thu, 7 Oct 2004 18:54:27 +0100
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Lines: 33
Message-ID: <416590dc$0$48002$ed2e19e4 (AT) ptn-nntp-reader04 (DOT) plus.net
Organization: Customer of PlusNet plc (http://www.plus.net)
NNTP-Posting-Host: f14a65cd.ptn-nntp-reader04.plus.net
X-Trace:
DXC=PIef<UK93j66mRZTfMTCm<igd3Y`7Rb;>3_LeXC3B]S93okocnnl<C4O\[U0g\Z70Fcd>[
jCCc=c1=B3K5X8l8
Quote:
X-Complaints-To: abuse (AT) plus (DOT) net
Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFT NGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!npeer.de.kpn-eurorings.net!news2.telebyte.nl!prox
ad.net!news.cs.univ-paris8.fr!news.zanker.org!nntp-peering.plus.net!ptn-nntp
-feeder01.plus.net!ptn-nntp-spool02.plus.net!ptn-nntp-reader04.plus.net!not-
for-mail
Quote:
Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.vb.upgrade:6966
X-Tomcat-NG: microsoft.public.dotnet.languages.vb.upgrade

I have purchased Visual Basic .net Standard edition to modify Visual
basic 6
code, of which I think that I have been sent all the necessary source
code
that I require.

When I try to open the original project I am taken to the upgrade wizard
to
convert it to .net format. I have read through the instructions with
regard
to editing the registry to add the vb6 info. from the install CD, but I
now
get the following error message

Upgrade failed: Exception occurred: Could not load reference components:
DBLIST32.OCX(1.1.0)
DBGRID32.OCX(1.0.0)
It is recommended you install VB6.0, with all referenced components, and
ensure that the application compiles and runs before upgrading.

From this message it seems that I should have purchased VB6 instead of
..net
but as far as I can tell you cannot buy vb6 new anymore (is this true?).

If this is so, is the only way around this problem to buy a used copy of
VB6
install it and run the upgrade wizard again and hopefully it will convert
everything correctly.

As an aside, I would have thought that the only thing that should stop a
version upgrade is if you are trying to convert a professional version in
say vb6 to a standard version in .net.

Any help thank you can give would be appreciated.

TIA.

Graham.





Reply With Quote
  #4  
Old   
Graham Willsher
 
Posts: n/a

Default Re: Visual basic.net upgrade wizard errors - 10-17-2004 , 03:08 PM



John,

Thanks for the reply.

I had already read that KB article and installed the VB6 registry entries as
documented.

I have also tried copying the dbgrid32.ocx into the windows\system32
directory, but I still get the same error message.

Any other ideas?

TIA,

Graham

"John Hart [MSFT]" <JohnHart (AT) Online (DOT) Microsoft.com.> wrote

Quote:
Hi Graham,

The problem is you need the design time licenses for these controls. The
following KB article shows you how to install those from your VB.Net
Standard CD

http://support.microsoft.com/default.aspx?scid=kb;en-us;318597


--
John Hart, Microsoft VB Team
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
From: "Graham Willsher" <graham (AT) grahamwillsher (DOT) co.uk
Newsgroups: microsoft.public.dotnet.languages.vb.upgrade
Subject: Visual basic.net upgrade wizard errors
Date: Thu, 7 Oct 2004 18:54:27 +0100
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Lines: 33
Message-ID: <416590dc$0$48002$ed2e19e4 (AT) ptn-nntp-reader04 (DOT) plus.net
Organization: Customer of PlusNet plc (http://www.plus.net)
NNTP-Posting-Host: f14a65cd.ptn-nntp-reader04.plus.net
X-Trace:
DXC=PIef<UK93j66mRZTfMTCm<igd3Y`7Rb;>3_LeXC3B]S93okocnnl<C4O\[U0g\Z70Fcd>[
jCCc=c1=B3K5X8l8
X-Complaints-To: abuse (AT) plus (DOT) net
Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFT NGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!npeer.de.kpn-eurorings.net!news2.telebyte.nl!prox
ad.net!news.cs.univ-paris8.fr!news.zanker.org!nntp-peering.plus.net!ptn-nntp
-feeder01.plus.net!ptn-nntp-spool02.plus.net!ptn-nntp-reader04.plus.net!not-
for-mail
Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.languages.vb.upgrade:6966
X-Tomcat-NG: microsoft.public.dotnet.languages.vb.upgrade

I have purchased Visual Basic .net Standard edition to modify Visual
basic 6
code, of which I think that I have been sent all the necessary source
code
that I require.

When I try to open the original project I am taken to the upgrade wizard
to
convert it to .net format. I have read through the instructions with
regard
to editing the registry to add the vb6 info. from the install CD, but I
now
get the following error message

Upgrade failed: Exception occurred: Could not load reference components:
DBLIST32.OCX(1.1.0)
DBGRID32.OCX(1.0.0)
It is recommended you install VB6.0, with all referenced components, and
ensure that the application compiles and runs before upgrading.

From this message it seems that I should have purchased VB6 instead of
.net
but as far as I can tell you cannot buy vb6 new anymore (is this true?).

If this is so, is the only way around this problem to buy a used copy of
VB6
install it and run the upgrade wizard again and hopefully it will convert
everything correctly.

As an aside, I would have thought that the only thing that should stop a
version upgrade is if you are trying to convert a professional version in
say vb6 to a standard version in .net.

Any help thank you can give would be appreciated.

TIA.

Graham.







Reply With Quote
  #5  
Old   
Bob
 
Posts: n/a

Default Re: Visual basic.net upgrade wizard errors - 01-22-2005 , 06:00 PM



I also tried the MS article in John Hart. It resolved the error about
unlicensed but not about DBLIST32.ocx
Need a solution!

Bob Alston

bobalston9 AT aol D O T com


Reply With Quote
  #6  
Old   
AT
 
Posts: n/a

Default Re: Visual basic.net upgrade wizard errors - 01-26-2005 , 07:16 PM



Hi Bob,

There are two reasons why you would receive the "Could not load referenced
component" error message when upgrading a VB6 project. Either the
component is not installed and registered on the machine or you do not have
the design time licenses for the componenet.

I double checked the .reg file and it appears the license entry is there.
Do you have the same version of the DBList32.ocx that the vbp file is
referencing installed on the machine you're upgrading the project on?
There were two versions 5.0.37.14 and 6.0.81.69.

--
John Hart, Microsoft VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Quote:
From: "Bob" <bobalston9 (AT) aol (DOT) com
Newsgroups: microsoft.public.dotnet.languages.vb.upgrade
Subject: Re: Visual basic.net upgrade wizard errors
Date: 22 Jan 2005 16:00:11 -0800
Organization: http://groups.google.com
Lines: 8
Message-ID: <1106438411.811863.228250 (AT) c13g2000cwb (DOT) googlegroups.com
References: <416590dc$0$48002$ed2e19e4 (AT) ptn-nntp-reader04 (DOT) plus.net
pLngcnVsEHA.3124 (AT) cpmsftngxa10 (DOT) phx.gbl
4172d14e$0$47994$ed2e19e4 (AT) ptn-nntp-reader04 (DOT) plus.net
NNTP-Posting-Host: 68.0.101.76
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1106438415 15472 127.0.0.1 (23 Jan 2005
00:00:15 GMT)
X-Complaints-To: groups-abuse (AT) google (DOT) com
NNTP-Posting-Date: Sun, 23 Jan 2005 00:00:15 +0000 (UTC)
In-Reply-To: <4172d14e$0$47994$ed2e19e4 (AT) ptn-nntp-reader04 (DOT) plus.net
User-Agent: G2/0.2
Complaints-To: groups-abuse (AT) google (DOT) com
Injection-Info: c13g2000cwb.googlegroups.com; posting-host=68.0.101.76;
posting-account=xhG34QsAAACPkVgu0sAGvsN1p23OVyAu
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFT NGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!news.glorb.com!postnews.google.com!c13g2 000cwb.go
oglegroups.com!not-for-mail
Quote:
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.languages.vb.upgrade:7175
X-Tomcat-NG: microsoft.public.dotnet.languages.vb.upgrade

I also tried the MS article in John Hart. It resolved the error about
unlicensed but not about DBLIST32.ocx
Need a solution!

Bob Alston

bobalston9 AT aol D O T com




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.