For some reason on my .NET Framework 4.8 project, I sometimes get this CiceroUIWndFrame error when closing my application. Users who have tested a pre release version of my program have seen this error too.
After figuring out the source of what could be causing the issue, CiceroUIWndFrame has something to do with Microsoft Office's Handwriting and Speech module, but I don't see what could be the issue. This error only popped up after I implemented this library, so it isn't a issue with the program itself.
Hello,
For some reason on my .NET Framework 4.8 project, I sometimes get this CiceroUIWndFrame error when closing my application. Users who have tested a pre release version of my program have seen this error too.
After figuring out the source of what could be causing the issue, CiceroUIWndFrame has something to do with Microsoft Office's Handwriting and Speech module, but I don't see what could be the issue. This error only popped up after I implemented this library, so it isn't a issue with the program itself.
Here's the class where I implemented the web proxy. https://github.com/Novetus/Novetus_src/blob/master/Novetus/NovetusCore/Classes/WebProxy.cs
Is there an issue with my implementation, or is there a bug with the library that causes this?