|
-
August 10th, 2004, 12:10 AM
#1
Namespace in VB.Net
I have created an enterprise template project MCMSystem under my Visual basic .net solution. Under which I have various projects such as DataAccess Which has a class patient and others. I have created this class under the namespace MCMSystem.DataAccess. Now when I want to access this class from another project in the solution I have to give the import statement as imports DataAccess.MCMSystem.DataAccess.Patient and not as MCMSystem.DataAccess.Patient
How can I resolve this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|