The designer is changing the code back for you.
The parameter you are seeing is for the root name of the resource file,
not the namespace that the class is a member of. So you don't need to
change it (the designer would have done it for you if you needed to change
it).

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
>I need my resource file in a generic namespace to be accessable by a
> shared class. I change the Resources.resx File Properties -> Custom
[quoted text clipped - 19 lines]
> Thanks
> NB
NvrBst - 06 Feb 2008 20:05 GMT
On Feb 6, 11:37 am, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.com> wrote:
> The designer is changing the code back for you.
>
[quoted text clipped - 32 lines]
>
> - Show quoted text -
Ahh thank you. Seems I was a little confused with what root name
was :)
NB