Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I have recently upgraded a Visual Basic 2003 application to 2005, with minimal issues. However one issue occured that I cannot seem to resolve. I was using a dll produced by fytek called PDFMeld. I use it to fax out multiple selected pdf documents. In 2005 it is throwing an error, right when I dim instaniate it. "Dim x as new pdfmeld" this throws an unexpected error. It works in 2003 but it is not working in 2005. I'm not sure why this is occuring. Any suggestions or work arounds would be greatly appreciated.
Posted
I have recently upgraded a Visual Basic 2003 application to 2005' date=' with minimal issues. However one issue occured that I cannot seem to resolve. I was using a dll produced by fytek called PDFMeld. I use it to fax out multiple selected pdf documents. In 2005 it is throwing an error, right when I dim instaniate it. "Dim x as new pdfmeld" this throws an unexpected error. It works in 2003 but it is not working in 2005. I'm not sure why this is occuring. Any suggestions or work arounds would be greatly appreciated.[/quote']

 

There might be some issues compatibility issues between .NET 2.0 and 1.1

Could you post here the exception type, message and the stack trace you for the error you've encountered.

Posted

Upgrade to 2005

 

Thanks, but I figured it out I was missing a dll and did not notice. I guess during the conversion it dropped the particuliar dll I needed. I added it again and the application began to work correctly.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...