Siddhartha
January 27th, 2003, 02:50 AM
Hi,
I have faced a strange namespace problem with my control being developed in C#.
My Control Namespace was: xxx.yyyy.zzzz and the control class was zzzz.
Things were fine until I decided to expose some events from the control. This is when I was faced with a resource non-availability exception.
The problem was solved when the namespace was cut short to only zzzz.
Now, the component is at zzzz.zzzz, the former being the namespace and the latter being the class name.
Now, there is a new problem. If I use "using zzzz" directive at the client, the control is not persisted by the workspace.
Have any of you found errors of this sort?
If so, please share your experience.
Thanks and regards,
Siddhartha
I have faced a strange namespace problem with my control being developed in C#.
My Control Namespace was: xxx.yyyy.zzzz and the control class was zzzz.
Things were fine until I decided to expose some events from the control. This is when I was faced with a resource non-availability exception.
The problem was solved when the namespace was cut short to only zzzz.
Now, the component is at zzzz.zzzz, the former being the namespace and the latter being the class name.
Now, there is a new problem. If I use "using zzzz" directive at the client, the control is not persisted by the workspace.
Have any of you found errors of this sort?
If so, please share your experience.
Thanks and regards,
Siddhartha