Problem with VB

2007-09-07 23:59:23 by paddy

Dear all,
I am trying to work the VB samples included, but I get a constant 'File not found' error. Any idea where this may come from?
Thanks!


2007-09-08 00:19:30 by thesmilyface

Please more infos. Code, screenshot etc.


2007-09-11 17:28:29 by paddy

References:
Interop.PDFCreator (with dll in directory)

Here's a code snippet:

Private WithEvents pdfMaker As DFCreator.clsPDFCreatorClass
Private pdfParams As String

Private Sub Form1_Load(...
Dim creator As New PDFCreator.clsPDFCreator
Dim parameters As String = "/NoProcessingAtStartup"

If Not creator.cStart(parameters, False) Then
Exit Sub
End If
End Sub

This is the error message:

'HOVTester.exe': Loaded 'c:\documents and settings\pseeling\my documents\visual studio projects\hovtester\bin\interop.pdfcreator.dll', No symbols loaded.
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in HOVTester.exe

Additional information: The system cannot find the file specified.


2007-09-11 17:33:35 by thesmilyface

What happens if you test the com samples for vb.net?