I have this problem with an app of a printer. I need to know if it is an error in my installation or a bug in the app. I think it is a bug (programmer didn’t catch this exception), and I suspect this app is made in C# and they didn’t noticed the uncaught exception when they upgraded their printers (The fact is that they added a character in the printer’s and the driver’s name, and the Exception was thrown because of the driver’s name).
Share
You can trace where exception is thrown, and handle it in your application.
Maybe you parameters are incorrect.
To be sure that application is written on C# or any other .NET language – use Reflector.
If it shows you a project source tree – app is written on .NET.
Or contact application support.