Re: jawin.COMException: 8000ffff: CoCreateInstance

Bob Farnik <[email protected]> Tue, 17 Jan 2006 03:31:06 -0500
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <LISTSERV%[email protected]>
Hi Adam,

I believe your point with the registry is correct.

My situation is a bit more complicated, because BSCFunctions.dll is not
ActiveX, but .NET assembly and I generated jawin stubs from the
corresponding TLB (on dev. system it was automaticaly done by VisualStudio
COM InterOp feature).

I tried to use regasm.exe to register this TLB on the target system (using
/tlb: and also /regfile: switches, but neither helped ... the error is still
the same.

I wonder what exactly jawin needs to know, when loading and initializing the
class with given CLSID and what apart of the registration can make a
difference between the class deployed from VS.NET and manual
deployment/registration.