vb.net - Remote cocreate call "Class not registered" -


i have read can find on net "class not registered".

i have vb com dll have installed on server. (i did not write dll don't have source) server 64 bit

i have 32 bit program (delphi7) on 64 bit machine.

the program cocreate server name , gets "class not registered".

if put program on server , run cocreate works, class registered.

in desperation did install of dll on local pc , cocreate works

i checked registration on both machines, identical, , registry hkey_classes_root_wow6432node\clsid\ on both machines has registration guid. setup/registration process on each machine being identical.

why create when call local (on both machines) , not when call remote?

it seem remote call pc server though 32 bit program being seen server 64 bit call.

note: server virtual server, make difference?

any appreciated.

the server has program called pastel partner uses pervasive btrieve vb6 dll (and associated dlls) separate program can accessed via interface provide functions input of accounting entry btrieve files instead of typing pastel program.

my program starts of course create of interface, seems work if program (32 bit) run on server createobject(class), not when run on remote pc server name.createobject(class,server) when class not registered occurs.

it server virtual server.

local , remote different. access remotely, have grant access. didn't quite problem , have no idea server using if help, click details... https://rtcamp.com/tutorials/mysql/remote-access/ or can specify search methods how remotely access "database" , whatnot.

if problem not remote access on database try this. might of help. http://www.theogray.com/blog/2009/10/comexception-regdbeclassnotreg-on-64-bit-windows

p.s. if using virtual machine, considered using different pc.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -