<?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>Build Action For Web Application Classes</title><link>http://forums.asp.net/thread/2072862.aspx</link><pubDate>Fri, 21 Dec 2007 16:57:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2072862</guid><dc:creator>PRISM</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2072862.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=2072862</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I just went through the tutorial &amp;quot;&lt;strong&gt;Visual Studio 2005 Web Application Project&lt;/strong&gt;&amp;quot; and I ran into compilation issues with my non-control, classes that were, initially in my App_Code folder.&amp;nbsp; I had converted my web site project to a&amp;nbsp;web app project.&amp;nbsp; For whatever reason, I could not get those classes and namespaces to be recognized.&lt;/p&gt;
&lt;p&gt;I realized it must be the build action because the classes are not web content but provide services to those pages like helper functions and so on.&amp;nbsp; I moved these classes to a structured folder, out of the Old_App_Code folder and then for each .cs file, I set the Build Action to Compile.&amp;nbsp; Now my namespaces and classes are recognized.&lt;/p&gt;
&lt;p&gt;I hope this helps someone else who may be having this problem.&amp;nbsp; It would also be a good idea to add this to the aforementioned tutorial in regards to the classes placed in the App_Code folder in the original web site project that&amp;#39;s to be converted. :)&lt;/p&gt;</description></item></channel></rss>