Gasser
Gasser
Hello, I also have this problem. This question has been asked several times: - [https://github.com/nissl-lab/npoi/issues/1144#issue-1830713334](url) - [https://github.com/nissl-lab/npoi/issues/899#issue-1325486697](url) - [https://github.com/nissl-lab/npoi/issues/607#issue-958634163](url) Here's how I solved it by modifying the NPOI library. I...
> > > Rather than all these complex workarounds, has anyone tried to simply set a [busy_timeout](https://www.sqlite.org/c3ref/busy_timeout.html) for SQLite, e.g. `PRAGMA busy_timeout = 2000;`? As suggested in [this answer](https://stackoverflow.com/a/39577260/2254197), I...
I'm getting the same error, no way to find which toolbox caused this. Perhaps this may help : When I try to add one of my UserControl in a new...
Thank you Merrie, Here are some more details : - The solution is an old one which I migrated from .Net Framework 4.5 to .Net 8.0 - The error message...
Great, thank you for the fast answer.