|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VS 2003 to VS2005 upgradeI 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? BK,
> It means that by intance you (probably) cannot use the created dll in C#> What does it mean that a member is not CLS-compliant? > (Do you have DirectX in your code, there I have seen this?) Cor See
http://msdn2.microsoft.com/en-us/library/k5645wwb.aspx and http://msdn2.microsoft.com/en-us/library/bhc3fa7f(VS.80).aspx as you see is all old code marked as non compliant as it does not have the necesary clscompliant attribute set recompiling the dll`s in VS.Net 2005 should solve the problem regards Michel Posseth [MCP] Show quoteHide quote "BK" wrote: > 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? > > M. Posseth wrote:
Show quoteHide quote > See Thanks, that helped. Now on to my next problem (in another thread)> > > http://msdn2.microsoft.com/en-us/library/k5645wwb.aspx > > and > > http://msdn2.microsoft.com/en-us/library/bhc3fa7f(VS.80).aspx > > > as you see is all old code marked as non compliant as it does not have the > necesary clscompliant attribute set > > recompiling the dll`s in VS.Net 2005 should solve the problem > > regards > > Michel Posseth [MCP] >
Oracle read only transaction in VB .NET?
Datagrids Counting rows in an SQL table Locking a Combo-Box asp.net template for user registration Concurrency question making a string var like "nr1 nr2 nr3" how do i compare two string and get the difference? windows Registry parameter "any" VB 6 (what is your equivalent in vb 2005 ?) |
|||||||||||||||||||||||