Assembly Load Failure

R

Russ

Can anyone please explain what the following means, and how to debug?
Everything was working fine and suddenly nothing is working due to
this failure. I thought it was due to a DLL mismatch in the DLL's
used by my web service because I recopied the DLL's and it started
working. But then I made a single change to the web service itself
and suddenly it won't bind again. Undoing the change does not help.
I found numerous references to a tool called fuslogvw.exe, but I do
not have that tool and cannot find anywhere to download it. I'm
running .Net 2003 and this failure happens on the development machine
as well as on the deployment machine (Win2k PRO and Win2k Server).

Also see my comments after the paste below..

Thanks, Russ

-----------------------------------------
Assembly Load Trace: The following information can be helpful to
determine why the assembly 'PayrollEntryService' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = PayrollEntryService
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/PayrollEntryService
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Post-policy reference: PayrollEntryService
LOG: Attempting download of new URL
file:///C:/WINNT20/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/payrollentryservice/3c029710/c33b11c7/PayrollEntryService.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT20/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/payrollentryservice/3c029710/c33b11c7/PayrollEntryService/PayrollEntryService.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/PayrollEntryService/bin/PayrollEntryService.DLL.
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Post-policy reference: PayrollEntryService,
Version=1.0.1731.29989, Culture=neutral, PublicKeyToken=null


Please explain what the above mean. Are the "policy not applied at
this time" messages errors? If so, how to correct? When it says
"Attempting to load..." but there is no message saying something like
"loaded ok", does that mean that all the above loads failed?

I don't think the problem is due to files in the wrong directories
because nothing in that regard has changed.

Thanks for any help - Russ
 
R

Russ

Ok, finally solved the problem. One of the DLL's was not up to date.
I hate to be critical but it does seem that the error messages could
be more informative.

Thanks anyway, Russ
 

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

Top