Hi all!
I'm novice to C#. I read one book, Proffecional C# by Simon Robinson and Co. There I've found next sentence:
Note than we are not permitted to declare a multi-part namespace nested within another namespace. (p. 59)
Can anybody explain what does this mean, and example for such error.
Thanks.
Loading
Gennadii OmelchenkoPosted Jul 5, 2010, 1:31 AM
Roy SPosted Jul 3, 2010, 1:07 PM
http://p2p.wrox.com/c-2005/56590-about-namespace.html
In short: You don't have to worry as it's only a problem in .Net 1.1.