OLE Objects -
06-29-2006
, 06:03 PM
Hi all,
I've just found a wonderful tool from www.lebans.com called oletodisk, which retrieves embedded ole objects from mdb files and stores them into files. The package consists of a dll and an Access App. In my case I would like to use this dll in my asp.net (C#) project. But when I try to reference this dll VS says it is not a valid COM object. How can I use this dll with C#?
I've also tried to call this dll from a stored procedure in Sql Server but to be able to call a dll I must provide its name, version, .... . In this way, I ran regsvr32 to register the dll but it gives me an error about it's not valid or corrupted. So now I am desesperated. COuld you give some advice, please???
thnks very much!! |