WebDialog Type Mismatch Error

Hi There,

I renamed a WebDialog (via Replace All in IDE (name and super name)) and now I’m getting a Type Mismatch Error on property name when I try to compile. Any ideas on why this is happening or how to fix?

Check that you don’t have spaces before or after the name. I have recently seen the likes of wd1 . textfield1 which sort of confuses the compiler.

[quote=237648:@Jordan Davis]Hi There,

I renamed a WebDialog (via Replace All in IDE (name and super name)) and now I’m getting a Type Mismatch Error on property name when I try to compile. Any ideas on why this is happening or how to fix?[/quote]
Just out of curiosity, what is the new name? Could it be that you used a reserved word or something that was already in use?

Fixed:

Solution - converted project from XML to Text. The property name changed - there was a “k1” appended to the end.
Still not sure what happened, because there didn’t appear to be any blank or empty characters in the XML version.

I also have this issue v2015r4 windows.
The same xml project is working fine in v2015r3.1.
Is there a bug in v2015r4 ?