Good morning,
I work with a visual basic solution using visual studio community.
I have a reference to spire.xls.dll version 13.1.1.0.
When I try to debug I get the following error:
No se puede cargar el archivo o ensamblado 'Spire.Pdf, Version=10.6.25.0, Culture=neutral, PublicKeyToken=663f351905198cb3' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.
If I add a reference to spire.pdf version 10.6.25.0, I get the error:
No se puede cargar el tipo 'sprᩜ' del ensamblado 'Spire.XLS, Version=13.1.1.0, Culture=neutral, PublicKeyToken=663f351905198cb3' porque intenta implementar una clase como interfaz.
I have tryed several combinations, but every time a execute the instruction:
Dim wb As Spire.Xls.Workbook = New Spire.Xls.Workbook
I get an exeption.
Could you please guide me on how to correct this?
Thanks,
Luis.