Publisher configuration for .NET 4.5

Add-in Express™ Support Service
That's what is more important than anything else

Publisher configuration for .NET 4.5
 
Subscribe
John White




Posts: 6
Joined: 2024-05-21
Hello,

We're trying to configure ADXPublisher.exe.config so that .NET Framework 4.5 is recognized as a dependency for ClickOnce installations. What setting XML tag or attribute needs to be updated so the ClickOnce manifest the correct compatibleFrameworks? We keep getting compatibleFrameworks like


  <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
    <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" />
    <framework targetVersion="4.0" profile="Client" supportedRuntime="4.0.30319" />
  </compatibleFrameworks>


Thanks in advance!
Posted 13 Jan, 2025 13:44:54 Top
Andrei Smolin


Add-in Express team


Posts: 19048
Joined: 2006-05-11
Hello John,

To simplify the creation of such files, you can specify the corresponding settings in the Publish dialog and select the "Generate 'adxpublisher.exe.config' file" check box; check the corresponding sections in the Add-in Express manual: see the PDF file in in the folder {Add-in Express}\Docs on your development PC.

Regards from Poland (GMT+1),

Andrei Smolin
Add-in Express Team Leader
Posted 14 Jan, 2025 09:22:07 Top