Resolving Ambiguous Compile Error

Hi all,

I’ve updated an old project to Xojo 2025 red. 3 and updated it to API 2. Noe, however, I’m receiving an unhelpful message box when I try to compile. There doesn’t seem to be anything in the Analyze Project output that clues me in to where the problem is. Any suggestions on how to find the problem?

Usually you see this when using encrypted code, libraries, or plugins that aren’t updated for a framework change.

1 Like

Ugh. Found it! I had created a colorGroup and named it “textColor”. This was, apparently, interfering with Xojo’s reserved property names. Strange that it didn’t get flagged? I’ll see if this is still an issue with the latest release and request a bug fix if it is. Thanks for helping!

Yeah, that message is terrible for tracking down that cause. Definitely investigate and report is reproducible in the current prerelease.