Replies: 1 comment
-
Hi..I solved it by downgrading to version 0.102.3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ..
I wrote a code in VB:NET to manipulate Excel files. The code works fine but when I debug it I can retrieve the value of variables only before the line Dim workbook = New XLWorkbook("excelfile")
after the execution of this line I can't check variables values..I receive this error:
error BC30652: Reference to assembly 'ClosedXML, Version=0.104.2.0, Culture=neutral, PublicKeyToken=null' containing type 'XLWorkbook' is required. Add one to the project.
These are the references in the project

Can you help me to understand where is the problem?
Beta Was this translation helpful? Give feedback.
All reactions