creating dll
-
hi friends how to create dll(dynamic link library) for user developed projects
the quieter u become more u hear
-
hi friends how to create dll(dynamic link library) for user developed projects
the quieter u become more u hear
"user developed projects"? What?
csc /target:library somefile.cs
-
hi friends how to create dll(dynamic link library) for user developed projects
the quieter u become more u hear
Double click on project Properties and set 'Output Type' to 'Class Library'
TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-iTV.C\y<pjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can
-
hi friends how to create dll(dynamic link library) for user developed projects
the quieter u become more u hear
hi, i think you are asking about building & releasing your code (so called user developed projects. right?) if you are doing so in web application, then obviously this is not the place to ask. however, you can do:- 1. right click on the project 2. chose Publish 3. browse the location where to publish the project (even FTP, HTTP) 4. check/uncheck the options if required so. (use progressive build) 5. Publish it you are done. Ask any clarifications :)
Ashish Sehajpal
-
hi, i think you are asking about building & releasing your code (so called user developed projects. right?) if you are doing so in web application, then obviously this is not the place to ask. however, you can do:- 1. right click on the project 2. chose Publish 3. browse the location where to publish the project (even FTP, HTTP) 4. check/uncheck the options if required so. (use progressive build) 5. Publish it you are done. Ask any clarifications :)
Ashish Sehajpal
thanks
the quieter u become more u hear
-
"user developed projects"? What?
csc /target:library somefile.cs
hey guys i want to ask same thing also... i did it by using command prompt but how i can make it by using visual studio..i thought i can create a dll by building solution but i have nothing on the root file of the project.. but when i did like that csc /target:library somefile.cs i had it..so how i will do it by using visual studio ?
-
hey guys i want to ask same thing also... i did it by using command prompt but how i can make it by using visual studio..i thought i can create a dll by building solution but i have nothing on the root file of the project.. but when i did like that csc /target:library somefile.cs i had it..so how i will do it by using visual studio ?
erdinc27 wrote:
nothing on the root
VS creates bin\debug and bin\release directories and hides it there.
-
erdinc27 wrote:
nothing on the root
VS creates bin\debug and bin\release directories and hides it there.
-
but there is no release file only debug file i have here...where it creats the release file ?
First, perform a release build...