Hi,
I have a dll developed in c# (a class in a web project). It works fine when referenced from another .Net project, buy I'm trying to access it now from ASP. How do I do this? I keep getting this message: "DLLRegisterServer could not find an entry point", when I try to register it on the server it will be used on. Maybe I don't need to register it? But I still can't get it to work in ASP. Any ideas?
Thanks.
I have a dll developed in c# (a class in a web project). It works fine when referenced from another .Net project, buy I'm trying to access it now from ASP. How do I do this? I keep getting this message: "DLLRegisterServer could not find an entry point", when I try to register it on the server it will be used on. Maybe I don't need to register it? But I still can't get it to work in ASP. Any ideas?
Thanks.