You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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