Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / IDE / March 2008

Tip: Looking for answers? Try searching our database.

WebRoot build freezes Visual Studio 2008

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Harolds - 07 Feb 2008 20:36 GMT
When I build my Web project and the output shows:
------ Build started: Project: WebRoot, Configuration: Debug Any CPU ------
(this takes about a minute or so, a lot longer then it did in VS2005) VS2008
freezes up I can't even minimize or show desktop, and Task Manager shows
devenv.exe using 99% of the cpu.

I can do things like click the start button or selecting another program to
work in, but I can't do anything in VS2008 or get to icons on my desktop that
VS2008 is covering.

Is there a reason for this? And is there anything that can be done to
correct it?
Signature

Harolds

Walter Wang [MSFT] - 08 Feb 2008 02:05 GMT
Hi Harolds,

Thanks for using MSDN Managed Newsgroup support service.

Let me first confirm the issue based on the information you provided so far:

* You are building a web project in VS2008
* During the building, VS2008 freezes up and CPU usage is high
* The building will succeed in the end but a lot longer than it does in
VS2005

Please feel free to let me know if there's anything I've missed.

First, I must state that handling such issues in newsgroup might not be the
best channel since usually we may need to get hands on the system which has
the issue to do live debugging or dump analysis (unless it can be
reproduced on other systems).

Still, I will try my best to see if we can solve this issue here.

1) Please tell us your operating system and service pack applied.

2) Does this issue occur to this system only or not?

3) Does this issue occor to the web project only or not?

4) Are you using a Web Site or Web Application Project? If you are using
Web Site mode, which location you used? File System or HTTP (IIS)?

5) Are there any third party add-ins installed in VS2008? If yes, could you
please turn them off and see if it helps?

6) I will assume this project is upgraded from VS2005. If you create a new
web project in VS2008 and manually add the source files into it, will it
work? (This is to determine if this issue is related to upgrading from
VS2005 to VS2008)

7) We can use Process Explorer
(http://www.microsoft.com/technet/sysinternals/utilities/ProcessExplorer.msp
x) to troubleshoot hang issues. Please see
http://blogs.msdn.com/msdnts/archive/2006/11/24/how-to-debug-application-cra
sh-hang-in-production-environment.aspx for detailed instructions.

We can continue troubleshooting after obtaining these information.

Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Harolds - 08 Feb 2008 16:52 GMT
1. Vista x64 RTM with latest updates
2. This happens on all systems that it is built (Vista x64 RTM, XP SP2,
Windows Server 2003 SP2)
3. Yes only when building WebRoot, the other projects that get built when
building the solution build fine.
4. Web Application project.
5. No 3rd party addins.
6. Same results, builds all projects except WebRoot very quickly.
7. Stack output of the thread using all the cpu while building WebRoot:
ntoskrnl.exe!KeSynchronizeExecution+0x15e4
ntoskrnl.exe!KeWaitForMutexObject+0x8a5
ntoskrnl.exe!KeWaitForMutexObject+0x5ed
ntoskrnl.exe!RtlIpv6StringToAddressW+0x1139
ntoskrnl.exe!KeInsertQueueDpc+0x55e
ntoskrnl.exe!KeInitializeApc+0x173
msvb7.dll+0x14af0
msvb7.dll+0x4017c
msvb7.dll+0x14af0
msvb7.dll+0x14b78
msvb7.dll+0x18ce9
msvb7.dll+0x18dfb
msvb7.dll+0x202a5
msvb7.dll+0x4017c
msvb7.dll+0x402fb
msvb7.dll!VSDllUnregisterServer+0xee8a9
msvb7.dll!VSDllUnregisterServer+0xeeea1
msvb7.dll!VSDllUnregisterServer+0xf0b65
msvb7.dll!VSDllUnregisterServer+0xf0cc2
msvb7.dll!DllCanUnloadNow+0xab7c1
msvb7.dll!DllCanUnloadNow+0x1b247
msvb7.dll!DllCanUnloadNow+0x1c1ce
msvb7.dll!DllCanUnloadNow+0x197dc
msvb7.dll!DllCanUnloadNow+0x19925
msvb7.dll!DllCanUnloadNow+0x199c3
msvb7.dll!DllCanUnloadNow+0x19522
msvb7.dll!DllCanUnloadNow+0x19c91
USER32.dll!GetWindowLongW+0x251
USER32.dll!GetWindowLongW+0x3d8
USER32.dll!GetWindowLongW+0x51f
USER32.dll!DispatchMessageW+0xf
mscorwks.dll!CreateAssemblyEnum+0x32c7
mscorwks.dll!CreateAssemblyEnum+0x3204
mscorwks.dll!GetCLRFunction+0x1d531
mscorwks.dll!GetCLRFunction+0x1d60b
Microsoft.Build.Tasks.v3.5.ni.dll+0x6566c

Signature

Harolds

> Hi Harolds,
>
[quoted text clipped - 51 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
Walter Wang [MSFT] - 11 Feb 2008 02:42 GMT
Hi Harolds,

Is it possible for you to send me a copy of your WebRoot project along with
any required libraries? I need to test it on my side and see if we can find
the root cause.

You can find my email address in my signature.

Thanks.

Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Harolds - 11 Feb 2008 17:52 GMT
Sorry but I can't do that.
Signature

Harolds

> Hi Harolds,
>
[quoted text clipped - 16 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
Walter Wang [MSFT] - 12 Feb 2008 04:02 GMT
Hi Harolds,

I understand. Then we might need to get a dump of Visual Studio to analyze
the issue. I suggest you to contact our Customer Support and Service which
is the best channel to provice such service. As a MSDN subscriber, you
should have up to four support incidents.

Thanks.

Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Eliyahu Goldin - 12 Feb 2008 21:04 GMT
I am also experiencing the same problem on a Vista Ultimate. In my case, it
freezes for a longer time, like 3 minutes. Till today it used to freeze only
on builds with errors and for much shorter time. Today something triggered
much longer delays even on successful builds. Please follow up the problem.

Signature

Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin

> Hi Harolds,
>
[quoted text clipped - 16 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Eliyahu Goldin - 15 Feb 2008 07:06 GMT
In my case deleting the solution .suo file helped.

Signature

Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin

>I am also experiencing the same problem on a Vista Ultimate. In my case, it
>freezes for a longer time, like 3 minutes. Till today it used to freeze
[quoted text clipped - 24 lines]
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
Harolds - 14 Mar 2008 22:43 GMT
The following knowledge base hotfix fixed my problem:
KB946344.
Signature

Harolds

> In my case deleting the solution .suo file helped.
>
[quoted text clipped - 26 lines]
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.