Fixing HRESULT -2147024770
Asked By
0 points
N/A
Posted on - 07/23/2019
I wrote a simple generator DLL plugin [1] on my laptop (Visual Studio 2017, Windows 10) written in C ++ / CLI with only one category and one method, and tried to test it. distribute to some colleagues. The results were mixed: some machines were fined abroad but others were dropped. When debugging the generator on each of the failed computers, I noticed that this line:
Assembly.LoadFrom (name);
thrown an exception with HRESULT -2147024770.