Unable to load DLL file HRESULT: 0x8007007E

0

I'm getting into the world of programming in C #, however, I can not compile any code, the error that comes out is this.

How could I solve this?

I already tried to download the DLL file that says to be missing in system32 and it was not the problem

    
asked by Matthew Seidel 01.10.2018 в 18:07
source

1 answer

0

Verify that you have a value in the output directory, this you can check in the Compilation tab in the Output Access Path field in the properties of your project as mentioned in this league:

link

    
answered by 02.10.2018 в 00:21