Reputation: 436
I have a Microsoft Management Console 3 Project built in .Net 2.0, Currently I am Using Visual Studio 2010 to build this project and every thing is working fine,
For future I am planning it to move my projects in Visual studio 2013 but I am unable to build project in visual studio 2013
The type or namespace name 'ManagementConsole' does not exists in the namespace 'Microsoft' (are you missing an assembly reference?)
Note: I did not do any other change in the project
Upvotes: 1
Views: 140
Reputation: 100
Build the solution in VS 2013, by setting framework 4.0 or framework 4.5. its work in my case.
Upvotes: 2