2015 R3 Problem

I just tried to update an app in 2015 R3 and got a compile error I’ve not seen.

I have an SMTPServer dragged onto my form, it was named SMTPServer1 and the compiler shows error:

Location: form.SMTPServer1.Name Layout(property name)

Issue: Syntax error Name

What does this mean and how do I fix this?

Thanks

Thats the same problem as this
<https://xojo.com/issue/41009>

Thats not going to work in r3

The work around is to add a property instantiate it and add event handlers to it using addhandler - or create a subclass and implement them there

You’re sure its an SMTPServer ?

Find out why was giving error at build in 64bit, it seems you have to save the files in 2015 r3 and then compile, open previous versions of Xojo files and build give error and the XOJO closes for me !

I have no idea what you’re referring to

@Norman Palardy Yes it’s an SMTPServer.

I’ll implement the work around as I’m sure this fix will not be released anytime soon.

Thanks