Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Mon Mar 24, 2014 8:54 am

I created a .net framework 4.5 application (visual studio 2013)
I got a key from spire to test it for a month.

2 reference files added.
Spire.license and spire.pdf.wpf

app:
Code: Select all
 Spire.License.LicenseProvider.SetLicenseKey("....key....")

    Dim doc As New PdfDocument()


on the dim doc as new I get the error message:

Managed Debugging Assistant 'BindingFailure' has detected a problem in 'C:\Users\ndswbs\Desktop\Spire\SpirePDF\bin\Debug\SpirePDF.vshost.exe'.

Additional information: The assembly with display name 'Spire.License.XmlSerializers' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'Spire.License.XmlSerializers, Version=1.3.2.40, Culture=neutral, PublicKeyToken=b1144360237c8b3f' or one of its dependencies. The system cannot find the file specified.

ndswbs@nds.eu
 
Posts: 8
Joined: Wed Mar 12, 2014 7:13 am

Mon Mar 24, 2014 10:11 am

Hello,

Sorry for the inconvenience caused by the error.
We will do an investigation to find the cause. We will do our best to give you a update soon.

Best wishes,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Tue Mar 25, 2014 3:49 am

Hello,

This exception is a part of the XmlSerializer's normal operation. It is expected and will be caught and handled inside of the Framework code. Just ignore it and continue. If it bothers you during debugging, set the Visual Studio debugger to only stop on unhandled exceptions instead of all exceptions, or uncheck the "Thrown" checkbox for the BindingFailure under the Debug -> Exceptions->Managed Debugging Assistants, the exception should go away.

If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Fri Mar 28, 2014 9:12 am

Hello,

Has the issue been resolved? Could you please give us some feedback if convenience?

If there are any questions, welcome to get it back to us.

Thanks,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Mon Mar 31, 2014 5:39 am

thanks.

ndswbs@nds.eu
 
Posts: 8
Joined: Wed Mar 12, 2014 7:13 am

Return to Spire.PDF

cron