I am using microsoft access in doing a program in ASP.Net using VB.Net language. I want to know how to create dll file. Could anyone please guide me in this aspect. Thanks alot in advance.

When you load Visual Basic's IDE, select Create a new Class Library. Code your class with whatever it is you need. Click Build Solution, under the Build Menu. Now open the save directory in Windows Explorer, and browse to \bin\Debug folder, your DLL will be in there waiting to be used :)

Hope this helped

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.