- Log in to post comments
User bio
404 bio not found
Member since Mar 11, 2025
Posts:
Simone has not published any posts yet.
Replies:
Certifications & Credly badges:
Simone has no Certifications & Credly badges yet.
Followers:
Simone has no followers yet.
Following:
Simone has not followed anybody yet.
Hi Matjaz,
I've encountered a similar issue several times with source code that was correctly saved and compiled using the "old" InterSystems Studio, but not with VS Code.
In my case, it turned out that certain lines of code were causing the saving process to fail.
Specifically, I had to:
.) in the condition (e.g.,if obj.myProperty = "something"→if (obj.myProperty = "something"))INSERTin conjunction withINTO, I had to placeINTOon a new line.I've also noticed that this doesn't happen in the newest versions of IRIS.
Hope this helps!
Simone