<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>WilsonDotNet Forums : Visual Studio</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=rss&amp;id=24&amp;key=ni63JqWFb7vWSYHtOcNcYg%3d%3d</link><description>WilsonDotNet Forums : Visual Studio</description><item><title>Problem with Visual Web Developer 2005</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=577&amp;key=8EX9hWvEvzINw0uX%2f8ly0A%3d%3d&amp;post=7086</link><pubDate>Sun, 03 Sep 2006 17:43:05 GMT</pubDate><description>There's a Start New Thread link above the grid in each forum.&lt;br&gt;&lt;br&gt;There were some changes in the ASP.NET v2.0 designer, so things that worked in the designer in v1.* may not work in v2.0 in the designer.&amp;nbsp; My MasterPages for v1.* was affected by that, but I don't view this as something to worry about since ASP.NET v2.0 includes the real deal.&amp;nbsp; That's right, while you certainly can continue to use my version in v2.0 (without the designer, and it may not auto-convert well), that's not really the intent.&amp;nbsp; The whole point of my MasterPages was to get a decent solution to templating in v1.* that would "convert" decently well to the real deal in v2.0.&amp;nbsp; And by "convert" I mean that its similar enough that it won't take long at all to make the appropriate changes, not that MS's auto-converter will do it for you.&amp;nbsp; So I really really really recommend that you switch to the real MS MasterPages in v2.0 -- its far better in the designer than anything any non-MS person can implement, and its also far better optimized and has other goodies that no non-MS person could do.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Problem with Visual Web Developer 2005</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=577&amp;key=8EX9hWvEvzINw0uX%2f8ly0A%3d%3d&amp;post=7082</link><pubDate>Sun, 03 Sep 2006 17:35:12 GMT</pubDate><description>&lt;P&gt;Hello Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not really a reply to the post but a new question; but I can't seem to find how to start a new post/thread. I dont have my user ID and Passoword but have a legit copy of your software.&lt;/P&gt;
&lt;P&gt;I use the Wilson.WebControl to use the concept of a masterpage in Dotnet 1.0. Now that I'm trying to upgrade to Dotnet 2.0 there seems to be an issue with the the masterpage object that I don't know how to overcome.&lt;/P&gt;
&lt;P&gt;The issue is that in the design view; there is an error to the effect that the "MasterPage1 Object reference not set to an istance of an object". &lt;/P&gt;
&lt;P&gt;The .cs file after the upgrade looks significantly different i.e where I had defined an instance of the MasterPage as MasterPage1 is no longer there (the line of code disappeared after the uypgrade) and if I try to add it the complier complains that object reference already exists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Ankur&lt;/P&gt;</description></item><item><title>Debugger Problem Solved</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=6&amp;key=zgG5HfUnWbmuMg1i3qjmPQ%3d%3d&amp;post=6852</link><pubDate>Fri, 30 Jun 2006 10:20:27 GMT</pubDate><description>I had the same problem. I had a file called Album.cs in my BizLogic project, and a file called Album.cs in my DataAccess project. And when I setup a debug point in the Album.cs of the DataAccess project, the debugger would go all over the Album.cs of the BizLogic project.&lt;br&gt;&lt;br&gt;After looking at this thread, I renamed the Album.cs of the DataAccess project to AlbumDAL.cs, and now it works like a charm.&lt;br&gt;</description></item><item><title>Intellisense dissapeared</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1256&amp;key=Xx7auqqf40vugQ9SGMUsMg%3d%3d&amp;post=4645</link><pubDate>Sun, 11 Sep 2005 18:34:22 GMT</pubDate><description>I've not been able to determine the exact conditions when this occurs. The best solution is to get ReSharper but if you don't want to shell out extra money, you can do a couple of things that work some of the time.  &lt;br /&gt;
&lt;br /&gt;
One is to shut down VS.NET. Delete the contents of the bin folder. Restart VS.NET and rebuild.&lt;br /&gt;
&lt;br /&gt;
I've seen another solution involving the .suo file but haven't really seen that one work for me.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, I have a page or two where the intellisense still gets messed up shortly after editing them even when doing the cleanup mentioned above. &lt;br /&gt;
&lt;br /&gt;
-George Hicks</description></item><item><title>Debugger Problem Solved</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=6&amp;key=zgG5HfUnWbmuMg1i3qjmPQ%3d%3d&amp;post=3942</link><pubDate>Fri, 17 Jun 2005 01:50:16 GMT</pubDate><description>Cheers - manually editing the .vbproj file worked for me, nothing else would :)</description></item><item><title>Intellisense dissapeared</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1256&amp;key=Xx7auqqf40vugQ9SGMUsMg%3d%3d&amp;post=3891</link><pubDate>Thu, 09 Jun 2005 01:29:45 GMT</pubDate><description>Hello,&lt;br /&gt;
&lt;br /&gt;
can anyone help me out with this one?  &lt;br /&gt;
&lt;br /&gt;
Suddenly I lost the IntelliSense function when creating an aspx-page in Visual Studio. &lt;br /&gt;
&lt;br /&gt;
On this forum I found a post handling the same problem and the solution that was proposed is writing everything between &amp;lt;body&amp;gt;&amp;lt;/body&amp;gt; tags.  But my problem is that I already had everything between those tags, that everything worked fine untill suddenly it didn't anymore.  I also can't switch between HTML and Design view anymore.  This is not something I'm missing, because I never work in the design view, but maybe it can help you guys figuring out what's wrong with it.  And in the HTML editor toolbar, I can't on the &amp;quot;format the whole document&amp;quot; and &amp;quot;validate the document&amp;quot; buttons anymore...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thank you very much in advance.</description></item><item><title>Debugger Problem Solved</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=6&amp;key=zgG5HfUnWbmuMg1i3qjmPQ%3d%3d&amp;post=3769</link><pubDate>Thu, 19 May 2005 03:15:21 GMT</pubDate><description>hi&lt;br /&gt;
&lt;br /&gt;
i am currently experiencing the same breakpoint issue. my scenario is a bit diffrent tho.Im trying to debug classis ASP pages. if i add a ASPX page to my project the breakpoints work 100% but as soon as i set a breakpoint in ASP it doesnt work.let me also add that the ASP debugging use to work. i then created a second ASP web application to mimic the 1st working ASP.NEt app but the second app project refuses to go into debug mode for classis ASP code.</description></item><item><title>VS .NET 2003 won't close for asp.net project</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1137&amp;key=7v8oiG36QaHY7GT0vP%2b4Jg%3d%3d&amp;post=3563</link><pubDate>Fri, 15 Apr 2005 04:40:37 GMT</pubDate><description>I wish I could suggest something, but I've never seen or heard of a problem like that.  Do you have the original files so that you can do a diff?&lt;br /&gt;
&lt;br /&gt;
Good luck, Paul Wilson</description></item><item><title>VS .NET 2003 won't close for asp.net project</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1137&amp;key=7v8oiG36QaHY7GT0vP%2b4Jg%3d%3d&amp;post=3561</link><pubDate>Thu, 14 Apr 2005 22:31:36 GMT</pubDate><description>I have built several ASP.NET projects with success. For one of them, it loads and runs fine but when I go to close Visual Studio, VS hangs. I eventually get &amp;quot;... application not responding. End Now or Cancel&amp;quot;. This doesn't happen with my other projects which contain similar pages and code.&lt;br /&gt;
&lt;br /&gt;
The project in question is one that I delivered to a client several months ago. At that time I was not experiencing this problem. The problem has only occurred since the client sent me back the project files for some changes. The client is also experiencing the same problem.&lt;br /&gt;
&lt;br /&gt;
My virus scan hasn't detected any viruses in the files the client sent me.&lt;br /&gt;
&lt;br /&gt;
Can you suggest what I should look for to determine what is causing the problem or suggest ways to fix this?&lt;br /&gt;
&lt;br /&gt;
Thank you in advance.&lt;br /&gt;
&lt;br /&gt;
ZLA&lt;br /&gt;
</description></item><item><title>Debugger Problem Solved</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=6&amp;key=zgG5HfUnWbmuMg1i3qjmPQ%3d%3d&amp;post=2091</link><pubDate>Wed, 01 Sep 2004 03:44:12 GMT</pubDate><description>Fantastic - this DID solve my problem of not being able to debug my ASP.NET app. I had got it set to debug and even tried changing the names etc. with no success.&lt;br /&gt;
Checking the IIS setting “Cache ISAPI Applications” as it was NOT selected solved the problem.&lt;br /&gt;
A big thankyou to the person who posted that.</description></item><item><title>Debugger Problem Solved</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=6&amp;key=zgG5HfUnWbmuMg1i3qjmPQ%3d%3d&amp;post=1932</link><pubDate>Thu, 12 Aug 2004 01:48:25 GMT</pubDate><description>it is because the proj was not set to debug</description></item><item><title>Problem with Visual Web Developer 2005</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=577&amp;key=8EX9hWvEvzINw0uX%2f8ly0A%3d%3d&amp;post=1849</link><pubDate>Tue, 27 Jul 2004 04:05:28 GMT</pubDate><description>First, I assume you do realize that .NET v2.0 and VWD 2005 are in the first Beta -- so there is no guarantee, nor support, that anything will work with it -- and I'm not just referring to my stuff.  OK, having said that, that doesn't mean things won't work, but its important to set the expectations of what a Beta really means -- it is not something that is expected to be routine.&lt;br /&gt;
&lt;br /&gt;
As for the error you're getting, this actually has nothing to do with v2.0 and 2005 -- this is a very common message in ASP.NET apps that result from not setting up the web application in IIS.  You should be able to resolve this the same way you do for any other web applications by creating a virtual directory if necessary, and making sure the IIS Application setting is enabled.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>Problem with Visual Web Developer 2005</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=577&amp;key=8EX9hWvEvzINw0uX%2f8ly0A%3d%3d&amp;post=1845</link><pubDate>Mon, 26 Jul 2004 20:46:42 GMT</pubDate><description>Hi Wilson,&lt;br /&gt;
&lt;br /&gt;
I download .Net framework 2.0 and Visual Web Developer 2005 from www.microsoft.com&lt;br /&gt;
But when I try to use your source code, it has an error.&lt;br /&gt;
&lt;br /&gt;
Server Error in '/WilsonDotNet' Application.&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Configuration Error &lt;br /&gt;
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. &lt;br /&gt;
&lt;br /&gt;
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.&lt;br /&gt;
&lt;br /&gt;
Source Error: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Line 21: 	&amp;lt;/appSettings&amp;gt;&lt;br /&gt;
Line 22: 	&amp;lt;system.web&amp;gt;&lt;br /&gt;
Line 23: 		&amp;lt;authentication mode=&amp;quot;Forms&amp;quot;&amp;gt;&lt;br /&gt;
Line 24: 			&amp;lt;forms name=&amp;quot;.WilsonDotNetId&amp;quot; loginUrl=&amp;quot;Login/&amp;quot; /&amp;gt;&lt;br /&gt;
Line 25: 		&amp;lt;/authentication&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Source File: C:\Daniel\WilsonDotNet\_www.wilsondotnet.com\web.config    Line: 23 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
Version Information: Microsoft .NET Framework Version:2.0.40607.16; ASP.NET Version:2.0.40607.16 &lt;br /&gt;
&lt;br /&gt;
</description></item><item><title>Debugger Problem Solved</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=6&amp;key=zgG5HfUnWbmuMg1i3qjmPQ%3d%3d&amp;post=1028</link><pubDate>Fri, 19 Mar 2004 08:12:14 GMT</pubDate><description>Yes, thanks!&lt;br /&gt;
&lt;br /&gt;
Now I have changed all my subfolder index-files and it works like a charm.&lt;br /&gt;
&lt;br /&gt;
You don't have to change the filenames outside VS. I just changed them in solution explorer. Right click on the aspx-file you want to change the name on and choose rename. Thats it!&lt;br /&gt;
&lt;br /&gt;
It really sucks when you cant debug. It's impossible to work.&lt;br /&gt;
&lt;br /&gt;
Tanks again =)&lt;br /&gt;
&lt;br /&gt;
Malin&lt;br /&gt;
&lt;br /&gt;
</description></item><item><title>Debugger Problem Solved</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=6&amp;key=zgG5HfUnWbmuMg1i3qjmPQ%3d%3d&amp;post=987</link><pubDate>Fri, 12 Mar 2004 12:28:10 GMT</pubDate><description>I just struggled with this for a while, and was able to fix it by manually editing the .vbproj file as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;VisualStudioProject&amp;gt;&lt;br /&gt;
    &amp;lt;VisualBasic&lt;br /&gt;
...&lt;br /&gt;
    &amp;gt;&lt;br /&gt;
        &amp;lt;Build&amp;gt;&lt;br /&gt;
            &amp;lt;Settings&lt;br /&gt;
...&lt;br /&gt;
            &amp;gt;&lt;br /&gt;
                &amp;lt;Config&lt;br /&gt;
                    Name = &amp;quot;Debug&amp;quot;&lt;br /&gt;
...&lt;br /&gt;
                    DebugSymbols = &amp;quot;true&amp;quot;&lt;br /&gt;
                /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The DebugSymbols attribute was showing &amp;quot;false&amp;quot; for some reason. Fixing it by hand solved the problem.</description></item><item><title>Debugger Problem Solved</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=6&amp;key=zgG5HfUnWbmuMg1i3qjmPQ%3d%3d&amp;post=725</link><pubDate>Mon, 02 Feb 2004 08:07:45 GMT</pubDate><description>This is an additional information to solve the debug problem , &lt;br /&gt;
=====&lt;br /&gt;
ERROR:&lt;br /&gt;
The Breakpoint will not currently be hit. No Symbols have been loaded for this document.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Criteria For Resolution:&lt;br /&gt;
&lt;br /&gt;
=================&lt;br /&gt;
&lt;br /&gt;
- Correctly be able to debug ASP.NET Web Applications on your Windows XP machine. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cause:&lt;br /&gt;
&lt;br /&gt;
======&lt;br /&gt;
&lt;br /&gt;
- In IIS, the “Cache ISAPI Applications” CheckBox was not selected. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Resolution:&lt;br /&gt;
&lt;br /&gt;
========&lt;br /&gt;
&lt;br /&gt;
1)       Open up the IIS Management Console (Start -&amp;gt; Run -&amp;gt; Type: inetmgr)&lt;br /&gt;
&lt;br /&gt;
2)       Right-click on the Default Web Site Tab and choose Properties.&lt;br /&gt;
&lt;br /&gt;
3)       Choose the Home Directory Tab.&lt;br /&gt;
&lt;br /&gt;
4)       In the Application Settings section, choose the Configuration Button.&lt;br /&gt;
&lt;br /&gt;
5)       Choose the Mappings Tab and ensure that the “Cache ISAPI Applications” checkbox is selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hope this will be helpful to sombody.&lt;br /&gt;
</description></item><item><title>HTML View</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=94&amp;key=9qiWRYdyEvtLOSr2Vtn4qQ%3d%3d&amp;post=303</link><pubDate>Wed, 30 Jul 2003 11:23:18 GMT</pubDate><description>Meant to say &amp;quot;...and then remove them after.&amp;quot;</description></item><item><title>HTML View</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=94&amp;key=9qiWRYdyEvtLOSr2Vtn4qQ%3d%3d&amp;post=301</link><pubDate>Wed, 30 Jul 2003 07:24:32 GMT</pubDate><description>Thanks a ton Paul!&lt;br /&gt;
&lt;br /&gt;
I'm going to add &amp;lt;body&amp;gt;&amp;lt;/body&amp;gt; tags while developing the page and them removed them after.&lt;br /&gt;
&lt;br /&gt;
I love your Master Pages implementation!&lt;br /&gt;
&lt;br /&gt;
</description></item><item><title>HTML View</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=94&amp;key=9qiWRYdyEvtLOSr2Vtn4qQ%3d%3d&amp;post=291</link><pubDate>Mon, 28 Jul 2003 06:18:49 GMT</pubDate><description>Its one of the annoying things about VS.NET that only has one workaround that I know of:  add the body tag!  I know some people that add it and while they are working and then remove it when done to get the intellisense.  I decided to put the html, head, and body tags in each page to enable intellisense and to allow me to set page-specific title and meta-tags.  Its not the &amp;quot;optimal&amp;quot; solution I would have hoped for, but its the best we can do until the next version of VS.NET comes out (which totally rocks).&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>HTML View</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=94&amp;key=9qiWRYdyEvtLOSr2Vtn4qQ%3d%3d&amp;post=287</link><pubDate>Fri, 25 Jul 2003 08:02:38 GMT</pubDate><description>Hello Everyone,&lt;br /&gt;
&lt;br /&gt;
I have purchased the premium code and am currently using the MasterPage.cs server control and a template .ascx user control.&lt;br /&gt;
&lt;br /&gt;
Problem is, when I'm in HTML view of my .aspx pages, I do not get intellisense for any of the ASP.net server controls.&lt;br /&gt;
&lt;br /&gt;
For example, when I type &amp;lt;asp there are no options, or if I add a tag such as &amp;lt;asp:label&amp;gt;&amp;lt;/asp:label&amp;gt; and try to add properties, I do not receive intellisense.&lt;br /&gt;
&lt;br /&gt;
Here's my .aspx page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;%@ Page language=&amp;quot;c#&amp;quot; Codebehind=&amp;quot;test.aspx.cs&amp;quot; AutoEventWireup=&amp;quot;false&amp;quot; Inherits=&amp;quot;myapp.test&amp;quot; %&amp;gt;&lt;br /&gt;
&amp;lt;%@ Register TagPrefix=&amp;quot;myapp&amp;quot; Namespace=&amp;quot;myapp&amp;quot; Assembly=&amp;quot;myapp&amp;quot; %&amp;gt;&lt;br /&gt;
&amp;lt;myapp:masterpage id=&amp;quot;MasterPage&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;myapp:contentregion id=&amp;quot;MasterPageTitle&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;myapp:pagetitle id=&amp;quot;PageTitle1&amp;quot; runat=&amp;quot;server&amp;quot; key=&amp;quot;test_title&amp;quot; cssclass=&amp;quot;pageTitle&amp;quot;&amp;gt;&amp;lt;/myapp:pagetitle&amp;gt;&lt;br /&gt;
	&amp;lt;/myapp:contentregion&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   My content...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/myapp:masterpage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I've already successfully built the project. And the DESIGN view seems to work just fine.&lt;br /&gt;
&lt;br /&gt;
What am I doing wrong?&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
</description></item><item><title>Debugger Problem Solved</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=6&amp;key=zgG5HfUnWbmuMg1i3qjmPQ%3d%3d&amp;post=6</link><pubDate>Thu, 30 Jan 2003 12:04:01 GMT</pubDate><description>Debugger Problem Solved&lt;br /&gt;
&lt;br /&gt;
VS.NET's Debugger currently has a bug that causes some very odd behaviors when you have several Pages (or User Controls) with the same name in different folders in your project.  A very good example would be the case where every folder has a Page named Default.aspx!&lt;br /&gt;
&lt;br /&gt;
The behavior is that sometimes debugging does not work in at least some of these files, or maybe it works in parts of the files but not in other parts (saying symbols not loaded), or worse is when you set a breakpoint in one file and it randomly jumps to one of the others.&lt;br /&gt;
&lt;br /&gt;
MS says the solution is to not have multiple files of the same name, but what about Default?  My workaround is to manually change the names of the code-behind files (and matching resx) to something that is unique -- which then fixes the debugging problem and it all works well.&lt;br /&gt;
&lt;br /&gt;
The problem is that these name changes must be done outside of VS.NET, by changing the file names, the codebehind attribute in the associated Page or User Control, and the Project file.  I saw some reason to believe VS.NET will sync the Project file for you, but I do it myself.&lt;br /&gt;
&lt;br /&gt;
While its a pain to do this, and it takes some getting used to, it will solve your problem.  You will notice that my Default.aspx pages have their code-behind file named DFolder.aspx.cs, and I also have a ControlMain.ascx in each folder with code-behind named CFolder.ascx.cs.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
</description></item></channel></rss>