c# 2.0 - Integrating Visual C++ on .NET Framework 2.0 with C# Library -


i familiar c# programming. today need integrate 1 visual c++ program on .net framework 2.0 c# library. after referencing c# library, new c++ class created. following line cannot compiled in new class.

 using namespace mycsharplibspace; 

the error "the namespace not exist". why? think can use namespace after referencing it, right?

i did trial on .net framework 3.5. created simple helloworld visual c++ project. works fine. did same above. seems different integrate visual c++ program c# library on 3.5 , 2.0? how on 2.0?

i appreciate help!

bing


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -