R
Renziglov
Guest
Hi there
My WPF application installs Ok via ClickOnce but some client PCs does not install throwing the following:
Activation of http://.../WpfAppSefSharp.application resulted in exception. Following failure messages were detected:
+ Exception reading manifest from http.../WpfAppSefSharp.exe.manifest: the manifest may not be valid or the file could not be opened.
+ Parsing and DOM creation of the manifest resulted in error. Following parsing errors were noticed:
-HRESULT: 0x8007001f
Start line: 0
Start column: 0
Host file:
+ A device attached to the system is not functioning. (Exception from HRESULT: 0x8007001F)
One of those machines which cannot install can build and run my project in Visual Studio so it has all pre-requisites installed.
What can be wrong with those client machines? How to solve the problem?
VS 2019, certificate is self-issued (test)
Thanks
Continue reading...
My WPF application installs Ok via ClickOnce but some client PCs does not install throwing the following:
Activation of http://.../WpfAppSefSharp.application resulted in exception. Following failure messages were detected:
+ Exception reading manifest from http.../WpfAppSefSharp.exe.manifest: the manifest may not be valid or the file could not be opened.
+ Parsing and DOM creation of the manifest resulted in error. Following parsing errors were noticed:
-HRESULT: 0x8007001f
Start line: 0
Start column: 0
Host file:
+ A device attached to the system is not functioning. (Exception from HRESULT: 0x8007001F)
One of those machines which cannot install can build and run my project in Visual Studio so it has all pre-requisites installed.
What can be wrong with those client machines? How to solve the problem?
VS 2019, certificate is self-issued (test)
Thanks
Continue reading...