Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Namespaces
Message
 
À
10/06/2003 09:49:08
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00798343
Message ID:
00798384
Vues:
19
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform