Manifest may not be valid or the file could not be opened.

后端 未结 8 1794
我在风中等你
我在风中等你 2020-12-18 05:31

I know it is a very commonly faced problem. But, there is a slight difference, my WPF installs perfectly and runs on Windows 7 and Windows 8 OSes. But, when tried to install

8条回答
  •  一生所求
    2020-12-18 06:26

    It's because your developer machine had .NET 4.5 installed, while your client machines only had .NET 4.0 installed. The .NET 4.0 client machines can't read the manifest, as they expect SHA-1, while the .NET 4.5 developer machines can.

提交回复
热议问题