hi,
i have created a solution project in Visual Studio. The solution project contains an ASP.net application project and several class library projects. now one of my class library is accessible by other projects by adding class library dll in it.
now i want to hide my one of class constructor from the out side project that using the DLL of my project. i have tried internal modifier with my constructor but it also restrict my constructor to be called from other projects of the same solution project.
can anybody tell me what will be the solution of this problem
Regards,
Nice Candy.