skip to main
|
skip to sidebar
Kalaravi SharePoint and .NET Blog
Thursday, December 4, 2008
.NET 2005 : Procedure to convert a .cs file to .dll file using csc compiler
1. Open the visual studio 2005 command prompt
2. Type the following command :
csc /target:library /out:"<
path
>.dll" "<
filepath
>
.cs"
e.g.,
csc /target:library /out:"D:custom
.dll" "D:custom
.cs"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2009
(1)
►
January
(1)
▼
2008
(2)
▼
December
(2)
.NET 2005 : Procedure to convert a .cs file to .d...
ASP.NET: Hide OPEN button in OPEN,SAVE,CANCEL dial...
About Me
Kalaravi
View my complete profile
No comments:
Post a Comment