I
Innovators World Wide
Guest
Can anyone think of a reason why a Form with webview{1} would not load on a different PC (Deployment) but will work on the original developer machine. The Dll is packaged there is no exception being thrown. The form just will not load.
The ONLY source on form1 is
Settings.show()
{Which shows the settings form}
The rest of the source is run from Form2 but nothing is triggered on Form_Load so its happening sometime after the button click_event and has to do with the WebView (I believe) as that is really the only other component there outside of labels , buttons, a timer {not enabled} and a textbox.
Of anyone has experienced this or knows why, Please let me know. This has been tested on 3 more machines and the form just won't show.
Continue reading...
The ONLY source on form1 is
Settings.show()
{Which shows the settings form}
The rest of the source is run from Form2 but nothing is triggered on Form_Load so its happening sometime after the button click_event and has to do with the WebView (I believe) as that is really the only other component there outside of labels , buttons, a timer {not enabled} and a textbox.
Of anyone has experienced this or knows why, Please let me know. This has been tested on 3 more machines and the form just won't show.
Continue reading...