Hi Jason,
Thank you for posting.
As for the VS 2005's built-in resx code generator, it does has the
limitation on the generated strong-type class's accessor. Currently, the
generated class is limited to internal only so that only the project
assembly itself or other friend assemblies can access the generated
resources. This is actually due to the consideration that such generated
resource are designed as local resource which will be used for internal
projects. For public strong-typed classes, we may still have to use the
commandline resgen tool.
BTW, I've found an code project article which has mentioned a 3rd party
extended resx generator custom tool which can help build public
strong-typed resource access class:
#Extended Strongly Typed Resource Generator
http://www.codeproject.com/useritems...asp?print=true
Hope this helps some.
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)