<?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: Severe Web Application Project Problems</title><link>http://forums.asp.net/thread/1336754.aspx</link><pubDate>Mon, 10 Jul 2006 13:06:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1336754</guid><dc:creator>DaveNCheez</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1336754.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1336754</wfw:commentRss><description>Drawing at straws here, but make sure a component you are using is not turning off VS Intellisense.&lt;br /&gt;&lt;br /&gt;Check to make sure the following options are checked:&lt;br /&gt;&lt;br /&gt;Tools &amp;gt; Options &amp;gt; Text Editor &amp;gt; C# &amp;gt; General and check "Auto list members" and "Parameter information" checkboxes&lt;br /&gt;&lt;br /&gt;This will simply turn on VS intellisense if it has been disabled by another component.&lt;br /&gt;</description></item><item><title>Re: Severe Web Application Project Problems</title><link>http://forums.asp.net/thread/1336750.aspx</link><pubDate>Mon, 10 Jul 2006 13:03:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1336750</guid><dc:creator>DaveNCheez</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1336750.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1336750</wfw:commentRss><description>cbenard,&lt;br /&gt;Alot of people seem to have problems similar to the ones you list.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://west-wind.com/weblog/posts/6269.aspx"&gt;http://west-wind.com/weblog/posts/6269.aspx&lt;/a&gt; is a blog post about such issues. &lt;br /&gt;&lt;br /&gt;Still looking for a solution to such issues.&lt;br /&gt;&lt;br /&gt;Dave&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Severe Web Application Project Problems</title><link>http://forums.asp.net/thread/1335459.aspx</link><pubDate>Fri, 07 Jul 2006 19:13:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1335459</guid><dc:creator>cbenard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1335459.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1335459</wfw:commentRss><description>Hi.&amp;nbsp; I work for a small development company and we're trying to develop a new site using the Web Application Project template.&amp;nbsp; We have 4 projects inside the solution (for our different functional areas' business and data tiers) in addition to the web application project itself.&lt;br /&gt;&lt;br /&gt;We are constantly having three main problems:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;When we rebuild, it puts a [NameOfWebProject].dll and .pdb in the actual root directory of the web pages.&amp;nbsp; This causes the compiler to state that classes exist in two places (the compiled CS files and the .dll).&amp;nbsp; Both do actually contain the class (verified by ildasm).&amp;nbsp; We have to delete the .dll and then we will be able to see the page, unless one of the other problems is preventing it.&amp;nbsp; We turned off batch compilation in Web.Config in order to address this issue.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Visual Studio forgets about our classes all the time.&amp;nbsp; This means intellisense stops working as well.&amp;nbsp; We can close Visual Studio and reopen it and it will occasionally start working.&amp;nbsp; However, in some instances, the classes will still not highlight with the right color, or they will highlight for about 1-2 seconds and then go back to white (not recognized or reserved; I use light on dark).&lt;/li&gt;&lt;li&gt;In partial classes, specifically the designer generated files, the properties do not work sometimes.&amp;nbsp; For instance, I've added a property to my Master Page called Mode, which is an enum called MasterMode.&amp;nbsp; The page that is trying to use it will say that base is system.object, not BaseForm.&amp;nbsp; BaseForm inherits from System.Web.UI.Page.&amp;nbsp; It seems like the designer generated files do not read the inheritance information from the rest of the partial class, in the main .cs file.&amp;nbsp; I'm not sure how to make this more clear, but I would be able to answer specific followups on this.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;I hope some of these issues can be addressed, because I like the idea of WAP.&amp;nbsp; Right now, my coworker is in the process of converting it to a single project so we can try that, and barring that, we'll have to resort to doing it without doing a web application project.&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;</description></item></channel></rss>