Link to home
Start Free TrialLog in
Avatar of Hojoformo
Hojoformo

asked on

How do I build a dll in ASP.NET C#(2.0)?

How can I build a .dll file using specified source files.  I have about a dozen C# files i want to compile to a .dll file so can some show me how that is done visual studion 2.0 asp.net.

ASKER CERTIFIED SOLUTION
Avatar of teeg01
teeg01

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bob Learned
Are you looking for command-line arguments to build a DLL?

Bob
Avatar of Hojoformo
Hojoformo

ASKER

I am actually having a problem getting a dll updated.  I updated my source files but the dll in the project does not get updated.  Instead a .dll with the same name get created in a temp folder under  C:\WINDOWS\Microsoft.NET\Framework\v2.0.5072\ is getting created.   I am not sure why this happening.
>>I am actually having a problem getting a dll updated.
Is this project being copied to a different machine?

Bob