I am getting the following unhanded exception:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in System.Windows.Forms.dll
Additional information: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
which crashes my code when I click a button on my C# GUI. The button calls a C++ Backend, and I'm not sure why it can't find the System.Windows.Forms.dll? Has anyone seen this before? There are pages and pages of similar exceptions on Google, but none of them have an answer or workaround.
Just looking for a spot of insight.