Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I create a class(clsTest.cls) in my main project(prjMain.sln).
I create a same class name(clsTest.cls) in my external other project(prjExtn.sln) & rebuild it.

Now i add refence that .dll file in my main project.
But there is shown objects of the main clsTest.cls into intellisence windows, not shown the extern objects into the intellisence windows.

Have any ways that we shown the objects of two class(i.e:- Main Project & External dll)????

Please help me.....
Posted
Comments
Member 7678194 1-Aug-12 7:06am    
I also add using the namespace.
please right any help me....
[no name] 1-Aug-12 10:38am    
Do a clean and rebuild and see if Intellisense updates then.

1 solution

use using namespaacename //in external dll at thetop of the code
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900