upgrade problem with some components.

  • Thread starter Thread starter Mr. X.
  • Start date Start date
M

Mr. X.

Hello.
I have VS NET 2008.
When upgrading from VB6 to VS NET 2008, I got the message :
Upgrade failed . Exception occured, could not load referenced components :
MSCOMM32, RichTxt32

I would rather prefer getting new ActiveX for DOTNET.
The dlls for compoents (VB6) are : MSCOMM32, RichTxt32.
What are the equivalent compoents for DOTNET ?

How can I solve the problem, in order to use the above components ?

Thanks :)
 
Mr. X. said:
Hello.
I have VS NET 2008.
When upgrading from VB6 to VS NET 2008, I got the message :
Upgrade failed . Exception occured, could not load referenced components :
MSCOMM32, RichTxt32

I would rather prefer getting new ActiveX for DOTNET.
The dlls for compoents (VB6) are : MSCOMM32, RichTxt32.
What are the equivalent compoents for DOTNET ?

How can I solve the problem, in order to use the above components ?

Thanks :)


You must ensure that the project is compilable in VB6 on the same
machine. If you decide to use the upgrade wizard, you will have to
replace the components by the new ones after the upgrade (IIRC, some are
replaced automatically but I don't remember which ones), but this is
rarely the first step.


Armin
 
Mr. X. said:
For some organization reason, I have only the source, and cannot do the
upgrade on the same computer.

You don't have to compile it on the same computer, but it should be
compilable in VB6 if you wanted to do so. If it's not because of missing
components the wizard has no chance.
I must use new components instead.

See other thread.


Armin
 
For some organization reason, I have only the source, and cannot do the
upgrade on the same computer.
I must use new components instead.

Thanks :)
 
Back
Top