DLL creation form vb.net project
-
Hi! I have a VB.NET app needs to be called from an asp page.For that i need a DLL of my app with a simple interface (4 functions and 1 property).How can i do this? I've tried to create a class library with those functions and then add my project, but i can´t use the classes i have there.Is this the correct way to do it?Or do i have to add each of the projects classes to the DLL i´m building? Thanks in advance. Never say never
-
Hi! I have a VB.NET app needs to be called from an asp page.For that i need a DLL of my app with a simple interface (4 functions and 1 property).How can i do this? I've tried to create a class library with those functions and then add my project, but i can´t use the classes i have there.Is this the correct way to do it?Or do i have to add each of the projects classes to the DLL i´m building? Thanks in advance. Never say never
carlos_rocha wrote: I've tried to create a class library with those functions and then add my project, but i can´t use the classes i have there what prob u r facing? just simply add reference to the assembly and use those funcs in ur project << >>