B4J Question [ABMaterial/ABMServer] Mini Template - error

StarinschiAndrei

Active Member
Licensed User
Longtime User
Hi anybody,
I've just download the ABMaterial Mini template example (following the instruction i copied the required libraries), when i try to run i get the below error. Can anybody help where is the problem?
Thank you
B4J Version: 10.00
Parsing code. (0.05s)
Java Version: 8
Building folders structure. (0.01s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: sessioncachecontrolv3
Error occurred on line: 16
ABM.SessionCacheControlV3 = "ABMCacheV3"
Word: sessioncachecontrolv3
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User

Maybe you are not using the correct ABM-Version?

I tried the miniexample and it does not raise any error here.
ABMCacheV3 is part of the example

Snap1.png
 
Last edited:
Upvote 1
Top