VS 2003 to VS2005 upgrade

B

BK

I am converting a rather large solution from VS 2003 to VS 2005. As I
understand it, the bulk of the conversion is really just changing the
project and solution files to the new format.

It completed ok, but I have a lot of errors and warnings, 17 errors and
260 warnings. The errors seem to all relate to dlls written in VS 2003
that haven't been converted and recompiled. The references are to the
dlls, NOT the projects. A typical error is:

Warning 1 Type of member 'BravoMessage' is not CLS-compliant.

What does it mean that a member is not CLS-compliant?
 
C

Cor Ligthert [MVP]

BK,
What does it mean that a member is not CLS-compliant?
It means that by intance you (probably) cannot use the created dll in C#

(Do you have DirectX in your code, there I have seen this?)

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top