27. Juli 2024 07:30
Ich habe folgendes Problem. Damit .net Variablen erkannt werden, muss in der app-json der Eintrag
- Code:
"target": OnPrem
stehen. Diese Eintragung habe ich gemacht und ich konnte auch eine .net Variable z.B.
- Code:
TextVariable: DotNet String;
angeben und kompilieren.
Sobald ich nun aber publishen will, kommt folgende Meldung:
You must either upgrade the App to meet the requirement or license the non-Universal Code Module that grands an exception to the requirement.
Es handelt sich um eine OnPrem Lizenz. Ohne diese beiden Eintragungen funktionierte alles gut.
Hat jemand dazu eine Idee?