UserControl with server in other port. CLR bug?
From: Cedric (cedric.fromont_at_renaultvi.fr)
Date: 04/30/04
- Next message: Olaf.Baeyens_at_skyscan.be: "Re: Can Someone Change My Mind About .NET?"
- Previous message: Olaf.Baeyens_at_skyscan.be: "Re: Can Someone Change My Mind About .NET?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Apr 2004 05:21:02 -0700
I have a WebPage with a usercontrol (webcomponent.dll).
With the port 80 on the server, the webpage and the usercontrol works fine.
If i change the port (18802), the time of loading the usercontrol is very long. After 30secondes it works fine.
With the tool "Assembly Binding Log Viewer" (FUSLOGVW),
i see that the CLR search the assembly mscorlib.ressource on the server not at the port 18802 but at the port 80.
This call are very long because there is no appli on the port 80.
See the log at the bottom.
In the log we see ....net/18802/g55p instead of ...net:18802/g55p is it a CLR bug ?
Thank you to help me.
Cédric
=== Pre-bind state information ===
LOG: DisplayName = mscorlib.resources, Version=1.0.5000.0, Culture=fr-FR, PublicKeyToken=b77a5c561934e089
(Fully-specified)
LOG: Appbase = http://??????.lyon.volvo.net/18802/g55partner
LOG: Initial PrivatePath = bin
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===
LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Attempting application configuration file download.
LOG: Download of application configuration file was attempted from http://????.lyon.volvo.net/18802/g55partner/webcomponent.dll.config.
LOG: The asynchronous configuration file download unsuccessful.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: mscorlib.resources, Version=1.0.5000.0, Culture=fr-FR, PublicKeyToken=b77a5c561934e089
LOG: Cache Lookup was unsuccessful.
LOG: Attempting download of new URL http://????.lyon.volvo.net/18802/g55partner/fr-FR/mscorlib.resources.DLL.
LOG: Attempting download of new URL http://????.lyon.volvo.net/18802/g55partner/fr-FR/mscorlib.resources/mscorlib.resources.DLL.
LOG: Attempting download of new URL http://????.lyon.volvo.net/18802/g55partner/bin/fr-FR/mscorlib.resources.DLL.
LOG: Attempting download of new URL http://????.lyon.volvo.net/18802/g55partner/bin/fr-FR/mscorlib.resources/mscorlib.resources.DLL.
LOG: Attempting download of new URL http://????.lyon.volvo.net/18802/g55partner/fr-FR/mscorlib.resources.EXE.
LOG: Attempting download of new URL http://????.lyon.volvo.net/18802/g55partner/fr-FR/mscorlib.resources/mscorlib.resources.EXE.
LOG: Attempting download of new URL http://????.lyon.volvo.net/18802/g55partner/bin/fr-FR/mscorlib.resources.EXE.
LOG: Attempting download of new URL http://????.lyon.volvo.net/18802/g55partner/bin/fr-FR/mscorlib.resources/mscorlib.resources.EXE.
LOG: All probing URLs attempted and failed.
- Next message: Olaf.Baeyens_at_skyscan.be: "Re: Can Someone Change My Mind About .NET?"
- Previous message: Olaf.Baeyens_at_skyscan.be: "Re: Can Someone Change My Mind About .NET?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|