all groups > visual studio .net general > august 2006 >
You're in the

visual studio .net general

group:

VS2003 hangs creating ASP.NET webservice



VS2003 hangs creating ASP.NET webservice Chris
8/12/2006 8:39:28 PM
visual studio .net general: A VS2005 and .Net 2 install over a VS2003/1.1 install resulted in
VS2005 hanging when I tried to create or open C# ASP.NET web services.
VS2005 and .NET 2 were uninstalled but VS2003 then did the same thing.

After much banging head against the wall and unintalling/reinstalling,
I have tried to create a static "crime scene".

I have as clean an install of IIS, VS, 1.1 .Net as I can achieve. No
antivirus software installed. All service patches installed. XP and IIS
5.1.

I can open localhost to see the default localstart.asp page.

I can create a new virtual directory and place a test.asp script in
there and run it correctly.
On starting VS2003 and creating a new C# ASP.Net webservice, VS2003
hourglass shows. Application hangs.

Application, Security and System event logs last entries relate to
test.asp, that is, no entries at all relating to VS2003.

C:\WINDOWS\system32\Logfiles\HTTPERR log file shows no error. Last
entry is ten minutesbefore started VS2003.

C:\WINDOWS\system32\Logfiles\W3SVC1 log file shows no error. Last entry
relates to test.asp.

On closing VS2003, I get a "this application has stopped responding"
dialog. Application event log shows a "Hanging application devenv.exe,
version 7.10.3077.0, hang module hungapp, version 0.0.0.0, hang address
0x00000000." error message.

MS FP2000 Extensions are installed. Web service has extensions
configured.

Disabling Windows Firewall has no effect.

So far then, there's nothing I can hang a good solid google search on.
Can anyone recommend any other starting points?

Any help wopuld be much appreciated.

Chris
Re: VS2003 hangs creating ASP.NET webservice Chris
8/13/2006 4:25:12 AM
Now, I haven't used MS Debugger before, but setting it to devenv.exe
shows the following:

Microsoft (R) Windows Debugger Version 6.6.0007.5
Copyright (c) Microsoft Corporation. All rights reserved.

[snip]

ModLoad: 50430000 50480000 C:\Program Files\Microsoft Visual Studio
..NET 2003\Common7\Packages\dirprj.dll
ModLoad: 509d0000 509f5000 C:\Program Files\Microsoft Visual Studio
..NET 2003\Common7\Packages\1033\dirprjui.dll
ModLoad: 76ee0000 76f1c000 C:\WINDOWS\system32\RASAPI32.DLL
ModLoad: 76e90000 76ea2000 C:\WINDOWS\system32\rasman.dll
ModLoad: 71ab0000 71ac7000 C:\WINDOWS\system32\WS2_32.dll
ModLoad: 71aa0000 71aa8000 C:\WINDOWS\system32\WS2HELP.dll
ModLoad: 76eb0000 76edf000 C:\WINDOWS\system32\TAPI32.dll
ModLoad: 76e80000 76e8e000 C:\WINDOWS\system32\rtutils.dll
ModLoad: 76b40000 76b6d000 C:\WINDOWS\system32\WINMM.dll
ModLoad: 77c70000 77c93000 C:\WINDOWS\system32\msv1_0.dll
ModLoad: 76d60000 76d79000 C:\WINDOWS\system32\iphlpapi.dll
ModLoad: 0ffd0000 0fff8000 C:\WINDOWS\system32\rsaenh.dll
ModLoad: 769c0000 76a73000 C:\WINDOWS\system32\USERENV.dll
ModLoad: 71ad0000 71ad9000 C:\WINDOWS\system32\wsock32.dll
ModLoad: 71a50000 71a8f000 C:\WINDOWS\System32\mswsock.dll
ModLoad: 76f20000 76f47000 C:\WINDOWS\system32\DNSAPI.dll
ModLoad: 76fc0000 76fc6000 C:\WINDOWS\system32\rasadhlp.dll
ModLoad: 10000000 10070000 C:\WINDOWS\system32\bmnet.dll
ModLoad: 662b0000 66308000 C:\WINDOWS\system32\hnetcfg.dll
ModLoad: 71a90000 71a98000 C:\WINDOWS\System32\wshtcpip.dll

and that is where it hangs.

Chris
Re: VS2003 hangs creating ASP.NET webservice Chris
8/13/2006 1:25:15 PM

In theory it should have just 1.1 installed on it. Only 1.1 shows up in
the installed applications list. I don't *have* to have 2, I just need
a stable 1.1 dev env, which is what I had before I upgraded to
VS2005/2.0. I'd just like to get back to that without a reformat.
Re: VS2003 hangs creating ASP.NET webservice Cowboy (Gregory A. Beamer)
8/13/2006 2:52:47 PM
What is the IIS box set up (on default) to use? 1.1? 2.0?

You cannot, by default, use both. There are ways around this, but the
easiest way, for me, is to have 2005 set up using the built in server and
leave the server on the dev box with 1.1. You can, however, set up different
app pools and have one set for 1.1 and the other for 2.0.

NOTE: If you also install SharePoint or Reporting Services, it gets even
trickier, esp. with RS for SQL 2000.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
[quoted text, click to view]

Re: VS2003 hangs creating ASP.NET webservice Chris
8/13/2006 7:30:38 PM
Sorry Gregory, I'm not sure I understand - I need 1.1 working. I don't
need 2.0. Don't I want to keep references to 1.1 in IIS?

Loading a known, working webservice into localhost and calling it from
IE results in a similar infinite wait... this indicates the problem is
in IIS, not VS2003.





[quoted text, click to view]
Re: VS2003 hangs creating ASP.NET webservice Cowboy (Gregory A. Beamer)
8/13/2006 8:35:18 PM
Run aspnet_regiss /i with the 2.0 command prompt. That should get rid of all
references to 1.1 in IIS. If that does not work, post back and we will go
back to the drawing board.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
[quoted text, click to view]

AddThis Social Bookmark Button