i have an issue with my Application. It worked fine till yesterday. When i'm trying to debug my application i'm getting this error:
"Source Not available Source information is missing from the debug information for this module"
"Unhandled exception at 0x00000000774B69DE (ntdll.dll) in Test.exe: 0xC0000005: Access violation writing location 0x0000000000000000."
i found some solutions but it didn't work for me.
I found that if i'm chaning from "Any CPU" to "X86" it's working.
Tried to load my solution in Visual Studio 2015 with "Any CPU" and debug, it's working.
I already Repair my Visual Studio 2017 installation.
User contributions licensed under CC BY-SA 3.0