Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Namespaces
Message
 
To
10/06/2003 09:49:08
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00798343
Message ID:
00798384
Views:
18
>How can I make a user created namespace available to a new project?
>
>Thanks,
>Sergio


Right Click on project in Solution Explorer, go to Properties/CommonProperties/General and enter your namespace in the Root namespace box.
(if that's what you mean)

If you mean some user-created DLL, them you will need to add it to your project References and then import it.
For example, to make available VFPToolkitNet STRTOFILE() function in VB.Net application:

Add the reference to VFPtoolkitNet in your project Reference section.
Then add Imports... to your Imports section in code:
Imports VFPToolkit.Strings
Now you are able to use STRTOFILE function in your VB.Net code just like you do in VFP.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform