<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>VS 2005 Web Application Projects</title><link>http://forums.asp.net/1019.aspx</link><description>General discussions of VS 2005 Web Application Projects</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Support for App_[Local|Global]Resources coming?</title><link>http://forums.asp.net/thread/1276739.aspx</link><pubDate>Thu, 04 May 2006 23:13:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1276739</guid><dc:creator>timmcb</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1276739.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1276739</wfw:commentRss><description>&lt;p&gt;&lt;font face=Arial size=2&gt;Doing that to App_LocalResources would break pages.&amp;nbsp; Doing that to App_GlobalResources would break pages that use resource expressions.&amp;nbsp; So, this is not recommended.&amp;nbsp; However, you can still add resources elsewhere in your project with BuidAction="EmbeddedResources" and access them from you code.&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Support for App_[Local|Global]Resources coming?</title><link>http://forums.asp.net/thread/1276695.aspx</link><pubDate>Thu, 04 May 2006 22:14:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1276695</guid><dc:creator>aivanoff</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1276695.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1276695</wfw:commentRss><description>Is there a way to build&amp;nbsp;App_GlobalResources and App_LocalResources with BuildAction="EmbeddedResources"?</description></item><item><title>Re: Support for App_[Local|Global]Resources coming?</title><link>http://forums.asp.net/thread/1262052.aspx</link><pubDate>Wed, 19 Apr 2006 15:56:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1262052</guid><dc:creator>drub0y</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1262052.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1262052</wfw:commentRss><description>&lt;p&gt;Awesome, thanks for the response. I had a feeling it might still work despite the fact that the project type didn't treat them as first class citizens yet. I should have just tried, but either way I felt that I should find out what you guys have planned (if anything) for this.&lt;/p&gt;
&lt;p&gt;Very glad to hear you're working on rounding these features out though. If anything else comes to mind I'll definitely be sure to post. ;)&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;Drew&lt;/p&gt;</description></item><item><title>Re: Support for App_[Local|Global]Resources coming?</title><link>http://forums.asp.net/thread/1262039.aspx</link><pubDate>Wed, 19 Apr 2006 15:45:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1262039</guid><dc:creator>timmcb</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1262039.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1262039</wfw:commentRss><description>&lt;p&gt;I'm currently working on some improvements in this area for the next release.&amp;nbsp; However, GenerateLocalResources/App_LocalResources should work with the current release.&amp;nbsp; Also, App_GlobalResources works for the most part.&amp;nbsp; The one thing that you can't do is access global resources with strong types in code behind files.&amp;nbsp; You can, however, access them with strong types in&amp;nbsp;server script blocks.&amp;nbsp; Also, resource expressions work fine.&lt;/p&gt;
&lt;p&gt;The improvement I've added so far are these:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Menu commands for adding App_GlobalResources and App_LocalResource folders&lt;/li&gt;
&lt;li&gt;.resx files added to App_LocalResources set with BuildAction="Content" and CustomTool=""&lt;/li&gt;
&lt;li&gt;.resx files added to App_GlobalResources set with BuildAction="Content" and CustomTool="GlobalResourceProxyGenerator"&lt;/li&gt;
&lt;li&gt;.resx added to other project directories work just like client libraries -- the BuildAction="EmbeddedResource" and CustomTool="ResXFileCodeGenerator"&lt;/li&gt;
&lt;li&gt;The GlobalResourceProxyGenerator creates file.designer.cs files nested behind neutral culture .resx files that provide strong type access to resources in App_GlobalResources.&amp;nbsp; For instance: string str = Resources.Resource1.String1;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;We may change design somewhat.&amp;nbsp; I'm thinking of getting rid of the GlobalResourceProxyGenerator CutomTool and instead generating the custom proxies without having to set a tool.&amp;nbsp; I might also place the proxies under Properties/MyProject folders.&amp;nbsp; Another thought is to create a proxy assemby reference so that at run-time the strong types are accessed directly instead of through the proxy.&lt;/p&gt;
&lt;p&gt;If you have any suggestions or know of other things that don't work as expected please let me know.&lt;/p&gt;</description></item><item><title>Support for App_[Local|Global]Resources coming?</title><link>http://forums.asp.net/thread/1261379.aspx</link><pubDate>Wed, 19 Apr 2006 02:23:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1261379</guid><dc:creator>drub0y</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1261379.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1261379</wfw:commentRss><description>&lt;p&gt;Is support for the App_LocalResources and App_GlobalResources directories coming soon? &lt;/p&gt;
&lt;p&gt;I had done a bunch of research with Web &lt;em&gt;Site&lt;/em&gt; Projects back in the day to convert from our custom localization code to use the resource expression and when I went to apply it to my web application project today I was suprised to find support for these concepts weren't there yet.&lt;/p&gt;
&lt;p&gt;I hope they're planned...? &lt;img src="/emoticons/emotion-42.gif" alt="Confused [*-)]" /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Drew&lt;/p&gt;</description></item></channel></rss>