deploying .net dll for com access
-
i have a small .net class i wrote that is simply a "com wrapper" to access the fileopendialog. i am using it for an application that have jscript as an embedded scripting engine. on my machine i had to use regasm xxx.dll from the dll directory to get it to work - this is fine however i CANNOT get this to work on any other machine. i have: installed the .net framework on the client machines tried running the .reg file resultant from regasm xxx.dll /regfile on the machines tried running regasm xxx.dll as i did on my machine
-
i have a small .net class i wrote that is simply a "com wrapper" to access the fileopendialog. i am using it for an application that have jscript as an embedded scripting engine. on my machine i had to use regasm xxx.dll from the dll directory to get it to work - this is fine however i CANNOT get this to work on any other machine. i have: installed the .net framework on the client machines tried running the .reg file resultant from regasm xxx.dll /regfile on the machines tried running regasm xxx.dll as i did on my machine
i figured out that i also needed to run regsvr32 /n xx.dll on it.