Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use class library in other projects?
Message
 
À
17/06/2002 21:52:07
Czarina Joyce Villanueva
Innovision Systems International
Manila, Philippines
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00669066
Message ID:
00669550
Vues:
19
>I am expecting that there is an equivalent manual way of adding references into a project because what if I am doing all my code without the VS.Net? I mean, I am doing all the code manually using an ordinary notepad.


It never ocurred to me that you may be using notepad.
I have never done this stuff without the IDE but if you are using a project file .csproj it should have a node that looks like this:
(SmtpMailSender is something that I made, not a .net thing)


Name = "SmtpMailSender"
AssemblyName = "SmtpMailSender"
HintPath "..\..\SmtpMailSender\SmtpMailSender\bin\Debug\SmtpMailSender.dll"
/>


IF you want I can make a quick single form project and send it to you to check out.
Chris
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform