DLL????
-
Hi friends, How to create a dll file in asp.net2.0
-
Hi friends, How to create a dll file in asp.net2.0
you cannot create dll in asp.net. Use the Class Libary option on opening new project.
Regards, Satips.:rose: Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Walk beside me, and just be my friend. - Albert Camus
-
Hi friends, How to create a dll file in asp.net2.0
Class Library Project Template in VS?
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
Hi friends, How to create a dll file in asp.net2.0
kiranp2softech wrote:
How to create a dll file in asp.net2.0
Use PublishWebsite option
-
you cannot create dll in asp.net. Use the Class Libary option on opening new project.
Regards, Satips.:rose: Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Walk beside me, and just be my friend. - Albert Camus
-
Hi friends, How to create a dll file in asp.net2.0
If it isn't already migrate your asp.net site to a web application (at least that is where I have done it). Then File -> add -> new Project. Chose C# class library. Once that is added you can add it as a reference. This way you can put a bunch of your logic into a DLL and take advantage of its reuse.
Darroll
-
Because ASP.NET 2.0 is not a language. It's a framework for creating web pages.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hi friends, How to create a dll file in asp.net2.0
Depends on what you want to do: - build a ddl for your web application --> use web application instead of web site (the dll will be built into /bin folder) - add a ddl to your web application --> use web application and add class library Happy Programming Urs
-^-^-^-^-^- no risk no funk
-
As Dave said it is not a Language, it is a Framework for creating the Applications. So we cannot create dll in asp.net. Sorry for the delay in the answer, since it is a holiday, just now, i signed in to check so i am replying you now.
Regards, Satips.:rose: Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Walk beside me, and just be my friend. - Albert Camus
-
Because ASP.NET 2.0 is not a language. It's a framework for creating web pages.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007The OP asked this same question earlier and was given the same answers again :rolleyes:
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus