A
active
Got another one. When I put one of my controls on a form I get an error
message: An exception occurred while trying to create an instance of
<mycontrolname>.The exception not set to an instance of an object.
Now my question is: Is there a way to debug what is causing the problem?
I'm guessing the problem occurs while running New. Agree?
Most of what is in New is initializing another of my controls. I could
remove properties from that control one at a time and see when/if the
problem goes away but I hope there's a less painful way then that. Any
ideas?
Cal
message: An exception occurred while trying to create an instance of
<mycontrolname>.The exception not set to an instance of an object.
Now my question is: Is there a way to debug what is causing the problem?
I'm guessing the problem occurs while running New. Agree?
Most of what is in New is initializing another of my controls. I could
remove properties from that control one at a time and see when/if the
problem goes away but I hope there's a less painful way then that. Any
ideas?
Cal