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!
Please more infos. Code, screenshot etc.
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.
What happens if you test the com samples for vb.net?