Open GoogleCodeExporter opened 9 years ago
I meant that I get "InvalidCastException" when I recreate "MyApp" project. I
feel
that could be something wrong with my manifest file (?)
Original comment by xcrys...@gmail.com
on 22 Sep 2008 at 9:14
I saw that I should not have code in "FrmMain.OnLoad" that calls "Navigate()"
methods.
Otherwise will raise "InvalidCastException"...
So, for the moment let's say the problem it's solved... but maybe somebody
could do
something regarding this... in order to allow navigating inside "OnLoad" of the
main
form.
Thank you.
Original comment by xcrys...@gmail.com
on 22 Sep 2008 at 11:00
FrmMain.OnLoad is before controls are fully created and functional. You should
be able
to call that navigate from .Activate as at this step, the controls should be
done
initializing and be fully created.
Original comment by aparsons...@gmail.com
on 20 May 2010 at 5:59
Original issue reported on code.google.com by
xcrys...@gmail.com
on 22 Sep 2008 at 9:06