|
-
January 27th, 2003, 03:50 AM
#1
Have you faced namespace problems?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|