in this case, I created a navigation class for my apps.
Using form designer, I instantiated this class, initiated it and I've using it regularilly (in my current form and in previous).
Today, making some minor changes in my app, the code in my form's active method (which references some properties in the navigation class that I mentioned previously) is sending me an error "XXX is an unknown member".
Using the debugger, I check objects and classes already instantiated onto my form and my navigation class is not present. Ignoring further error messages, my navigation class "suddenly" appears.
I can´t find which event triggers its instantiation, neither why it's not instantiated from the very beginning, before the active event code.
It was working OK 'till saturday.
What can be wrong? Have I changed something that I forgot in my class that is caussing this behavior?
Take away all the buzz of this biz and what do you get? 01000100101010...
Using form designer, I instantiated this class, initiated it and I've using it regularilly (in my current form and in previous).
Today, making some minor changes in my app, the code in my form's active method (which references some properties in the navigation class that I mentioned previously) is sending me an error "XXX is an unknown member".
Using the debugger, I check objects and classes already instantiated onto my form and my navigation class is not present. Ignoring further error messages, my navigation class "suddenly" appears.
I can´t find which event triggers its instantiation, neither why it's not instantiated from the very beginning, before the active event code.
It was working OK 'till saturday.
What can be wrong? Have I changed something that I forgot in my class that is caussing this behavior?
Take away all the buzz of this biz and what do you get? 01000100101010...