Hi,
I am working on migrating a Visual C++ project into .NET environment. The project in its current state compiles and runs just fine with CLR support, and I can use clr components such as windows forms provided that I write the code myself, but Visual Studio does not let me add a Windows Form, using the Add New Item into the project, and it gives me the error "CLR components cannot be added to a project using old Syntax c++. Please convert the project to use the new syntax." Does anyone know what the problem might be
Thank you.
.NET Development16
|