Second major release of the Extended Strongly Typed Resource Generator
Wednesday, February 6, 2008 7:56 AM
First of all I want to say sorry about the delay with the second release. I’ve been terribly busy lately but finally found some time to analyze the response from you guys, implement all suggestions and work on issues.
I’m happy to inform that the second version of the ResXFileCodeGeneratorEx custom tool is out!
The changelog is:
- The issue with non-string property comments is fixed (thanks to Anthony Meehan and Matt Rice)
- Resource manager initialization became thread safe (thanks to Borys Byk)
- Added Visual Studio .NET 2008 compatibility
Enjoy and send me your input about this version! Thanks!
I have downloaded your tool - Extended Strongly Typed Resource Generator,
and followed the same approach suggested by you.
Everything works fine for Explicit resources (code behind - aspx.cs class based access) but,
How to use this tool for Implicit (Form based - "aspx") resource files?
Is it possible? If so, please guide me.
In MicroSoft way the naming convention followed will be,
What should be naming covention followed for Implicit approach using this tool?
How to use this tool for Implicit resource files. Please provide me some example if it is possible.