Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 create a DLL file in C#

Author  Topic 

olay80
Yak Posting Veteran

62 Posts

Posted - 2005-03-29 : 04:57:42
hey guys,

i need to create a DLL file using C#? can anyone give me a hint???

thanx,
Oliver

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-03-29 : 05:56:35
Compiling the project usually does the trick.

Note that DLL's generated from .Net code are different from typical Windows DLL's. .Net DLL's will not function on a computer that does not have the .Net Framework installed.
Go to Top of Page

olay80
Yak Posting Veteran

62 Posts

Posted - 2005-03-30 : 00:58:44
thanx alot...

Oliver
Go to Top of Page
   

- Advertisement -