I have created a simple .NET COM class. I have used regasm dllname.dll /tlb:
dllname.tlb /codebase to register it on another server - the files were
plaecd in the c:\windows\system32 folder. registration said it was
successful. i created a new MS Access application, added the reference,
instantiated the component class and everything was fine. Then i tried to
edit a traditional ASP page by calling server.createobject("namespace.class")
and can't seem to get anything i try to resolve the errors that i am getting
- currently the error is File or assembly name ***, or one of its
dependencies, was not found. the class imports System and System.XML.
so my question...what is the correct procedure for creating a .NET COM
class, deploying it to an IIS server for use in an ASP page. thanks much