@NetAdmin wrote:
I use PDFCreator 2.3.2.
I tried to run a simple test script:
Sub Test()
Dim obj As Queue
On Error GoTo ErrHandler
Set obj = CreateObject("PDFCreator.JobQueue")
obj.Initialize
obj.ReleaseCom
ErrHandler:
MsgBox Err.Description
obj.ReleaseCom
End SubIf I run the function, I got an exception on
obj.Initialize
Microsoft Excel
Could not load file or assembly 'PDFCreator.Shared.resources, Version=2.3.2.6, Culture=en-US, PublicKeyToken=fc6825f92a0342e2' or one of its dependencies. The system cannot find the file specified.
OK
If I run the function again I got this error:
Error
ShellExecuteEx failed; code 1155.
No application is associated with the specified file for this operation.
OK
Any ideas?
Update:
Windows 8.1 with Office 2010
Posts: 1
Participants: 1