<?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>Search results matching tag 'Subprojects'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Subprojects&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'Subprojects'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>VS2008 Performance issues/solutions</title><link>http://forums.asp.net/thread/2311183.aspx</link><pubDate>Mon, 21 Apr 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2311183</guid><dc:creator>Bill_H</dc:creator><description>&lt;p&gt;Hi:&lt;/p&gt;
&lt;p&gt;First kudos to the VS 2008 team- the current implementation of intellisense is so good it is almost scary. Great job. But.&lt;/p&gt;
&lt;p&gt;We had a significant problem with a major project (WAP with several WAP sub-projects, Enterprise Application Blocks etc.&amp;nbsp;with lots of dlls in the bin directory) after upgrading from VS2005. We tried many things but we were still getting the majority of our compile/load to browser times during development in the 2-5 minute range. In reality, that made VS2008 un-usable to us for development. Our setup is&amp;nbsp;VS2008 Pro, running on Vista Ultimate will all hotfixes and patches applied.&lt;/p&gt;
&lt;p&gt;What we tried and didn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;1. Turning off background updates of Visual Source Safe in case VSS was touching the file date/times and causing unecessary compiles.&lt;/p&gt;
&lt;p&gt;2. Turning off anti-virus checking on the source code&amp;nbsp;directory and the .net&amp;nbsp;temp directory (in Web.config compilation/tempDirectory) in case the anti-virus was touching the file date/time and causing un-necessary compilations.&lt;/p&gt;
&lt;p&gt;3. Moving the temp net compile directory (in Web.config compilation/tempDirectory) to another drive and or a ram drive and or a USB stick as our laptop drives are only 7200 rpm.&lt;/p&gt;
&lt;p&gt;4. Every hotfix / patch out there.&lt;/p&gt;
&lt;p&gt;Nothing worked.&lt;/p&gt;
&lt;p&gt;What did work - and did it make a difference!&lt;/p&gt;
&lt;p&gt;In web.config compilation section set batch=&amp;quot;false&amp;quot; and set numRecompilesBeforeAppRestart=&lt;font size="2"&gt;&amp;quot;XX&lt;/font&gt;&lt;font size="2"&gt;&amp;quot; to a high integer. We are setting it to 30. &lt;/font&gt;&lt;font size="2"&gt;Our compile times are just a few long seconds now instead of minutes. I hope this helps someone else.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Best,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Bill&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Re: Visual Studio 2008 performance issues</title><link>http://forums.asp.net/thread/2267898.aspx</link><pubDate>Tue, 01 Apr 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2267898</guid><dc:creator>Bill_H</dc:creator><description>&lt;p&gt;Thanks for the response. As I said in my original post and in my response, I installed all hotfixes. They were installed right after the installation of 2008 as they were recomended, so I have no comparison to pre hotfix performance. I only use the master page/content page variants of windows forms as in .master and .aspx.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Bill&lt;/p&gt;</description></item><item><title>Visual Studio 2008 performance issues</title><link>http://forums.asp.net/thread/2266990.aspx</link><pubDate>Mon, 31 Mar 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2266990</guid><dc:creator>Bill_H</dc:creator><description>&lt;p&gt;Hi:&lt;/p&gt;
&lt;p&gt;Since upgrading from VS2005 Pro to VS2008 Pro I am constantly experiencing a very frustrating performance issue. First, the setup&amp;nbsp;is VS 2008 Pro, running on Vista Ultimate with 2Gb of ram and 4Gb of readyboost. All hot fixes are installed, Vista is up to date- except I have not installed Vista&amp;nbsp;SP1. It does not matter if I am running the development server or IIS 7 and I am having the same problem with or without debugging.&lt;/p&gt;
&lt;p&gt;Press F5 or CTRL F5, it does not matter, and about a third of the time I will get a compile and the first page of the WAP project&amp;nbsp;loads as expected (it is&amp;nbsp;a simple first page with just a menu structure, no data access or anything else), in a few seconds. I can press the same keystroke 5 seconds later, without changing a thing in code anywhere, and it will take about two minutes (timed) to load the first page. Obviously it is not a first page load in the cache issue. To repeat, it makes no difference if debugging is on or off, or&amp;nbsp;if I run against IIS or development server.&lt;/p&gt;
&lt;p&gt;What is really weird, is if I put any content aspx page&amp;nbsp;into split mode, click here and there about the split mode - and then click save or save all or something else at random on the menu - &amp;nbsp;it does not seem to matter where - and then press F5 - bang the first page of the website loads as it should, right after the compile in a very reasonable period of time. It seems as if I have to do something in the IDE to get the website to load with any sort of speed.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;After the first page of the website loads, perfomance is fine in all respects. But that two minute wait is a productivity killer, not to mention frustrating.&lt;/p&gt;
&lt;p&gt;Also, periodically the IDE seems to loose it&amp;#39;s connection with the css file in the App_Theme directory. It will periodically show all css classes or ids in the IDE as unknown with a green wiggly line.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Is anybody else seeing this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;TIA,&lt;/p&gt;
&lt;p&gt;Bill&lt;/p&gt;</description></item><item><title>Using the development server with WAP and WAP subprojects</title><link>http://forums.asp.net/thread/2263729.aspx</link><pubDate>Sat, 29 Mar 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2263729</guid><dc:creator>Bill_H</dc:creator><description>&lt;p&gt;Hi:&lt;/p&gt;
&lt;p&gt;In VS2005, the recommended method for using the development server for solutions with WAP subprojects was to have only one virtual directory for the root project, and set the server to development server with a fixed port. Then set the same port for the WAP subprojects. &lt;/p&gt;
&lt;p&gt;In VS2008, this setup fails. When the WAP subprojects load, they load a second copy of the development server, which throws an error. MS says this is &amp;quot;by design&amp;quot; and all the threads I have read recommend switching to running IIS with subprojects in VS2008.&lt;/p&gt;
&lt;p&gt;However, I have found a solution that will work. Follow all the instructions per VS2005 regarding virtual directories. Only create one- which is the root project. Next set the root project to run IIS. Next set all the subprojects to run IIS. Then come back to the root project and set it to run on the development server. This sequence has to be followed. If you set the root project first to run on the development server, when you try to set the subprojects, VS will insist on creating virtual directories for the subprojects. Just follow the sequence of root to IIS, subprojects to IIS, then root set back to development server. &lt;/p&gt;
&lt;p&gt;The development server will run, IIS will not. Hope this helps some others.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Best,&lt;/p&gt;
&lt;p&gt;Bill&lt;/p&gt;</description></item><item><title>Changing Intellisense CSS version level validation in aspx source mode</title><link>http://forums.asp.net/thread/2263722.aspx</link><pubDate>Sat, 29 Mar 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2263722</guid><dc:creator>Bill_H</dc:creator><description>&lt;p&gt;Hi:&lt;/p&gt;
&lt;p&gt;We are using Visual Studio 2008 Pro. The solution is a WAP with several subprojects and uses Themes.&lt;/p&gt;
&lt;p&gt;How do you change the Intellisense validation level for css in aspx source files? We are getting some errors saying that certain terms are not valid in CSS 2.0. They are valid in CSS 2.1. How do we tell Intellisense to validate in 2.1 instead of 2.0? When we load the CSS file in the editor, we set it to 2.1 but that does not seem to help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;TIA,&lt;/p&gt;
&lt;p&gt;Bill&lt;/p&gt;</description></item><item><title>Re: VS2008 freezes, hangs HResult 0x80070006</title><link>http://forums.asp.net/thread/2245372.aspx</link><pubDate>Thu, 20 Mar 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2245372</guid><dc:creator>Bill_H</dc:creator><description>&lt;p&gt;Group:&lt;/p&gt;
&lt;p&gt;We have found at least one workaround for the hanging issue when running the project.&amp;nbsp;If we use the split view mode for our content pages, instead of going between source and code, the hang in loading the project is gone. Completely.&lt;/p&gt;
&lt;p&gt;Hope this helps somebody.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Bill&lt;/p&gt;</description></item><item><title>VS2008 freezes, hangs HResult 0x80070006</title><link>http://forums.asp.net/thread/2244489.aspx</link><pubDate>Thu, 20 Mar 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2244489</guid><dc:creator>Bill_H</dc:creator><description>&lt;p&gt;Mikahil:&lt;/p&gt;
&lt;p&gt;Runs fine for a few minutes.&lt;/p&gt;
&lt;p&gt;Bang. HResult 0x80070006 ErrorCode = 0x0 A fatal error has occured and debugging needs to be...&lt;/p&gt;
&lt;p&gt;Or Website found Waiting for response - for two minutes. Eventually loads but in essence renders VS 2008&amp;nbsp;non functional as a development environment.&lt;/p&gt;
&lt;p&gt;VS2008 Pro running on Vista Ultimate, 2Gb ram, 4Gb ready boost. SqlServer 2005, IIS. Yes, hotfix applied.&lt;/p&gt;
&lt;p&gt;No, I never received the product key. Build output in earlier post.&lt;/p&gt;
&lt;p&gt;Wonderful,&lt;/p&gt;
&lt;p&gt;Bill&lt;/p&gt;</description></item><item><title>VS2008 loading WAP slow into IIS on Vista</title><link>http://forums.asp.net/thread/2243000.aspx</link><pubDate>Wed, 19 Mar 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2243000</guid><dc:creator>Bill_H</dc:creator><description>&lt;p&gt;Group:&lt;/p&gt;
&lt;p&gt;I have a fairly large WAP project that contains a number of subprojects including a WAP subproject. Just upgraded from VS2005 to VS2008 and changed all the projects targets from 2.0 to 3.5. I understand that running subprojects under the VS development server is broken under 2008, and this was confirmed when I tried to run it. Under VS2005, I was developing on the development server without any problems, using the techique posted by Omar Khan. However, 2008 trys to run several copies of the development server (one for each WAP project) and throws an error. So I moved development to IIS running locally on Vista.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;It takes almost two minutes for the project to load, with or without debugging. Debugging is not the issue, the project loads and runs fine, once it loads. I am really not happy waiting two minutes for a compile and load and the compile is over in a few seconds. The typical output while waiting to load&amp;nbsp;looks like this;&lt;/p&gt;&lt;font size="1"&gt;&lt;/font&gt;&lt;font size="1"&gt;
&lt;p&gt;Auto-attach to process &amp;#39;[392] w3wp.exe&amp;#39; on machine &amp;#39;DELL-LAPTOP&amp;#39; succeeded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Web.RegularExpressions\2.0.0.0__b03f5f7f11d50a3a\System.Web.RegularExpressions.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\Microsoft.JScript\8.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\CppCodeProvider\8.0.0.0__b03f5f7f11d50a3a\CppCodeProvider.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\aca79927\9625117f_d889c801\Admin.DLL&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\4dcca82b\606ab067_1089c801\AdminInventory.DLL&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\8b407119\a05ea26e_1089c801\AdminOrders.DLL&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\e2612761\96c495a7_a589c801\AdminProducts.DLL&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\9012abb7\0057ff8c_084fc801\AjaxControlToolkit.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\fbdc6cb4\0027be44_a81ec701\AJAXExtensionsToolbox.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\62fd91db\d0688edf_0f89c801\Cheeseline2.DLL&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\9e83e47e\a0238418_de47c801\FredCK.FCKeditorV2.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\5e06091b\d3af8f3d_5320c801\Microsoft.Practices.EnterpriseLibrary.Common.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\97f9a057\134dec3f_5320c801\Microsoft.Practices.EnterpriseLibrary.Data.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\b97c8cc8\d340bc43_5320c801\Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\e35db0c9\13dbce47_5320c801\Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\af67ad61\33a73d47_5320c801\Microsoft.Practices.EnterpriseLibrary.Logging.Database.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\e1c4ec00\73aba441_5320c801\Microsoft.Practices.EnterpriseLibrary.Logging.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\59f6322a\f38b9040_5320c801\Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\165d3812\80c21fe9_841fc801\Microsoft.Practices.ObjectBuilder.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\acee5f3f\eea4f99b_4c68c801\obout_Editor.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\44aefd30\403036e2_0f89c801\Orders.DLL&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\2078b2df\209636dd_0f89c801\Payments.DLL&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\fe5c2f7c\70c2eddb_0f89c801\Products.DLL&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\570cc62f\31e87ab1_29bac701\URLRewriter.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\54d7bc58\7083d1d7_0f89c801\Utilities.DLL&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\assembly\dl3\56e8fb07\307a3735_57b9c701\WebPageSecurity.DLL&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Runtime.Serialization\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0.0__31bf3856ad364e35\System.WorkflowServices.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Xml.Linq\3.5.0.0__b77a5c561934e089\System.Xml.Linq.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Data.DataSetExtensions\3.5.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Code.u78aosxm.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_global.asax.xwecqggg.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Browsers.kghgbopp.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;A_69260659_b106_40e5_8e4f_805c93b8c99f&amp;#39;&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;M_69260659_b106_40e5_8e4f_805c93b8c99f&amp;#39;&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Web_9sgk-muo.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Web_u5m8j78l.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Theme_Normal.5zijgndd.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;A_be025a17_a631_4128_a4a8_7d9501d8beca&amp;#39;&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;M_be025a17_a631_4128_a4a8_7d9501d8beca&amp;#39;&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_MSIL\Microsoft.VisualBasic\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Web_7x1fcks4.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Web_2ads84bx.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Web_9q-z3fi1.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Web_vsskjkgc.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Web_v1j2vvzy.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cheeseline2\5bff9ae7\500a49b6\App_Theme_Admin.3ttwpamu.dll&amp;#39;, Symbols loaded.&lt;/p&gt;
&lt;p&gt;&amp;#39;w3wp.exe&amp;#39; (Managed): Loaded &amp;#39;C:\Windows\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll&amp;#39;, Skipped loading symbols. Module is optimized and the debugger option &amp;#39;Just My Code&amp;#39; is enabled.&lt;/p&gt;
&lt;p&gt;The thread 0x17c4 has exited with code 0 (0x0).&lt;/p&gt;
&lt;p&gt;The program &amp;#39;[5176] iexplore.exe: Script program&amp;#39; has exited with code 0 (0x0).&lt;/p&gt;
&lt;p&gt;The program &amp;#39;[392] w3wp.exe: Managed&amp;#39; has exited with code 0 (0x0).&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;I wonder why&amp;nbsp;I see the subproject (modules such as Orders.dll or Products.dll) loading under&amp;nbsp;.Net 2.0? Any ideas as&amp;nbsp;to why it is taking&amp;nbsp;so very long to load?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Bill&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>