mperdeck / jsnlog.js

Tiny JavaScript logging library, simple and well documented. Lots of options to filter logging data.
js.jsnlog.com
Other
130 stars 44 forks source link

XmlSerailizers not found #53

Open pid27 opened 6 years ago

pid27 commented 6 years ago

I get below error during my app build. When logging I get jsnlog.logger 500 Internal Server Error. The assembly with display name 'jsnlog.XmlSerializers' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 2. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'jsnlog.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=742e180f6c5ccd0d' or one of its dependencies. The system cannot find the file specified.

mperdeck commented 6 years ago

Sorry for the late reply. I can't reproduce this. Could you publish a small application on Github that reproduces this, so I can fix the issue.