Can't use Debug with Any CPU in Visual Studio 2017, ntdll.dll Access violation writing location

1

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.

c#
wpf
visual-studio-2017
asked on Stack Overflow Sep 14, 2020 by dadou • edited Sep 21, 2020 by StayOnTarget

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0