Hi guys,
Since a few days ago were developing on .NET 2.0. VS2005, huray!!
But the building process is slower then ever. Getting a cup of coffee with a relaxed walk around is no exception.
The amount of code is allot, but still we think it should handle it with any problems.
What can we do about it?
-
-
What project type is this (web, windows forms) and what language?
-
ASP.NET with allot of code behind(Inclusive generated xsd.exe Class files up to 4MB). In the language VB.NET.
-
Here is a good blog post that covers how to optimize performance: http://weblogs.asp.net/scottgu/archive/2006/09/22/Tip_2F00_Trick_3A00_-Optimizing-ASP.NET-2.0-Web-Project-Build-Performance-with-VS-2005.aspx
I suspect you might be running into the dueling references issue I mention in the article.
Hope this helps,
Scott -
scottgu wrote:Here is a good blog post that covers how to optimize performance: http://weblogs.asp.net/scottgu/archive/2006/09/22/Tip_2F00_Trick_3A00_-Optimizing-ASP.NET-2.0-Web-Project-Build-Performance-with-VS-2005.aspx
I suspect you might be running into the dueling references issue I mention in the article.
Hope this helps,
Scott
Thanx for the info!! We will try it out.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.