Click here to Skip to main content
15,918,976 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all,

how can I use a .NET dll in my DW 8 web pages?
And more: have I to create the dll coded object (as in a .net app: <classname> obj = new <classname>();) to use its methods? How?
Or only "static" methods are available?
Many thanks in advance
Dino
Posted

1 solution

In order to use a .Net dll, your page has to be an ASP.Net web page. I'm not sure that Dreamweaver allows you to create a .Net web page. However, you could create your main content in Dreamweaver, and then cut/paste the content into a ASP.Net web page (using Visual Studio).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900