I tried rebuilding my window from scratch and named it 'w_report_lilly'.
In my button on w_main, I have the following code in the clicked event: open(w_report_lilly)
I did a full rebuild and tried to deploy. I received the following error:
---------- Error messages: (2:00:53 PM)
Error when compiling generated C# code:
w_main.cb_1.clicked(1,56): error CS0030: Cannot convert type 'c__w_main.c__cb_1' to 'c__w_report_lilly'
---------- Finished (2:00:53 PM)
Really odd.
Paul