The issue is bit strange. I have tried in 2 projects.
In one project i got the same issue like mentioned above and in another it works fine.
What is more interesting is the warnings coming from the build.
Here is the screenshot of the warnings.
The issue is bit strange. I have tried in 2 projects.
In one project i got the same issue like mentioned above and in another it works fine.
What is more interesting is the warnings coming from the build.
Here is the screenshot of the warnings.
Hi @kaushal.shah1 !
The build warnings you are getting are unrelated (in this specific case, they don’t influence any behavior).
The first one (“Version 6.7.0 of library MpAudit is not a release version”) was a “small” mistake in our installer creation, where the “Prototype” Flag of the library was not cleared (but the library itself was actually the official build). A newer mapp Services 6.7.1 was already released where this problem is solved. Sorry for that… ![]()
The other warnings (“VersionType Library:Mp* is unknown”) is documented in the RevInfo. This is a new feature that is (or at least was promised to us to be) available with AS 6.7+, which allows our configuration files to place dependencies against libraries. Previously it was possible to have our mapp Services configuration files in the project, but not the library that would use it, which caused strange (and almost impossible to debug) situations with MpComConfigBasic/Advanced. As also mentioned in the help, if you are still using an older AS version, you can safely ignore these warnings.
@kovarj : Since these warnings are unrelated to the original issue, I’m not sure if it makes more sense to split this topic (but I’ll leave that up to you / moderators to decide)…