THY02K
November 4th, 2005, 03:20 AM
Hi, I have installed an assembly "DALComponents" in GAC - it's referenced by one of my ASP.NET app. Works fine on my development machine. For UAT, I installed "DALComponents.dll" to GAC of UAT machine, then I copy the ASP.NET app to the UAT box, perform all setup on IIS as usual. In the end I point browser to my application - it failed to load "DALComponent" assembly - I looked at the trace (below), ASP.NET did not even try to look for it in GAC (which is where I put it)??
Thanks in advance.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DALComponents' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = DALComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9a060b5d220d8318
(Fully-specified)
LOG: Appbase = file:///C:/Inetpub/wwwroot/WarehouseWeb
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: DALComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9a060b5d220d8318
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/warehouseweb/db85df27/98aad5e7/DALComponents.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/warehouseweb/db85df27/98aad5e7/DALComponents/DALComponents.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WarehouseWeb/bin/DALComponents.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WarehouseWeb/bin/DALComponents/DALComponents.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/warehouseweb/db85df27/98aad5e7/DALComponents.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/warehouseweb/db85df27/98aad5e7/DALComponents/DALComponents.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WarehouseWeb/bin/DALComponents.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WarehouseWeb/bin/DALComponents/DALComponents.EXE.
Thanks in advance.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DALComponents' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = DALComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9a060b5d220d8318
(Fully-specified)
LOG: Appbase = file:///C:/Inetpub/wwwroot/WarehouseWeb
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: DALComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9a060b5d220d8318
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/warehouseweb/db85df27/98aad5e7/DALComponents.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/warehouseweb/db85df27/98aad5e7/DALComponents/DALComponents.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WarehouseWeb/bin/DALComponents.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WarehouseWeb/bin/DALComponents/DALComponents.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/warehouseweb/db85df27/98aad5e7/DALComponents.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/warehouseweb/db85df27/98aad5e7/DALComponents/DALComponents.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WarehouseWeb/bin/DALComponents.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/WarehouseWeb/bin/DALComponents/DALComponents.EXE.