Hello,
I am receiving the following error when attempting to add into the appdef my references for the shellui:
My Appdef.xml file:
I can't find any documentation that tells me not to do it like this so I don't really know what the issue is...
Hello,
I am receiving the following error when attempting to add into the appdef my references for the shellui:
My Appdef.xml file:
I can't find any documentation that tells me not to do it like this so I don't really know what the issue is...
Your application definition uses a server schema, not a client schema. That's bot right.
Take a look at this sample: MFilesSamplesAndLibraries/appdef.xml at master · M-Files/MFilesSamplesAndLibraries · GitHub
So you are correct in that it is a server application but I want it to be a server application as I want to use the configuration etc. for other functionality.
Then you need two applications (a VAF one and a UI one), to bundle them and communicate between the two.
This sample shows the general idea: github.com/.../ClientToServerCode
© 2024 M-Files, All Rights Reserved.