I have installed a software ABCPDF7, which converts a html file to pdf and saves it.
I am facing an error:
ERROR MESSAGE :The type initializer for 'WebSupergoo.ABCpdf7.Internal.NDoc' threw an exception. ERROR DETAILS : at WebSupergoo.ABCpdf7.Internal.NDoc.New() at WebSupergoo.ABCpdf7.Doc..ctor()
on line :
WebSupergoo.ABCpdf7.Doc oDoc = new WebSupergoo.ABCpdf7.Doc();
======
This error is coming in one old application.
So for cross checking I did create a dummy app, and executed the code in same box and everything worked fine.
Any idea where is it failing in existing app?