Error while building C# Console Application: Error CS0041 Cannot find a module

0

When I'm trying to build an application I get this error:

Error CS0041 Unexpected error writing debug information -- 'Unable to load DLL 'Microsoft.DiaSymReader.Native.amd64.dll': Cannot find a module. (Exception from HRESULT: 0x8007007E)'.

It happens only while building C# console application. I'm using Visual Studio 2017 Community.

EDIT: Repairing application solved the problem.

c#
asked on Stack Overflow Sep 13, 2018 by Alienown • edited Sep 14, 2018 by Alienown

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0