Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use class library in other projects?
Message
From
16/06/2002 22:25:42
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
How to use class library in other projects?
Miscellaneous
Thread ID:
00669066
Message ID:
00669066
Views:
55
I created a class library as a separated project and after compiling it, I tried to access in another project but with no success.
using system;
using myProject;

namespace otherproject
{
   public class MyOtherProject
   {
      // I want to access properties and methods of MyProject.DLL here but   
      //like:
      GetTax getTax = new GetTax();
      getTax.ComputeTax(blah....);
   }
}
Above gives an error C:\DotNetApps\OtherProject.cs(6): The type or namespace name 'myProject' could not be found (are you missing a using directive or an assembly reference?)

Please help!

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform