I have a VB.Net 2005 app. I was working on the program and put a new version in production. It's a click-once technology application. When the user went to run the app, they got the below error. Any ideas what this is?
Thanks,
Printable View
I have a VB.Net 2005 app. I was working on the program and put a new version in production. It's a click-once technology application. When the user went to run the app, they got the below error. Any ideas what this is?
Thanks,
From personal experience and without knowing anything about your app (or click-once) I'd say one of your DLLs is missing or of a different version. I get that alot at work if I run an exe but compiled against the wrong version or have the wrong version installed.
Check to ensure that your ErrorHandler file is present or in the correct directory. Did you change the assembly version of the newest release?
I basically deleted the DLL from my "References" and re-added it to my application. The DLL version hasn't changed form quite some time now.
Anyone have any idea about this error?