c# - Unable to recognize namspace in Visual Studio 2012 -
i have created c# project , managed c++ project in same solution in visual studio 2012. c++ project created using visual studio 2008 , c# 1 using 2012 version.
when try use namespace of c++ project in c# project, fails recognize it. but, recognize other c# projects' namespaces. can see managed c++ project in external dependencies , object browser.
plus, wrote sample project managed c++ , c# project , works fine.
Comments
Post a Comment