Skip to content

Manifest generation step for ClickOnce projects creates invalid file name entries in manifest file #7

@HMS-klob

Description

@HMS-klob

With version 4.1.11 the manifest generation step for ClickOnce projects creates invalid file name entries in manifest file.
The manifest check on program execution then throws errors like:

The value "\vcinet\arm64\vcinet.arm64.dll" of the "name"-Attribute in urn:schemas-microsoft-com:asm.v1^file-element is invalid.

Steps to reproduce:

  • Visual Studio 17.13.0 was used
  • create new project: WPF-App (.NET Framework), C# or VisualBasic, .NET Framework 4.8 or 4.8.1
  • Add Nuget package, Ixxat.Vci4 - Version 4.1.11
  • Run it --> it should compile, an empty windows appear: all is ok.
  • Then right click on project --> properties.
  • Go to tab "Security"
  • Activate "ClickOnce Security settings" or "ClickOnce-Sicherheitseinstellungen aktivieren" in german VS
  • RadioButton: "Full Trust application" (Voll vertrauenswürdige Anwendung)
  • Then run the Applikation, it will fail with error message like above...

Workaround

Use the previous version 4.1.10...

For the issue source see Nuget-Ixxat-Vci4-Version-4-1-11

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions