Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assembly Reference
Message
From
30/04/2010 16:01:29
 
 
To
30/04/2010 15:38:49
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
MS SQL Server
Miscellaneous
Thread ID:
01462576
Message ID:
01462586
Views:
40
>>I have a solution with two projects: NSPLogic and NSPWindows. NSPLogic is simply a collection of public classes that are used for business logic. I registered NSPLogic in NSPWindows references, but my forms don't see the classes. I put a using statement--using NSPLogic, but that throws an error when I try to run the project in debug mode. What am I doing wrong?
>
>The using statement needs to specify the entire namespace, and I'm betting that the namespace of the classes in your NSPLogic project is not simply "NSPLogic".
>
>~~Bonnie

Nope. That wasn't it. Both projects have the same namespace. Could that be the problem?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform