<?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>The type '&lt;class&gt;' exists in both '&lt;dll location&gt;' and '&lt;dll location 2&gt;'</title><link>http://forums.asp.net/thread/1252596.aspx</link><pubDate>Mon, 10 Apr 2006 03:31:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1252596</guid><dc:creator>JeremyThake</dc:creator><author>JeremyThake</author><slash:comments>15</slash:comments><comments>http://forums.asp.net/thread/1252596.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1252596</wfw:commentRss><description>For some reason though it appears that one of my class files (_common.cs - in the App_Code directory) is being
included in the WAP .dll file as well as when it compiles the App_Code
at runtime.&lt;br /&gt;&lt;font face="Courier New" size="2"&gt;&lt;br /&gt;&lt;font color="#a9a9a9"&gt;error
CS0433: The type 'inlinehockey._common' exists in both
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\25321638\9b5c4b00\assembly\dl3\3657f4e6\cd91aef5_4d5cc601\inlinehockey.DLL'
and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\25321638\9b5c4b00\App_Code.xad_ajc1.dll'&amp;nbsp;
&lt;/font&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;The error was not knowing what dll to use for
the type when you get the CS0433 error.&lt;br /&gt;&lt;br /&gt;How can I get round this error?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Jeremy Thake&lt;br /&gt;www.made4the.net&lt;br /&gt;</description></item><item><title>Object reference not set to an instance of an object - Web Application Project</title><link>http://forums.asp.net/thread/1365106.aspx</link><pubDate>Wed, 09 Aug 2006 01:38:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1365106</guid><dc:creator>stpeteluis</dc:creator><author>stpeteluis</author><slash:comments>14</slash:comments><comments>http://forums.asp.net/thread/1365106.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1365106</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;A&amp;nbsp;little background&lt;/strong&gt;&lt;br /&gt;I&amp;nbsp;installed the VS 2005 Web Application Project V1.0 Release (installation was successfull) and followed Scott Guthrie's&amp;nbsp;tutorial to the letter (below)&lt;/p&gt;
&lt;p&gt;Tutorial 1: Building Your First Web Application Project&lt;br /&gt;&lt;a href="http://webproject.scottgu.com/CSharp/HelloWorld/Helloworld.aspx"&gt;http://webproject.scottgu.com/CSharp/HelloWorld/Helloworld.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However, I am getting the following error in My First Web Application Project: "Object reference not set to an instance of an object." This happens as soon as I hit the F5 key (or CTRL+F5 key).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I have checked all the references and they all seem to be OK. &lt;/li&gt;
&lt;li&gt;I double checked myproject's properties and they match the screenshots from the tutorial. &lt;/li&gt;
&lt;li&gt;I added the ASPNET and NETWORK SERVICE users with Full Permissions to the physical path for my project&amp;nbsp;(D:\MyDNNProjects\ ). This didn't work either.&lt;/li&gt;
&lt;li&gt;I also tried to un-install and re-install the Web Application Project V1.0 Release but the problem still persists.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Note: The solution builds&amp;nbsp;correctly and the assembly is created in the /bin directory (MyDnnProjects.dll)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;My dev environment:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;VS 2005&lt;/li&gt;
&lt;li&gt;VS 2003 &lt;/li&gt;
&lt;li&gt;Windows 2003 Standard&lt;/li&gt;
&lt;li&gt;SQL Server 2005&lt;/li&gt;
&lt;li&gt;Visual Web Developer 2005 Express Edition&lt;/li&gt;
&lt;li&gt;Visual C# 2005 Express Edition&lt;/li&gt;
&lt;li&gt;.Net Framework 1.1 and 2.0 SDK&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Am I missing something? Can you help?&amp;nbsp; Thanks.&lt;/p&gt;</description></item><item><title>The remote server returned an error: (401) Unauthorized  (ASP.net2005)</title><link>http://forums.asp.net/thread/1936357.aspx</link><pubDate>Tue, 02 Oct 2007 09:26:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1936357</guid><dc:creator>rbissa</dc:creator><author>rbissa</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/1936357.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1936357</wfw:commentRss><description>&lt;p&gt;Hi, I have other error occuring when migrating from ASp.net 2003 to ASP.net 2005. it is related to XmlReader. &lt;/p&gt;
&lt;p&gt;here is my code: Code Block&lt;/p&gt;
&lt;p&gt;XmlUrlResolver resolver = new XmlUrlResolver(); &lt;/p&gt;
&lt;p&gt;resolver.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials; &lt;/p&gt;
&lt;p&gt;//System.Net.NetworkCredential nc = new System.Net.NetworkCredential(); &lt;/p&gt;
&lt;p&gt;resolver.Credentials = nc; &lt;/p&gt;
&lt;p&gt;// Create the reader. XmlReaderSettings settings = new XmlReaderSettings(); &lt;/p&gt;
&lt;p&gt;settings.XmlResolver = resolver; &lt;/p&gt;
&lt;p&gt;XmlReader ReaderObj = XmlReader.Create(szResourceXml); &lt;/p&gt;
&lt;p&gt;while(ReaderObj.Read()) { } &lt;/p&gt;
&lt;p&gt;It is working fine on my local machine. When i deploy it to the server (Window 2003 server) i am getting the following error: &lt;/p&gt;
&lt;p&gt;The remote server returned an error: (401) Unauthorized &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Rania &lt;/p&gt;</description></item><item><title>Documents Security on Website</title><link>http://forums.asp.net/thread/3459997.aspx</link><pubDate>Thu, 15 Oct 2009 13:33:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3459997</guid><dc:creator>webgal</dc:creator><author>webgal</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3459997.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3459997</wfw:commentRss><description>&lt;p&gt;i have a client who wants to implement security on documents&amp;nbsp;on his website.&amp;nbsp;The documents are uploaded to website through CMS and can be accessed through actual website by users who have logged in&amp;nbsp;via user name &amp;amp; pasword and thus authenticated.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But if someone&amp;nbsp;just&amp;nbsp;know about the URL of that document he can simply type the url in browser window and can access the document. What is the easy way&amp;nbsp;to secure these documents? &lt;/p&gt;
&lt;p&gt;Secondly,&amp;nbsp;is this possible to trace this access of documents(i.e by typing url in browser)? In other words I&amp;nbsp;mean&amp;nbsp;can global.asax&amp;#39;s session_start&amp;nbsp;is fired when i type something like this in&amp;nbsp;browser &lt;a href="http://www.mywebsite.com/documents/doc1.docx"&gt;http://www.mywebsite.com/documents/doc1.docx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Generation of designer file failed: Unknown server tag 'asp:WebPartManager'</title><link>http://forums.asp.net/thread/1667948.aspx</link><pubDate>Mon, 16 Apr 2007 19:17:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1667948</guid><dc:creator>gburks</dc:creator><author>gburks</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/1667948.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1667948</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I recently rebuilt an application using the new Web
Application Project in Visual Studio (rather than the previous Web Site
Project).&amp;nbsp; I am using the January Futures CTP of Ajax and Webparts,
(not to do anything with Ajax yet, just to fix drag and drop across
browsers).&lt;/p&gt;&lt;p&gt;A Web Application Project creates .designer.cs files
for all of your aspx pages.&amp;nbsp; I am getting a warning on pages that
contain an asp:WebPartManager or asp:WebPartZone control:&lt;/p&gt;&lt;pre class="coloredcode"&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;Warning   Generation of designer file failed: Unknown server tag &lt;span class="st"&gt;'asp:WebPartManager'&lt;/span&gt;.

&lt;/pre&gt;&amp;nbsp; &lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now
if I try to add other controls to that page, Visual Studio can't update
the .designer.cs file for that page and I end up with errors.&lt;/p&gt;&lt;p&gt;I
have seen many posts about correctly remapping web.config to use the
Microsoft.Web.Preview assembly, and that does not seem to be my
problem.&amp;nbsp; I have that set up as recommended and my code executes fine
until I try to add new controls to my page.&amp;nbsp; I have moved the
Microsoft.Web.Preview.dll to my bin and added a reference.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Any idea why Visual Studio is having this issue?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;Graham</description></item><item><title>How to set TabIndex to ButtonField in GridView</title><link>http://forums.asp.net/thread/1729424.aspx</link><pubDate>Tue, 29 May 2007 04:49:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1729424</guid><dc:creator>amolchikurte</dc:creator><author>amolchikurte</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/1729424.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1729424</wfw:commentRss><description>&lt;p&gt;Hi Friends,&lt;/p&gt;
&lt;p&gt;(I have creted Gridview control on my form with buttonField/ButtonColumn there are number of controls like dropdown on form. But i dont know how to set&amp;nbsp;the tabIndex propely to ButtonField in GridView. I set it on Click event of another control But whenever I&amp;nbsp;navigate through the gridview finally the tab goes to or focuses on address bar. actually it must have to focus on next tabIndex which is DropDown. So please help me out what should i do. Anser me ASAP.)&lt;/p&gt;
&lt;p&gt;i will explain you my problem, actually&amp;nbsp;&amp;nbsp;suppose i have a dropdown, gridview and button control, dropdown has tabindex=1,as I select dropdown tab successfully goes to gridview control which i want, also it successfully navigates on that gridview, but now actually problem arises, my next tabindex is Button or submit button, as soon as Tab come out of gridview it should focus on button but it directaly goes to address bar which i don&amp;#39;t want.&lt;br /&gt;this is my problem.. i am not getting what to do.&lt;br /&gt;... &lt;br /&gt;thanks again .. please try to answer me..&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;p&gt;Thanking You&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;AMOL CHIKURTE&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Public Sub New() has multiple definitions with identical signatures error after converting website project to Web Application</title><link>http://forums.asp.net/thread/3233172.aspx</link><pubDate>Mon, 15 Jun 2009 07:18:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3233172</guid><dc:creator>samba007</dc:creator><author>samba007</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3233172.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3233172</wfw:commentRss><description>&lt;p&gt;I have converted a Website project to web Application. After converstion and during deployment&amp;nbsp;I am getting loads of errors saying &lt;/p&gt;
&lt;p&gt;Public Sub New() has multiple definitions with identical signatures.&lt;br /&gt;Error&amp;nbsp;26&amp;nbsp;&amp;#39;lbtnConvertor&amp;#39; is already declared as &amp;#39;Protected Dim WithEvents lbtnConvertor As System.Web.UI.WebControls.LinkButton&amp;#39; in this class.&lt;br /&gt;Standby&amp;#39; is already declared as &amp;#39;Private Const Standby As String = &amp;quot;Standby&amp;quot;&amp;#39; in this class. etc&lt;/p&gt;
&lt;p&gt;Can any one plz tell what is going wrong. How can I solve this. &lt;br /&gt;&lt;br /&gt;kind Regards&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Uninstall VS2005 Web Application Projects</title><link>http://forums.asp.net/thread/3425183.aspx</link><pubDate>Fri, 25 Sep 2009 11:19:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3425183</guid><dc:creator>vnrdotnet</dc:creator><author>vnrdotnet</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/3425183.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3425183</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve uninstalled VS2005 from my pc. I forgot to unistall VS2005 Web Application Projects and now when I try to uninstall it , I&amp;#39;m getting&amp;nbsp;the error:&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Unable to get installer types in the C:\ProgramFiles\Microsoft Visual studio 8\Commomn&amp;amp;\IDE\Microsoft.VisualStudio.Web.Application.dll assembly. --&amp;gt; Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Pls help. I want to install VS2008 after this. thanks in advance&lt;/p&gt;</description></item><item><title>What is the difference between website and web application?</title><link>http://forums.asp.net/thread/3461396.aspx</link><pubDate>Fri, 16 Oct 2009 07:07:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3461396</guid><dc:creator>cvprasad.komirisetty</dc:creator><author>cvprasad.komirisetty</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/3461396.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3461396</wfw:commentRss><description>&lt;p&gt;What is the difference between website and web application?&lt;/p&gt;
&lt;p&gt;&lt;u&gt;&amp;nbsp;Scenario &amp;nbsp;1:&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;a solution with four projects( website proj, CO proj,BIZ
proj,DAL Proj) can be called as a web application?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;u&gt;scenario 2:&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;a solution with multiple web site will become a web
application?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;CVPrasad&lt;/p&gt;</description></item><item><title>Unable to cast object of type 'System.Web.Compilation.BuildResultCompiledAssembly' to type 'System.Web.Compilation.BuildResultCompiledGlobalAsaxType'</title><link>http://forums.asp.net/thread/1316737.aspx</link><pubDate>Fri, 16 Jun 2006 15:13:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1316737</guid><dc:creator>kLAx</dc:creator><author>kLAx</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/1316737.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1316737</wfw:commentRss><description>&lt;p&gt;&lt;font face=Verdana size=2&gt;I always get the below exception if I make a configuration change to the web.config file then request a page without re-building the project.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;&lt;strong&gt;Exception:&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;&lt;em&gt;Unable to cast object of type 'System.Web.Compilation.BuildResultCompiledAssembly' to type 'System.Web.Compilation.BuildResultCompiledGlobalAsaxType'.&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;&lt;strong&gt;Stack Trace:&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;&lt;em&gt;[InvalidCastException]: Unable to cast object of type 'System.Web.Compilation.BuildResultCompiledAssembly' to type 'System.Web.Compilation.BuildResultCompiledGlobalAsaxType'.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.BuildManager.CompileGlobalAsax()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()&lt;br /&gt;[HttpException]: Unable to cast object of type 'System.Web.Compilation.BuildResultCompiledAssembly' to type 'System.Web.Compilation.BuildResultCompiledGlobalAsaxType'.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)&lt;br /&gt;[HttpException]: Unable to cast object of type 'System.Web.Compilation.BuildResultCompiledAssembly' to type 'System.Web.Compilation.BuildResultCompiledGlobalAsaxType'.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest&lt;/em&gt; wr)&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Web Reference Doesn't Include Sibling References</title><link>http://forums.asp.net/thread/3302634.aspx</link><pubDate>Mon, 20 Jul 2009 01:13:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3302634</guid><dc:creator>sisdog</dc:creator><author>sisdog</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3302634.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3302634</wfw:commentRss><description>&lt;p&gt;I have a solution that has a web project and a class project. &amp;nbsp; The class project happens to be my model and it contains and ADO.Net Entity Data Model. &amp;nbsp;Correspondingly, that class project has a reference to System.Data.Entity. &amp;nbsp;This class project is something that I&amp;#39;d like to reuse so I&amp;#39;d like it to be self contained.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Now, when I add go into my web project and add a reference to my class project, it brings in the dll of the class project. &amp;nbsp;But, it doesn&amp;#39;t bring in the System.Data.Entity.dll to my web project. &amp;nbsp;I have some code in my web project that reference Entity businss objects that are in my class project (like my CustomerOrder entity for example). &amp;nbsp;But, the &amp;nbsp;ADO.Net &amp;nbsp;Entity Framework has all business objects that it creates inherit from System.Data.Object.DataClasses.EntityObject.&lt;/p&gt;&lt;p&gt;I get a compile error in my web project when I try to reference my CustomerOrder class because it complains that the type &amp;#39;system.Data.Objects.DataClasses.EntityObject&amp;#39; is defined in an assembly that is not referenced.&lt;/p&gt;&lt;p&gt;So question: do I have to add System.Data.Entity as a direct reference to my web project? &amp;nbsp;Is there any way for my Solution Rebuild to copy not only my class project&amp;#39;s dll to my web project, but also it&amp;#39;s related dll&amp;#39;s like System.Data.Entity so that they&amp;#39;re there when the compile tries to compile my web project?&lt;/p&gt;&lt;p&gt;Thanks for any help.&lt;/p&gt;&lt;p&gt;Mark&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>ASP.NET runtime error: There is no build provider registered for the extension ''</title><link>http://forums.asp.net/thread/1509240.aspx</link><pubDate>Tue, 26 Dec 2006 23:28:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1509240</guid><dc:creator>MNF</dc:creator><author>MNF</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/1509240.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1509240</wfw:commentRss><description>&lt;p&gt;I have WAP project in VS 2005 SP1 (with WAP included) . One of my ascx files, when open as "View Markup"(aka Source tab) shows error &lt;/p&gt;
&lt;p&gt;&amp;nbsp;ASP.NET runtime error: There is no build provider registered for the extension ''. You can register one in the &amp;lt;compilation&amp;gt;&amp;lt;buildProviders&amp;gt; section in machine.config or web.config. Make sure is has a BuildProviderAppliesToAttribute attribute which includes the value 'Web' or 'All'.&amp;nbsp;&amp;nbsp;I found &lt;a class="" href="http://weblogs.asp.net/scottgu/archive/2006/04/05/VS-2005-Web-Application-Project-Release-Candidate-Now-Available.aspx#442110" target=_blank&gt;at least one other&lt;/a&gt; had the same problem.&lt;br /&gt;If I switch to Designer Tab, the error disappeared.&lt;br /&gt;The error doesn't stop the compile or run, just annoyying tosee it in error list.&lt;/p&gt;
&lt;p&gt;Any ideas, what it can be caused by?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Deploy problem: The directory '/App_GlobalResources/' is not allowed</title><link>http://forums.asp.net/thread/1339336.aspx</link><pubDate>Wed, 12 Jul 2006 15:48:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1339336</guid><dc:creator>Karuzo</dc:creator><author>Karuzo</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/1339336.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1339336</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have encountered a problem and I am at loss. &lt;br /&gt;I have a &lt;strong&gt;Web Application Project&lt;/strong&gt; (not a &lt;strong&gt;Web Site&lt;/strong&gt;!) in VS 2005 and I am using the directory App_GlobalResources for my localized resources. &lt;/p&gt;
&lt;p&gt;I have only 2 files in there: strings.resx and strings.en.resx for czech and english versions of the web which contains just strings.&lt;/p&gt;
&lt;p&gt;I was used to VS2003 way of deploying my app - just copy the bin folder and aspx files&lt;/p&gt;
&lt;p&gt;Now it completely fails, because when I build my web application, the files&lt;/p&gt;
&lt;p&gt;&lt;em&gt;App_GlobalResources.compiled&lt;br /&gt;App_GlobalResources.dll&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;do not apper in the bin folder.&lt;/p&gt;
&lt;p&gt;When I try to copy App_GlobalResources folder to the production environment, I get the exception: &lt;em&gt;The directory '/App_GlobalResources/' is not allowed because the application is precompiled&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;If I do not have &lt;em&gt;App_GlobalResources.dll &lt;/em&gt;nor &lt;em&gt;'/App_GlobalResources &lt;/em&gt;folder in my app on the server, I cannot access my resources and I get this&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Could not load file or assembly 'App_GlobalResources' or one of its dependencies. The system cannot find the file specified.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thanks for any help,&lt;/p&gt;
&lt;p&gt;Vojta Dohnal&lt;/p&gt;</description></item><item><title>VS 2005 Web Application Projects Download</title><link>http://forums.asp.net/thread/3455833.aspx</link><pubDate>Tue, 13 Oct 2009 13:30:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3455833</guid><dc:creator>ocastle</dc:creator><author>ocastle</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3455833.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3455833</wfw:commentRss><description>&lt;p&gt;It seems that the download link on scotts web site (&lt;a href="http://webproject.scottgu.com/"&gt;http://webproject.scottgu.com/&lt;/a&gt;) and the links from Microsoft.com for the web application projects has been removed.&lt;/p&gt;&lt;p&gt;Does any one know where this can be downloaded from?&lt;/p&gt;&lt;p&gt;Thanks in advance for any help&lt;/p&gt;</description></item><item><title>Multiple Web Application Project architecture</title><link>http://forums.asp.net/thread/3347201.aspx</link><pubDate>Thu, 13 Aug 2009 23:45:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3347201</guid><dc:creator>BunnyStrider</dc:creator><author>BunnyStrider</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3347201.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3347201</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m trying to make a website like this&lt;/p&gt;
&lt;p&gt;Base/Root web site/folder/web application project&lt;br /&gt;this will contain all my web service references, my root web.config, my base classes, my root master page. it&amp;#39;s namespace will be mycompany.myroot&lt;/p&gt;
&lt;p&gt;then I want to create, say, 10&amp;nbsp;separate web application projects that reference the base web application project for things like web.config settings, virtual path provider, themes and styles, etc.&amp;nbsp; They&amp;#39;ll also have a nested master pages referencing the root master page. it&amp;#39;s namespace will be mycompany.myroot.mysubapp&lt;/p&gt;
&lt;p&gt;My question is is this the best way to do this?&amp;nbsp; and how does it look as far as referencing each other and folder structure?&amp;nbsp; Here&amp;#39;s my best guess.&lt;/p&gt;
&lt;p&gt;you have a WAP of root, namespace company.root, folder company/root&lt;br /&gt;you have a WAP of subapp, namespace company.root.subapp1, folder company/subapp1&lt;br /&gt;to work on subapp you have a solution referencing&amp;nbsp;subapp1 and root&lt;br /&gt;to work on root you have a solution of root and you have another build solution&amp;nbsp;that references&amp;nbsp;root and ALL subapps, everything.&lt;/p&gt;
&lt;p&gt;Is this best practice? Will this work?&amp;nbsp; How do I get subapp1&amp;#39;s web.config to inherit from root&amp;#39;s web.config&lt;br /&gt;basically in deployment, subapp1 will be a subfolder of root...but during development I would like them separated as different WAPs but function as if they&amp;#39;re subfolders of root correctly (i.e. using root&amp;#39;s web service clients and web.config settings and such)&lt;/p&gt;
&lt;p&gt;One question I&amp;#39;m not sure on the answer to is, how do i get myapp1&amp;#39;s webconfig to inherit root&amp;#39;s web.config during development&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using VS2008.TFS&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>WAP and ASPWebProfileGenerator</title><link>http://forums.asp.net/thread/1455836.aspx</link><pubDate>Tue, 07 Nov 2006 16:07:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1455836</guid><dc:creator>Dan___</dc:creator><author>Dan___</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/1455836.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1455836</wfw:commentRss><description>&lt;p&gt;I have an exception when I use this code&lt;/p&gt;
&lt;p&gt;&lt;font color=#0000ff size=2&gt;private&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#008080 size=2&gt;WebProfile&lt;/font&gt;&lt;font size=2&gt; Profile&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;font color=#0000ff size=2&gt;get&lt;/font&gt;&lt;font size=2&gt; { &lt;/font&gt;&lt;font color=#0000ff size=2&gt;return&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;new&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#008080 size=2&gt;WebProfile&lt;/font&gt;&lt;font size=2&gt;(Context.Profile); }&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&lt;font color=#0000ff size=2&gt;protected&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;void&lt;/font&gt;&lt;font size=2&gt; CreateUserWizard1_CreatedUser(&lt;/font&gt;&lt;font color=#0000ff size=2&gt;object&lt;/font&gt;&lt;font size=2&gt; sender, &lt;/font&gt;&lt;font color=#008080 size=2&gt;EventArgs&lt;/font&gt;&lt;font size=2&gt; e)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;Profile.Entreprise = ((&lt;font color=#008080 size=2&gt;TextBox&lt;/font&gt;&lt;font size=2&gt;)CreateUserWizard1.CreateUserStep.ContentTemplateContainer.FindControl(&lt;/font&gt;&lt;font color=#800000 size=2&gt;"tbx_Entreprise"&lt;/font&gt;&lt;font size=2&gt;)).Text;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;The Context.Profile.IsAnonymous property&amp;nbsp;is true and I have an System.Configuration.Provider.ProviderException&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre&gt;&lt;font face="Lucida Console" color=black size=1&gt;&lt;span style="FONT-SIZE:9pt;COLOR:black;"&gt;public virtual void SetPropertyValue(string propertyName, object propertyValue) {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;&lt;pre&gt;&lt;font face="Lucida Console" color=red size=1&gt;&lt;span style="FONT-SIZE:9pt;COLOR:red;"&gt;this._profileBase.SetPropertyValue(propertyName, propertyValue);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;
&lt;p&gt;How to create an empty profile for tne newly created&amp;nbsp;user?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Outlook calender</title><link>http://forums.asp.net/thread/2767435.aspx</link><pubDate>Tue, 25 Nov 2008 16:49:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2767435</guid><dc:creator>vthatipamula</dc:creator><author>vthatipamula</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/2767435.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=2767435</wfw:commentRss><description>1)I dont have outlook installed on my webserver
2)In my website when user registers for a class, a calender event should be sent to them with date and time of the class
3)If the user cancels or declines the appointment it should be directed to a mail address which I will specify(static) in the      code(it is the admins email id)

</description></item><item><title>App_Code namespace error</title><link>http://forums.asp.net/thread/2004543.aspx</link><pubDate>Tue, 13 Nov 2007 21:39:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2004543</guid><dc:creator>roxie</dc:creator><author>roxie</author><slash:comments>13</slash:comments><comments>http://forums.asp.net/thread/2004543.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=2004543</wfw:commentRss><description>&lt;p&gt;Hi, I have a c# app that I&amp;#39;ve been working on and I added a new class to the App_Code directory.&lt;/p&gt;&lt;p&gt;I wanted to use the class in one of my aspx pages, so I tried to add a using statement in my code behind&lt;br /&gt;&lt;/p&gt;&lt;p&gt;that referenced the class. I tried EVERYTHING and I consistently got compile errors stating&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The type or namespace name does not exist in the namespace&amp;nbsp; (are you missing an assembly reference?)&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Eventually, I just created a new directory called &amp;#39;classes&amp;#39; and copied the class over from&lt;/p&gt;&lt;p&gt;App_Code, and then it worked COMPLETELY FINE. It just wouldn&amp;#39;t compile when the class was stored&lt;/p&gt;&lt;p&gt;in App_Code. God that was frustrating. I thought that&amp;#39;s what App_Code was for. What gives?&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>CodeBehind page not recognizing objects from Designer page</title><link>http://forums.asp.net/thread/3309801.aspx</link><pubDate>Thu, 23 Jul 2009 18:44:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3309801</guid><dc:creator>JayMor</dc:creator><author>JayMor</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3309801.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3309801</wfw:commentRss><description>&lt;p&gt;I have a VS 2005 / ASP.NET 2.0 Web Application. I&amp;#39;ve
started having a bunch of pages fail where one or more of the
&amp;quot;runat=server&amp;quot; objects on the page that I&amp;#39;m referencing in the
CodeBehind page stops being recognized and I&amp;#39;m getting &amp;quot;&amp;#39;xxx&amp;#39; is not a
member of &amp;#39;application.page&amp;#39;&amp;quot; errors. When I look at the designer file (page.aspx.designer.vb)
the object is in the file correctly. If I delete the designer file and recreate
it (Create Web Application shortcut menu option) the error persists. The only
thing that seems to be fixing the problem is deleting the file and creating a
new one. The problem is, every time I finish creating a new file, then run a
Rebuild on the Solution, one or more NEW aspx files show up with the same
disconnect error between the designer page and code behind page. Does ANYONE
know what the h_ll is going on?!?!&lt;/p&gt;</description></item><item><title>Designer files are not updated with new controls</title><link>http://forums.asp.net/thread/1860637.aspx</link><pubDate>Thu, 16 Aug 2007 06:04:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1860637</guid><dc:creator>eelises</dc:creator><author>eelises</author><slash:comments>8</slash:comments><comments>http://forums.asp.net/thread/1860637.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=1860637</wfw:commentRss><description>Hi, &lt;br /&gt; &lt;p&gt;We have a web application project that we open through SourceSafe. The project &lt;br /&gt; is developed locally on each developer&amp;#39;s machine, and later will be &lt;br /&gt; merged on the testing server machine. All the machines run WinXP Pro SP2 and &lt;br /&gt; VS 2005 SP1. &lt;br /&gt; &lt;/p&gt;&lt;p&gt;When we make changes in HTML source mode or Design mode (.aspx file) &lt;br /&gt; the designer file is not updated with the new controls, thus causing &lt;br /&gt; an error on the VB page (since the control is not defined). We have &lt;br /&gt; tried changing between source and design mode, saving, compiling, &lt;br /&gt; rewriting the &amp;lt;html&amp;gt; tag, closing the project and restarting VS with no avail. &lt;br /&gt; The compiler does not update the designer file. &lt;br /&gt; One exception: this problem occurs only on pages that were not created &lt;br /&gt; locally but copied from the server when the project was first opened &lt;br /&gt; and deployed on local machine. New pages that are created locally &lt;br /&gt; works just fine. &lt;br /&gt; &lt;/p&gt;&lt;p&gt;Thanks in advance for sharing your ideas and experience. &lt;br /&gt; &lt;/p&gt;Eyal &lt;br /&gt; Mansoft tietotekniikka Oy </description></item><item><title>Passing parameters from a form to report in reporting services</title><link>http://forums.asp.net/thread/3388272.aspx</link><pubDate>Fri, 04 Sep 2009 17:46:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3388272</guid><dc:creator>tamliaw</dc:creator><author>tamliaw</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/3388272.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3388272</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;
&lt;p&gt;I built some reports by using Reporting Services 2005 that are deployed to a web site.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I also create an web application (written in ASP .NET&amp;nbsp;C#)&amp;nbsp;that display those reports as mentioned above.&lt;/p&gt;
&lt;p&gt;The reports need to accept a parameter from web form based on the logged in user role such that other report parameters are filterd by the user role.&amp;nbsp; I am using the ReportViewer control to configure the report&amp;nbsp;in remote processing mode.&lt;/p&gt;
&lt;p&gt;Please help to provide some samples code how to pass the role in web form to the report parameter in Reporting Services?&lt;/p&gt;
&lt;p&gt;Thanks a lot!&lt;/p&gt;
&lt;p&gt;tamliaw&lt;/p&gt;</description></item><item><title>"Add Web Deployment Project" option doesn't show up</title><link>http://forums.asp.net/thread/3399953.aspx</link><pubDate>Fri, 11 Sep 2009 13:19:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3399953</guid><dc:creator>ttyl</dc:creator><author>ttyl</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3399953.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3399953</wfw:commentRss><description>&lt;p&gt;I downloaded&lt;u&gt; &lt;a id="ctl00_contentContainer_ctl01" href="http://download.microsoft.com/download/c/c/b/ccb4877f-55f7-4478-8f16-e41886607a0e/WebDeploymentSetup.msi"&gt;  
    &lt;/a&gt;&lt;/u&gt;WebDeploymentSetup.msi from http://msdn.microsoft.com/en-us/library/aa479568.aspx, and installed it.&amp;nbsp; When I start up VS2005, I can see &amp;quot;Web Deployment Projects&amp;quot; showing as one of the Installed Products.&amp;nbsp; But after selecting a web project, then the Build menu, the &amp;quot;Add Web Deployment Project&amp;quot; option doesn&amp;#39;t show up.&amp;nbsp; I tried with a brand new web project, that option doesn&amp;#39;t show up either.&amp;nbsp;&amp;nbsp; Is there other settings required in VS2005?&amp;nbsp; Thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to merge one web application to another?</title><link>http://forums.asp.net/thread/3389693.aspx</link><pubDate>Sun, 06 Sep 2009 02:14:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3389693</guid><dc:creator>mingyeh</dc:creator><author>mingyeh</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3389693.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3389693</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I have a visual studio 2008 solution contains three projects, one of them is class library, the other two projects are web applications.&lt;br /&gt;I would like to merge one web application to the other web application as virtual directory during debuging and deployment.&lt;br /&gt;Could anyone help me?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>HttpCompileException when debugging a web application</title><link>http://forums.asp.net/thread/3348875.aspx</link><pubDate>Fri, 14 Aug 2009 20:33:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3348875</guid><dc:creator>jiangsheng</dc:creator><author>jiangsheng</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3348875.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3348875</wfw:commentRss><description>&lt;p&gt;After adding a new string to resource and use the string&amp;nbsp;in some&amp;nbsp;source files, I am getting a HttpCompileException when debugging a web application in Visual Studio 2005 SP1. The project is created as a web application,&amp;nbsp; so I think it should compile the pages during compile time.&lt;/p&gt;
&lt;p&gt;From the debug output, it looks like each page is compiled into its own assembly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the csproj file, the compiling section has the following&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;lt;Import&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Project&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;$(MSBuildBinPath)\Microsoft.CSharp.targets&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;quot;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt; /&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;Import&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000"&gt;&lt;font color="#ff0000"&gt;Project&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;&lt;/font&gt;&amp;quot;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets&lt;/font&gt;&lt;/font&gt;&amp;quot;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt; /&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;</description></item><item><title>App_Code Folder missing in projects</title><link>http://forums.asp.net/thread/3377874.aspx</link><pubDate>Mon, 31 Aug 2009 04:46:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3377874</guid><dc:creator>Zaynab</dc:creator><author>Zaynab</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/3377874.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1019&amp;PostID=3377874</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I hav transfmored my web Application into a Project so I can build and publish it &lt;/p&gt;
&lt;p&gt;But I cannot add an App_Code Folder to keep the class files&lt;/p&gt;
&lt;p&gt;so where should I keep them????&lt;/p&gt;</description></item></channel></rss>