The specified module could not be found.

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
Theta
Posts: 25
Joined: Wed Jun 25 2003
Location: Australia

The specified module could not be found.

Post by Theta »

I have a problem where after i convert a document (word, excel, powerpoint, visio, project) I need to encrypt the newly created PDF but whenever i try (VB.NET):

Dim cdiDoc As New CDIntfEx.Document

It throws the error

'The specified module could not be found.'

In version 2.10b

Any assistance would be much appreciated
Thanks in advance

Matthew White
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Are you able to call:

Dim cdi As New CDintfEx.CDIntfEx ?

If you are able to create a CDIntfEx object you should be able to create a Document object.

Try to Register CDIntf210.dll again in your system directory using Regsvr32.

Hope this helps?
Post Reply