Naveed Yousaf
Naveed Yousaf

Reputation: 436

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

Upvotes: 1

Views: 140

Answers (1)

Jehangir Haider
Jehangir Haider

Reputation: 100

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

Upvotes: 2

Related Questions