Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Fri Mar 24, 2006 10:03 am Post subject: I get compiler errors using Virtual Tree in VS2005 C++ |
|
|
When you add a Virtual Tree control to a VS2005 C++ Windows Forms project Visual Studio incorrectly adds references to several .NET 1.1 system assemblies to the project. This creates duplicate references to this assemblies and causes a huge number of C4945 compiler warnings when you attempt to build the project.
The fix is to open the project properties and select the Common Properties->References tab and then remove the duplicate references to the .NET 1.1 system assemblies (check the assembly version in the property window before you remove the reference). _________________ Infralution Support |
|