H
Huzaifa Patanwala via .NET 247
I have created an enterprise template project MCMSystem under myVisual basic .net solution. Under which I have various projectssuch as DataAccess Which has a class patient and others. I havespecified the namespace for this class to beMCMSystem.DataAccess. Now when I want to access this class fromanother project I have to give the import statement as importsDataAccess.MCMSystem.DataAccess.Patient and not asMCMSystem.DataAccess.Patient
How can I resolve this.
How can I resolve this.