Too many assemblies asp.net

L

Lance Barger

I have been developing several web applications in VB.NET. I have
started to notice that when I run one of the applications, all the
assemblies for that application get loaded PLUS all the assemblies for
the other applications. I do not like this behavior and want only the
required assemblies to get loaded. Any suggestions and overall
information would be greatly appreciated.
 
Y

Yan-Hong Huang[MSFT]

Hello Lance,

You can view binding information in the log file using the Assembly Binding Log Viewer (Fuslogvw.exe), which is included in
the .NET Framework SDK.

The process of locating and binding to an assembly begins when the runtime attempts to resolve a reference to another
assembly. This reference can be either static or dynamic. The compiler records static references in the assembly manifest's
metadata at build time. Dynamic references are constructed on the fly as a result of calling various methods, such as
System.Reflection.Assembly.Load.

However, I don't think that a web application would load other web app's assembly. Could you please let us know how you
detected it?

Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: (e-mail address removed) (Lance Barger)
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Too many assemblies asp.net
!Date: 17 Jul 2003 08:33:54 -0700
!Organization: http://groups.google.com/
!Lines: 6
!Message-ID: <[email protected]>
!NNTP-Posting-Host: 216.98.201.200
!Content-Type: text/plain; charset=ISO-8859-1
!Content-Transfer-Encoding: 8bit
!X-Trace: posting.google.com 1058456035 7334 127.0.0.1 (17 Jul 2003 15:33:55 GMT)
!X-Complaints-To: (e-mail address removed)
!NNTP-Posting-Date: 17 Jul 2003 15:33:55 GMT
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news-spur1.maxwell.syr.edu!
news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:159974
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I have been developing several web applications in VB.NET. I have
!started to notice that when I run one of the applications, all the
!assemblies for that application get loaded PLUS all the assemblies for
!the other applications. I do not like this behavior and want only the
!required assemblies to get loaded. Any suggestions and overall
!information would be greatly appreciated.
!
 
L

Lance Barger

Hello Lance,

You can view binding information in the log file using the Assembly Binding Log Viewer (Fuslogvw.exe), which is included in
the .NET Framework SDK.

The process of locating and binding to an assembly begins when the runtime attempts to resolve a reference to another
assembly. This reference can be either static or dynamic. The compiler records static references in the assembly manifest's
metadata at build time. Dynamic references are constructed on the fly as a result of calling various methods, such as
System.Reflection.Assembly.Load.

However, I don't think that a web application would load other web app's assembly. Could you please let us know how you
detected it?

Thanks.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: (e-mail address removed) (Lance Barger)
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Too many assemblies asp.net
!Date: 17 Jul 2003 08:33:54 -0700
!Organization: http://groups.google.com/
!Lines: 6
!Message-ID: <[email protected]>
!NNTP-Posting-Host: 216.98.201.200
!Content-Type: text/plain; charset=ISO-8859-1
!Content-Transfer-Encoding: 8bit
!X-Trace: posting.google.com 1058456035 7334 127.0.0.1 (17 Jul 2003 15:33:55 GMT)
!X-Complaints-To: (e-mail address removed)
!NNTP-Posting-Date: 17 Jul 2003 15:33:55 GMT
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news-spur1.maxwell.syr.edu!
news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:159974
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I have been developing several web applications in VB.NET. I have
!started to notice that when I run one of the applications, all the
!assemblies for that application get loaded PLUS all the assemblies for
!the other applications. I do not like this behavior and want only the
!required assemblies to get loaded. Any suggestions and overall
!information would be greatly appreciated.
!

I can see them getting loaded by viewing the output window when I run
one of the applications.
 
L

Lance Barger

I am having trouble getting that tool to work with my web
applications. I can get it to log information for a windows app but
not web. Anyway, regardless of binding, why would the output window
show assemblies from several different web apps loading when I run one
of them? The annoying part is when I stop the web app as it takes time
for statements like this to execute:

The program '[1664] aspnet_wp.exe: DefaultDomain' has exited with code
0 (0x0).
The program '[1664] aspnet_wp.exe:
/LM/W3SVC/1/Root/Axis-5-127035316663928032' has exited with code 0
(0x0).

These statements show only one web app exiting, but when multiples get
loaded there are several of these statements to execute. Also, the
behavior seems completely random. Some days several web app assemblies
will load some days only the correct one! Insight would be
appreciated.

Thank You
Lance Barger
 
Y

Yan-Hong Huang[MSFT]

Hello Lance,

I will look into it and reply you with more information here. Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: (e-mail address removed) (Lance Barger)
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Re: Too many assemblies asp.net
!Date: 24 Jul 2003 16:01:06 -0700
!Organization: http://groups.google.com/
!Lines: 21
!Message-ID: <[email protected]>
!References: <[email protected]> <[email protected]>
<[email protected]> <[email protected]>
!NNTP-Posting-Host: 216.98.201.200
!Content-Type: text/plain; charset=ISO-8859-1
!Content-Transfer-Encoding: 8bit
!X-Trace: posting.google.com 1059087669 4580 127.0.0.1 (24 Jul 2003 23:01:09 GMT)
!X-Complaints-To: (e-mail address removed)
!NNTP-Posting-Date: 24 Jul 2003 23:01:09 GMT
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!newsfeed.icl.net!
newsfeed.fjserv.net!news-out1.nntp.be!propagator2-sterling!news-in-sterling.newsfeed.com!pd2nf1so.cg.shawcable.net!
residential.shaw.ca!sn-xit-03!sn-xit-06!sn-xit-08!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:161943
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I am having trouble getting that tool to work with my web
!applications. I can get it to log information for a windows app but
!not web. Anyway, regardless of binding, why would the output window
!show assemblies from several different web apps loading when I run one
!of them? The annoying part is when I stop the web app as it takes time
!for statements like this to execute:
!
!The program '[1664] aspnet_wp.exe: DefaultDomain' has exited with code
!0 (0x0).
!The program '[1664] aspnet_wp.exe:
!/LM/W3SVC/1/Root/Axis-5-127035316663928032' has exited with code 0
!(0x0).
!
!These statements show only one web app exiting, but when multiples get
!loaded there are several of these statements to execute. Also, the
!behavior seems completely random. Some days several web app assemblies
!will load some days only the correct one! Insight would be
!appreciated.
!
!Thank You
!Lance Barger
!
 
Y

Yan-Hong Huang[MSFT]

Hello Lance,

Currently I am working with product team to troubleshoot the problem. This may need some more time. Anyway, I will get
back here as soon as possible. Sorry for any inconvenience that brought to you.

Thanks very much. If you have any more concerns, please post here.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: (e-mail address removed) (Lance Barger)
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Re: Too many assemblies asp.net
!Date: 24 Jul 2003 16:01:06 -0700
!Organization: http://groups.google.com/
!Lines: 21
!Message-ID: <[email protected]>
!References: <[email protected]> <[email protected]>
<[email protected]> <[email protected]>
!NNTP-Posting-Host: 216.98.201.200
!Content-Type: text/plain; charset=ISO-8859-1
!Content-Transfer-Encoding: 8bit
!X-Trace: posting.google.com 1059087669 4580 127.0.0.1 (24 Jul 2003 23:01:09 GMT)
!X-Complaints-To: (e-mail address removed)
!NNTP-Posting-Date: 24 Jul 2003 23:01:09 GMT
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!newsfeed.icl.net!
newsfeed.fjserv.net!news-out1.nntp.be!propagator2-sterling!news-in-sterling.newsfeed.com!pd2nf1so.cg.shawcable.net!
residential.shaw.ca!sn-xit-03!sn-xit-06!sn-xit-08!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:161943
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I am having trouble getting that tool to work with my web
!applications. I can get it to log information for a windows app but
!not web. Anyway, regardless of binding, why would the output window
!show assemblies from several different web apps loading when I run one
!of them? The annoying part is when I stop the web app as it takes time
!for statements like this to execute:
!
!The program '[1664] aspnet_wp.exe: DefaultDomain' has exited with code
!0 (0x0).
!The program '[1664] aspnet_wp.exe:
!/LM/W3SVC/1/Root/Axis-5-127035316663928032' has exited with code 0
!(0x0).
!
!These statements show only one web app exiting, but when multiples get
!loaded there are several of these statements to execute. Also, the
!behavior seems completely random. Some days several web app assemblies
!will load some days only the correct one! Insight would be
!appreciated.
!
!Thank You
!Lance Barger
!
 
L

Lance Barger

The behavior has started again. Just wanted to show you my output
screen for the web app Axis. Notice the assemblies for Axis plus the
assemblies for another web app called Survey get loaded. Also, the
annoying part, they both have to exit when I stop the Axis app.

Thanks for all your help.
Lance Barger

'DefaultDomain': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols
loaded.
'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.web.dll',
No symbols loaded.
'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll',
No symbols loaded.
'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\system.data.dll',
No symbols loaded.
'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.dll',
No symbols loaded.
'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll',
No symbols loaded.
'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system.web.regularexpressions\1.0.3300.0__b03f5f7f11d50a3a\system.web.regularexpressions.dll',
No symbols loaded.
Auto-attach to process '[1516] aspnet_wp.exe' on machine 'LANCE'
succeeded.
'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system.xml.dll',
No symbols loaded.
'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols
loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.web.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system.xml.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\assembly\gac\system.web.regularexpressions\1.0.3300.0__b03f5f7f11d50a3a\system.web.regularexpressions.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
files\experiment_survey\b0ba83db\21e68314\ngkjstxt.dll', Symbols
loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\assembly\gac\microsoft.visualbasic\7.0.3300.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\system.data.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a3a\system.web.services.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll',
No symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
files\experiment_survey\b0ba83db\21e68314\assembly\dl2\7e458136\700de17d_2f55c301\survey.dll',
Symbols loaded.
'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
files\experiment_survey\b0ba83db\21e68314\5ifsbzu8.dll', Symbols
loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols
loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.web.dll',
No symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\system.data.dll',
No symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.dll',
No symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll',
No symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\assembly\gac\system.web.regularexpressions\1.0.3300.0__b03f5f7f11d50a3a\system.web.regularexpressions.dll',
No symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system.xml.dll',
No symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll',
No symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll',
No symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a3a\system.web.services.dll',
No symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
files\axis\03de8bff\9f2e4f66\assembly\dl2\20f1a1de\a05c0c06_da55c301\axis.dll',
Symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
files\axis\03de8bff\9f2e4f66\1lqwwzpb.dll', Symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\assembly\gac\microsoft.visualbasic\7.0.3300.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll',
No symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
files\axis\03de8bff\9f2e4f66\q_l2s0fn.dll', Symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
files\axis\03de8bff\9f2e4f66\gzar4oed.dll', Symbols loaded.
'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
files\axis\03de8bff\9f2e4f66\ddqcxalq.dll', Symbols loaded.
The program '[1516] aspnet_wp.exe:
/LM/w3svc/1/root/experiment/Survey-1-127039009692188816' has exited
with code 0 (0x0).
The program '[1516] aspnet_wp.exe: DefaultDomain' has exited with code
0 (0x0).
The program '[1516] aspnet_wp.exe:
/LM/W3SVC/1/Root/Axis-6-127039609395119280' has exited with code 0
(0x0).
 
Y

Yan-Hong Huang[MSFT]

Hello Lance,

Sorry for the late response. We just finished the research and posted the answer here:

The output that you see is not related to VS.NET IDE in anyway. The list of App Domains that you see there is the list of App
Domains that are loaded in the ASP.NET Worker process at that time. App Domains also can get loaded if you just browse
to a Web App.

Once we attach to the aspnet worker process, we list out all the currently loaded app domains and corresponding dlls
loaded for each of them.

To make things more clear, do this:
1) Open any Web Project
2) Issue iisreset command/Restart IIS
3) Now run your App and in the output Window, you will see only the current App gets listed. (along with the default App
Domain)
4) Now open a browser and browse to any other ASP.NET App.
5) Run your project again and you will see the Appdomains for your project, the App that you browsed and Default App
Domain.

Will it hurt the performance of web app since it loads so many assemblies?
Not at all. That is by design.

Thanks very much.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!From: (e-mail address removed) (Lance Barger)
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Re: Too many assemblies asp.net
!Date: 29 Jul 2003 07:08:11 -0700
!Organization: http://groups.google.com/
!Lines: 139
!Message-ID: <[email protected]>
!References: <[email protected]> <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <Rs#[email protected]>
!NNTP-Posting-Host: 216.98.201.200
!Content-Type: text/plain; charset=ISO-8859-1
!Content-Transfer-Encoding: 8bit
!X-Trace: posting.google.com 1059487691 4830 127.0.0.1 (29 Jul 2003 14:08:11 GMT)
!X-Complaints-To: (e-mail address removed)
!NNTP-Posting-Date: 29 Jul 2003 14:08:11 GMT
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!skynet.be!skynet.be!
newsfeed.online.be!sn-xit-02!sn-xit-06!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162979
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!The behavior has started again. Just wanted to show you my output
!screen for the web app Axis. Notice the assemblies for Axis plus the
!assemblies for another web app called Survey get loaded. Also, the
!annoying part, they both have to exit when I stop the Axis app.
!
!Thanks for all your help.
!Lance Barger
!
!'DefaultDomain': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols
!loaded.
!'DefaultDomain': Loaded
!'c:\winnt\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.web.dll',
!No symbols loaded.
!'DefaultDomain': Loaded
!'c:\winnt\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll',
!No symbols loaded.
!'DefaultDomain': Loaded
!'c:\winnt\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\system.data.dll',
!No symbols loaded.
!'DefaultDomain': Loaded
!'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.dll',
!No symbols loaded.
!'DefaultDomain': Loaded
!'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll',
!No symbols loaded.
!'DefaultDomain': Loaded
!'c:\winnt\assembly\gac\system.web.regularexpressions\1.0.3300.0__b03f5f7f11d50a3a\system.web.regularexpressions.dll',
!No symbols loaded.
!Auto-attach to process '[1516] aspnet_wp.exe' on machine 'LANCE'
!succeeded.
!'DefaultDomain': Loaded
!'c:\winnt\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system.xml.dll',
!No symbols loaded.
!'DefaultDomain': Loaded
!'c:\winnt\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols
!loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.web.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system.xml.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\assembly\gac\system.web.regularexpressions\1.0.3300.0__b03f5f7f11d50a3a\system.web.regularexpressions.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
!files\experiment_survey\b0ba83db\21e68314\ngkjstxt.dll', Symbols
!loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\assembly\gac\microsoft.visualbasic\7.0.3300.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\system.data.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a3a\system.web.services.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll',
!No symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
!files\experiment_survey\b0ba83db\21e68314\assembly\dl2\7e458136\700de17d_2f55c301\survey.dll',
!Symbols loaded.
!'/LM/w3svc/1/root/experiment/Survey-1-127039009692188816': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
!files\experiment_survey\b0ba83db\21e68314\5ifsbzu8.dll', Symbols
!loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols
!loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.web.dll',
!No symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\system.data.dll',
!No symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.dll',
!No symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll',
!No symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\assembly\gac\system.web.regularexpressions\1.0.3300.0__b03f5f7f11d50a3a\system.web.regularexpressions.dll',
!No symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system.xml.dll',
!No symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll',
!No symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll',
!No symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a3a\system.web.services.dll',
!No symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
!files\axis\03de8bff\9f2e4f66\assembly\dl2\20f1a1de\a05c0c06_da55c301\axis.dll',
!Symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
!files\axis\03de8bff\9f2e4f66\1lqwwzpb.dll', Symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\assembly\gac\microsoft.visualbasic\7.0.3300.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll',
!No symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
!files\axis\03de8bff\9f2e4f66\q_l2s0fn.dll', Symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
!files\axis\03de8bff\9f2e4f66\gzar4oed.dll', Symbols loaded.
!'/LM/W3SVC/1/Root/Axis-6-127039609395119280': Loaded
!'c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net
!files\axis\03de8bff\9f2e4f66\ddqcxalq.dll', Symbols loaded.
!The program '[1516] aspnet_wp.exe:
!/LM/w3svc/1/root/experiment/Survey-1-127039009692188816' has exited
!with code 0 (0x0).
!The program '[1516] aspnet_wp.exe: DefaultDomain' has exited with code
!0 (0x0).
!The program '[1516] aspnet_wp.exe:
!/LM/W3SVC/1/Root/Axis-6-127039609395119280' has exited with code 0
!(0x0).
!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top