System.IO.File.Exists(@“C:\Windows\System32\SnippingTool.exe”) returns false

前端 未结 2 1660
你的背包
你的背包 2020-12-20 23:27

So I am working on a simple .NET program for work and hit a bit of a weird roadblock I can\'t figure out. The application makes use of a configuration file which adds appli

2条回答
  •  一个人的身影
    2020-12-21 00:03

    I have a crazy bug relate to this topic. Thank ya23.

    In my case, just changing project Properties > Build > uncheck Prefer 32-bit

提交回复
热议问题