Upgrade from vb project to VB.NET

  • Thread starter Thread starter Linda
  • Start date Start date
L

Linda

I create program with VB programming and now i want that
program run at VB.NET. So i open the vb project from
VB.Net, while i upgrade the program ,i found Error :

VB Upgrade wizard error
Upgrade failed : Exception occured : the referenced
components
Status Bar
Sstab
Slider
Slider
Slider
Winsock
Winsock
are missing design time licenses

i try to download the new version of the component, but
the same things work again. So, have any idea?

thx
Best Regards,
Linda
 
Linda said:
I create program with VB programming and now i want that
program run at VB.NET. So i open the vb project from
VB.Net, while i upgrade the program ,i found Error :

VB Upgrade wizard error
Upgrade failed : Exception occured : the referenced
components
Status Bar
Sstab
Slider
Slider
Slider
Winsock
Winsock
are missing design time licenses

i try to download the new version of the component, but
the same things work again. So, have any idea?

Have a look at the upgrade group:
microsoft.public.donet.languages.vb.upgrade
 
Linda,
In addition to the other comments.

Do you have VB6 installed on the same machine as VB.NET?

The "design time licenses" for the controls listed are normally installed
when you install VB6.

Hope this helps
Jay
 
* "Jay B. Harlow said:
In addition to the other comments.

I don't see any other comments for some reason, so I reply here.
Do you have VB6 installed on the same machine as VB.NET?

The "design time licenses" for the controls listed are normally installed
when you install VB6.

Q318597 - PRB: Errors When You Use Visual Basic 6.0 Controls in Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;318597>
 
* (e-mail address removed) (Herfried K. Wagner [MVP]) scripsit:
I don't see any other comments for some reason, so I reply here.

I saw them now and I see that my link hasn't already been posted ;-).
 
Back
Top