Search code examples
c#visual-studio-2010visual-studio-2013mmc

Strange behavior of Visual Studio


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?)

enter image description here

Note: I did not do any other change in the project


Solution

  • Build the solution in VS 2013, by setting framework 4.0 or framework 4.5. its work in my case.