Upgrade to VB.NET - reference to mscomctllib

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying my first migration from vb6 to vb.net 2003.
One of the error messages that I get is:
"Reference required to assembly 'Interop.MSComctlLib' containing the type
'MSComctlLib.ColumnHeader'. Add one to your project."

This is on a form with a list view control.

There is a reference to mscomctllib already and I do not understand what is
required - can you help please?
 
Hi

I can not reproduce the problem via try to upgrade a test vb6 project.
The project has a form together with a ListView only.

Can you please try a new simple project as I do to see if that works for
you?

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top