lothos12345 Posted January 23, 2006 Posted January 23, 2006 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. Quote
Administrators PlausiblyDamp Posted January 23, 2006 Administrators Posted January 23, 2006 What is the actual error that is raised? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Igor Sukhov Posted January 23, 2006 Posted January 23, 2006 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. Quote
lothos12345 Posted January 23, 2006 Author Posted January 23, 2006 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.