A few VS 2005 SP1 Links and Information Nuggets

In  you were out the second half of December, you might have missed some of the VS 2005 Service Pack 1 posts that I've previously made:

Below are a few more recent links and blurbs of information about VS 2005 SP1 that you might also find useful:

1) Details on some of the specific bug-fixes and changes for web app support in VS 2005 SP1

The VS servicing team is putting together a page that you'll be able to visit to obtain a more complete list of changes/fixes within VS 2005 SP1 as a whole.  Until then, you can check out this blog post: Visual Studio 2005 SP1 Released - details about changes for web tools.  This summarizes a lot of the changes specifically made in VS 2005 SP1 by the VS Web Tools team that builds the designer and project system that targets ASP.NET.

2) How to determine if you have VS 2005 SP1 Installed

A few people have asked me how they can tell if VS 2005 SP1 installed successfully.  Two ways you can quickly check if VS 2005 SP1 is installed:

a) Select the "Help->About Visual Studio 2005" menu item within the IDE and check to make sure that SP1 is listed as one of the installed products:

b) Select the "File->New Project" menu item within the IDE and check to make sure that the VS 2005 Web Application Project model option (which is now built-in with SP1) is installed and works:

Heath Stewart also has a good post on how to programmatically detect if VS 2005 SP1 is installed (by checking a registry entry) if you want a more programmatic way to detect if it is installed.

Important: VS 2005 SP1 needs to be installed for each instance of Visual Studio that is installed on your machine - so if you have Visual Web Developer Express, Visual Basic Express and Visual Studio Professional installed it will need to install SP1 three times (once for each instance).  If you cancel out of the install part-way through you might find that SP1 installed for some of the instances but not for all of them.  Using the above steps will enable you to check to make sure that the instance of Visual Studio that you are using had it applied successfully.  If not, then re-run the SP1 setup to install it on the remaining VS instances on your machine.

3) What happens when you install VS 2005 SP1?

A lot of people have asked "what is it doing that takes so long to install VS 2005 SP1?" 

Heath Stewart from the VS Setup team has put together an awesome post that details the steps that occur during the VS 2005 SP1 Install Experience.  It also details a number of ways to improve the performance of the install (as well as why these steps improves the performance).  I'd definitely recommend reviewing this if you want to understand exactly what is going on during the install experience.

4) Improve Performance and Disk Space when installing VS 2005 SP1

One very important setup performance tip is to make sure you disable anti-virus software before launching the VS 2005 SP1 install.  Because anti-virus software typically scans all files before they are read, and the VS 2005 SP1 patch is both large *and* read multiple times, having anti-virus software enabled can significantly impact your setup performance.  Turn this off before running install, and then re-enable it once it is complete.

For further tips to improve SP1 install performance read Heath's detailed SP1 install post here.  In particular, look for his suggestions on disabling the SAFER check, as well as with how to use the /quiet flag.  Both of these should improve setup performance of VS 2005 SP1 significantly.

5) How to work around a "Error 1718. filename.msp was rejected by digital signature policy" error message when installing on Windows Server 2003

Several people commented on my first SP1 blog post about running into an error message when installing VS 2005 SP1 on Windows Server 2003 about a "digital signature policy" failing to be validated.

This KB Article describes how to work around this problem. 

6) Slipstreaming the VS 2005 SP1 Patch onto a VS 2005 Setup (to avoid having to install it again on a new machine)

Heath has another great post here on how you can automatically slip-stream the SP1 patch into your own modified VS 2005 setup program so that you can create an already patched VS 2005 Install for yourself (or better yet for your team).  This avoids you in the future having to install VS 2005 and then run the SP1 patch when doing a clean install on another machine.

Future VS 2005 downloads from MSDN will have SP1 automatically applied.  Until then you can use this article if you want to learn how to create your own slipstreamed setup in the meantime.

Hope this helps,

Scott

P.S. Where possible, please post SP1 install questions on Heath's blog posts above - since he is the real expert of how the VS 2005 SP1 install process works.  I'm also still on vacation still this week (posting from a hotel room right now), and so will be slow to respond to blog comments and questions (so his blog might be faster to get a response).

Published Monday, January 01, 2007 8:24 PM by ScottGu

Comments

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 02, 2007 12:14 AM by PCM

Hi Scott,

For some reason after Patch, my Documentation stopped working. Is there anything from where I can troubleshoot why my documentation stopped working ?

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 02, 2007 8:43 AM by Scott S.

A third way to see if SP1 is installed:

Control Panel > Add/Remove Programs

Check the "Show Updates" box.

Scroll down to find the "Microsoft Visual Studio 2005 ..." entry in the list.

The service pack will show underneath that entry as "Microsoft Visual Studio 2005 ... Service Pack 1".

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 02, 2007 9:56 AM by ScottGu

Hi PCM,

I haven't heard of that problem before.  Can you send me an email on it?  I can then loop you in with some folks who can help.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 02, 2007 12:26 PM by Andrew Webb

Scott,

You're quoted as saying that there's 2200 bug fixes in SP1:

http://weblogs.asp.net/pwilson/archive/2006/12/15/vs-2005-service-pack-1-available-go-get-it-now.aspx

However, this page:

http://support.microsoft.com/kb/918526/en-us

contains *considerably* less than that.

Is there a more complete and definitive list being brewed up in Seattle?

Thanks.

Andrew

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 02, 2007 3:18 PM by DB

Worst installer ever.

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 02, 2007 3:45 PM by ScottGu

Hi Andrew,

The number of fixes in SP1 is less than 2200 - although I believe more than 1000 (I'm not 100% sure of the number anymore - the 2200 I'm quoted on was actually incorrect).

The list in that KB above is only a partial list and doesn't contain everything.  As I mentioned in the blog post above, we are working on trying to consolodate the lists in one place that people can then more easily refer to.  The holidays made progress on this slow - but I know people are working on it now and it should show up later this month.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 02, 2007 3:49 PM by Zack

Scott,

Do you know if there's a way to call the Web Application Publish feature from MSBuild or from the visual studio command line?

We use a combination of Final Builder and Cruise Control to do our integration builds and we'd like to be able to have the build server automatically publish new version of the website.

Thanks,

Zack

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 02, 2007 3:58 PM by ScottGu

Hi Zack,

Good question - I'm not sure if the specific publish wizard is callable from MSBuild (if you send me email on this topic, though, I can loop you in with folks on my team who can confirm).

Note that the Web Application Project publish wizard itself doesn't do any compilation work - instead it just uses FTP to publish the files to the target server.  One option you might want to look at are these pre-built MSBuild tasks I linked to here: http://weblogs.asp.net/scottgu/archive/2006/04/03/Great-Free-MSBuild-Tasks-Available-for-Download.aspx

They include FTP tasks that you can integrate within MSBuild and could probably accomplish the same thing as the publish wizard.

Hope this helps,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 02, 2007 6:11 PM by Matt

Does it matter if you install SP1 for Team Server or Visual Studio first?

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 02, 2007 11:40 PM by vikram

I am more than amazed to see your commitment even when you are on holiday. and a great post for the knowledge of vs SP1

Happy new year

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 04, 2007 4:57 AM by Jonny

Hi

Is there a plan to release a new version of SP1 with the fix to AJAX RC1? (ie, not working on production server)

Jonny

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 04, 2007 5:07 PM by TomK

When I attempt to install SP1 I get 'The installation source for this product is not available'

The installation source for both VSTS and SP1 is a directory on my local drive.

I tried doing a repair of VSTS, but that did not resolve the issue.

Any suggestions?

Thanks,

TomK

# re: A few VS 2005 SP1 Links and Information Nuggets

Friday, January 05, 2007 2:35 PM by PeterB

Scott, thanks very much for picking up the slack for what should have been a better official release of this SP.

Regarding the install, I wasn't expecting the update to relaunch for each version of VS 2005 you have to update. I know you alluded to this already, but I went ahead and killed the second launch thinking it was already finished.

I agree with the anonymous comment that this is among the worst update experiences I have ever faced with a MS product. This is the biggest disk space hog I've ever seen!

Not your fault, of course, and again, thanks for helping the development community get through it with a minimum of pain.

# re: A few VS 2005 SP1 Links and Information Nuggets

Saturday, January 06, 2007 6:31 PM by ScottGu

Hi TomK,

Can you send me an email with more details about the problem you are having?  I can then loop you in with someone to help.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Saturday, January 06, 2007 6:39 PM by ScottGu

Hi Johnny,

There isn't any conflict between SP1 and ASP.NET AJAX.  I think the problem you are referring to is an issue with the ASP.NET AJAX RC when used with a web deployment project that has updates turned off.  This will be fixed in the next ASP.NET AJAX release.  If you need a fix sooner, please send me email and I can get you an immediate build.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 09, 2007 2:59 PM by Kevin Jensen

What about the ReportBuilder redistributable for SP1?  

Do you have an ETA on it?

# re: A few VS 2005 SP1 Links and Information Nuggets

Wednesday, January 10, 2007 1:40 AM by ScottGu

Hi Kevin,

I don't actually know about the ReportBuilder, but if you send me email about it I can loop in someone from the reports team to comment.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 11, 2007 8:03 AM by AsbjornM

Why isn't the Web Deployment addin in the sp1?

# Installed SP1 but Web Application Project template missing

Friday, January 12, 2007 6:50 AM by Kevin Kenny

Hi Scott,

I ran the installer but don't see the Web Application Project template.

Help -> About confirms that SP1 is installed. In fact I installed it a second time just to be sure, but still no Web Application Project.

I did used to have the beta installed but did uninstall before the applying SP1.

Any ideas anyone?

Cheers

Kevin

# re: A few VS 2005 SP1 Links and Information Nuggets

Friday, January 12, 2007 12:33 PM by Mark

I've run into a problem that started showing up randomly after SP1 was installed:

I attempt to view an aspx page in Design mode and at each control that is getting created takes at least 2 minutes. The window becomes unresponsive and all I see is:

Creating control 'controlName1'

a few minutes later.

Creating control 'controlName2'

After 10 minutes, I have to kill Visual Studio -- any insight into this?

-Mark

# re: A few VS 2005 SP1 Links and Information Nuggets

Sunday, January 14, 2007 4:59 PM by ScottGu

Hi Mark,

I haven't heard of issues like this before, so would definiely like to understand what is going on.

Can you send me email with more details and I'll get someone to help investigate.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Sunday, January 14, 2007 5:00 PM by ScottGu

Hi Kevin,

Does File->New Web Site work for you?

I'm wondering if you have unchecked the "Visual Web Developer" checkbox in setup - which would cause the web project support not to be installed.

Can you go into VS setup and make sure this is selected?  If that doesn't work, can you send me email and I'd be happy to have someone help further.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 18, 2007 7:18 PM by Elroy Skimms

I've recently (this last reboot) started seeing the "Creating Control MyControlName" loop which takes bloody forever to complete. I upgraded to SP1 last week. DevEnv.exe is taking up 50% of my CPU cycles (dual-core CPU = 100% of one core) so if I didn't have a dual core, I'd be dead in the water. Have you found anything to help resolve this? E-mail me at elroyskimms[AT]yahoo[DOT]com. Thanks!

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 18, 2007 9:07 PM by Andrew Tregonning

Hi

I had the same experience as Kevin: after apparently successfully installing SP1, the "Web Application" project model was not available in the New Project dialog.

Help->About did list SP1 as installed though.

However, I have just reinstalled SP1, and "Web Application" is now there.

Thanks,

Andrew

# re: A few VS 2005 SP1 Links and Information Nuggets

Friday, January 19, 2007 10:01 AM by Adam

I had the web applications for VS2005 installed as well.  I uninstalled it and ran the sp1 install. After the install the web application project was gone.  I reinstalled as well to make sure it wasn’t something I did wrong.

Scott - The Web Application doesn’t show up under File -> New Web Site as it’s not a "Web Site" but yet a "web app" which usually shows up under File -> New Project since it’s an actual project and not just a website.  Please anyone with help on this matter would be greatly appreciated.  I can not open Web Apps created with the stand alone web application install as the SP1 didn’t install this add-in.  I guess until it’s resolved I'll have to uninstall SP1.  Thanks in advance.

# re: A few VS 2005 SP1 Links and Information Nuggets

Friday, January 19, 2007 9:02 PM by ScottGu

Hi Adam,

Can you send me an email with details of this?  I'll then loop you in with someone who can help investigate further and figure out what is going wrong.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 25, 2007 8:59 AM by Anon

We're having the same 50% core problems as Elroy Skimms.  Brand new Windows install, with VS 2005 + SP1.  Anyone have any idea why this may be?

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 25, 2007 10:35 AM by ScottGu

Hi Anon,

Can you send me an email (my contact details are on the "about" link at the top of this blog) about the CPU spike you are seeing?  I can then loop some folks in to figure out what is going on.

Thanks,

Scott

# Takes forever to load controls in Designer view

Thursday, January 25, 2007 1:05 PM by Jason

I'm having the same problem that Mark and Anon are having.  Since I've installed VS 2005 SP1, when I load a page in Design view, VS chugs through all the controls on the page, taking like 10 minutes per control.  I left it sitting for a few hours and it did eventually open the page.

Have you received any more feedback on why this might be occuring?

Thanks,

Jason

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 25, 2007 2:39 PM by ScottGu

Hi Jason,

Can you send me an email on this issue?  I will then loop someone in to help.

I believe Mark and Anon ended up running into an issue where they were double referencing two different versions of the same assembly - which was why it was taking forever to load.

Send me mail though (scottgu@microsoft.com), and we'll get it figured out.

Thanks,

Scott

# re: Takes forever to load controls in Designer view

Thursday, January 25, 2007 3:43 PM by Dave Franke

Same problems as the others.   I was working fine until today.  I had to de-install / re-install a copy of the Infragistics controls.  When I reopened the project after the install I started receiving the problem when I switch to Designer view.  Now whenever I try to go to Designer my machine basically locks up for a half hour and I get the message "Creating control xxxxxx" at the bottom of the screen.  It then looops through all the controls on the screen before I can finally get control of the PC.

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 25, 2007 4:26 PM by Jason

Hi Scott,

That hint about double references was all I needed to get things figured out.  Our project somehow ended up with two references to the Atlas assemblies inside web.config.

Thanks!

Jason

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 25, 2007 5:19 PM by ScottGu

Hi Dave,

Can you send me mail (scottgu@microsoft.com) about this and we'll figure out what is going on.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, January 25, 2007 5:39 PM by Dave Franke

Hi Scott,

Finally got around the problem.  Not sure what it was.  I checked my web.config files but did not see anything releated to two competing references.  We work with TFS. So in the end I deleted everything in my workspace and retrieved all the source code and the problem was gone.  Tried a Force Get latest before that but it did not work either.

Thanks,

Dave

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, January 30, 2007 12:30 PM by Gianni Melon

After installation of VS2005 SP1 unit tests need a very long time to start with CPU load at 100%. Without SP1 unit tests started considerably faster. Now Rerun of even a single unit test takes ages.

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, February 01, 2007 5:45 PM by Sheng Xu

Hi, Scott,

I ran the installer but don't see the Web Application Project template. Any idea?

Sheng

# Resizing a Panel control with an embedded TreeView control generates an error message

Thursday, February 01, 2007 6:49 PM by EricK

I believe the following problem started after I installed SP1.  Unfortunately, I can't guarantee that I followed the steps below prior to my SP1 installation.  (I'm looking for a co-worker with a pre-SP1 installation in order to generate an additional data point.)

Execute the following steps to recreate (or not) the problem I'm having:

-Start Visual Studio 2005 SP1.

-Select File | New | Project on the menu bar.

-Opt to create a C#, ASP.NET Web Application.

-Make sure you're in Design view (for the Default.aspx page).

-Drag a Panel control (a Standard control) onto the page.

-Drag a TreeView control (a Navigation control) onto the page, and into the panel control.

-Add at least one node to the TreeView control.

-Resize the Panel control by dragging one of its edges.

>> On my system, the TreeView control changes to an error box containing the following text:

"Error parsing control: Object reference not set to an instance of an object."

-Next switch to Source view.

-Finally, switch right back to Design view.

>> On my system, the TreeView control is rendered correctly again.

Any ideas?

Thanks, Eric

# re: A few VS 2005 SP1 Links and Information Nuggets

Sunday, February 04, 2007 6:12 PM by ScottGu

Hi Sheng,

I suspect the problem is that you don't have SP1 installed.  Either that, or perhaps you don't have the Visual Web Developer checkbox selected when you run VS setup?

Can you try installing SP1 again?

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Sunday, February 04, 2007 6:26 PM by ScottGu

Hi Gianni,

Can you send me an email about the unit test performance issue you are seeing?  I will then loop someone in from that team to help investigate and figure out what is going wrong.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Sunday, February 04, 2007 6:30 PM by ScottGu

Hi EricK,

Can you send me an email that documents these steps?  I can then have someone on my team take a look to figure out what is going on and get back to you.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, February 08, 2007 10:00 AM by Chris Kenny

Scott:

I ran SP1 and experienced the same result that others have reported. Web application template not visible. But the version appears to be SP1 as seen in the 'about->help' module. Tried to run SP1 again but it got munged and won't run as a valid patch. Curiously, I had VS Premier Partner SDK installed and I did see an update SP1 entry associated with Premier Partner. I removed Premier Partner but still no SP1 re-install. Sigh.

# VS 2005 in Vista has only Project Templates

Friday, February 09, 2007 12:25 PM by Paolo Pigantelli

I have a dual boot system XP/Vista (both final relaeses, fully patched).  VS 2005 works fine in XP with SP1 installed, but in the Vista partition, where I installed VS and SP1 and the Beta patch for VS for Vista, when I open, all I get in the Recent Projects template are:

Open Project or Creae Project.  I do not have the various choices of Open Web site, or Ajax Enabled website (i installed that too), etc...

If I click on Create Project->Visual Basic (or Visual C#) -> I have only templates (Visual Studio Installed Templates) ASP.Net Web Application and ASP.Net Web Service Application, and then in My Templates, I have Search Online Templates...

So, I seem to be missing a few templates.  Any idea on Thanks is happening?  

I am running VS in Run As Administrator mode (the little icon is next to the menu entry in the Start menu.)

# VS 2005 in Vista missing many templates

Friday, February 09, 2007 1:19 PM by Paolo Pignatelli

I have a dual boot system XP/Vista (both final releases, fully patched).  VS 2005 works fine in XP with SP1 installed, but in the Vista partition, where I installed VS and SP1 and the Beta patch for VS for Vista, when I open VS 2005, all I get in the Recent Projects template are:

Open Project or Create Project.  I do not have the various choices of Open Web site, or Ajax Enabled website (I installed ASP.NET Ajax 1 too), etc...

If I click on Create Project->Visual Basic (or Visual C#) -> I have only templates (Visual Studio Installed Templates) ASP.Net Web Application and ASP.Net Web Service Application, and then in My Templates, I have only the icon for Search Online Templates...

So, I seem to be missing a few templates.  Any idea on what is happening?  (VS seems not to be installing templates in

I am running VS in Run As Administrator mode (the little icon is next to the menu entry in the Start menu.)

# re: A few VS 2005 SP1 Links and Information Nuggets

Saturday, February 10, 2007 11:39 AM by ScottGu

Hi Paolo,

Can you send me an email with more details on this?  I will then loop someone in from the team to help.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, February 13, 2007 1:26 AM by ScottGu

Hi Chris,

Can you send me an email with more details on this?  I will then loop someone in from the team to help.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Monday, February 26, 2007 12:05 PM by Brent

I too have installed SP1. I now get Microsoft Web Deployment Projects 2005 and This service pack is for Microsoft Visual Studio 2005 Premier Partner Edition - ENU when viewing About Microsoft Visual Studio however no options for creating a web project exist. I am having a tough time finding this section "Perhaps you don't have the Visual Web Developer checkbox selected when you run VS setup?" from one of your post above. Any chance that you could steer me in the right direction?

Thanks,

Brent

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, February 27, 2007 2:18 AM by ScottGu

Hi Brent,

Can you go to add/remove programs and run the VS setup?  If you go to the customize link within VS setup it should give you a list of options about what is/isn't installed in VS.

In that list there should be a node for "Visual Web Developer".  You want to make sure that is checked.

If this doesn't work, please send me an email and I can have someone help you with it.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Saturday, March 03, 2007 8:18 AM by Russ

Hi Scott,

I'm getting an extremely frustating problem since installing SP1.  It happens when I'm debugging at a breakpoint and I mouse over a variable or an instance of an object to open the 'values window'.   It works fine about 70% of the time, but often it opens up and error report box.  

After sending the error, any attempt to view the properties of an object by holding the mouse over simply returns "children cannot be evaluated", and I have to close and re-open VS to get it working again.  

Any clues?

Thanks,

Russ

# re: A few VS 2005 SP1 Links and Information Nuggets

Saturday, March 03, 2007 9:14 PM by ScottGu

Hi Russ,

I haven't heard of that issue before.  Can you send me email (scottgu@microsoft.com) with the details of it?  I will then loop someone in on my team to help investigate.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, March 08, 2007 12:38 AM by Ben Amada

Scott,

Do you know if there will be a download available in the near future for VS 2005 with SP1 already applied?

Thanks in advance,

Ben

# re: A few VS 2005 SP1 Links and Information Nuggets

Thursday, March 08, 2007 1:47 PM by ScottGu

Hi Ben,

Unfortunately I haven't heard any update on the ETA for an already-applied SP1 version of VS.  I'll push some more for this though.

Thanks,

Scott

# re: A few VS 2005 SP1 Links and Information Nuggets

Monday, March 12, 2007 7:49 PM by Tim

Scott, I'll add my voice to this requirement for an integrated build.  For those of use who rebuild out machines frequently its a major issue.  I find it difficult to understand why this nettle is not being grasped.  I'd get sacked for doing this to my customers.

# re: A few VS 2005 SP1 Links and Information Nuggets

Tuesday, March 13, 2007 9:35 AM by mgr

Hi,

I am trying to open a sharepoint(2007) website in visual studio and keep getting the error "Visual Web developer does not support opening SharePoint sites". I have installed sp1 and all other tools/utilites that have been mentioned anywhere on the microsoft site. Can you please help me here.

# re: A few VS 2005 SP1 Links and Information Nuggets

Wednesday, March 14, 2007 4:58 PM by Rajesh

Hi Scott,

I am too frustated with CPU consumption 100% on debuging with New Visual Studio 2005 SP1. I am trying to debug the unit tests and it just sits there and takes almost a minute to bring up the break point.

I am thinking of uninstalling the SP1. What are your thought.

Rajesh

# re: A few VS 2005 SP1 Links and Information Nuggets

Friday, March 16, 2007 2:27 AM by ScottGu

Hi Rajesh,

Can you send me an email with more details about the problem you are having?  I can then have someone on the team help you with this.

Thanks,

Scott

# PC Security

Friday, June 20, 2008 6:15 PM by PC Security

Looking for even more good content on internet security and identity theft prevention tips then have a look here