473,382 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Assembly Load Failure

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
Nov 18 '05 #1
1 2009
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
On Mon, 27 Sep 2004 18:11:21 -0400, Russ <ru****@eticomm.net> wrote:
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


Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Tim Mavers | last post by:
I have created a DLL (class library) in .NET that I need to dynamically load from my ASP.NET application. I am trying to use Assembly.Load(...) to load the file, which is in the /bin directory...
1
by: ddelaney | last post by:
I've seen this posted before in many places, but have yet to find a real fix. I have a web application on dev server right now, and randomly, hours or days, it returns the expception posted below. ...
7
by: R Reyes | last post by:
Can someone please explain to me why I can't get the MS Word Interop assembly to work in my VS2005 project? I'm trying to manipulate MS Word from my Web Form application and I can't get passed...
4
by: Richard Bysouth | last post by:
Hi I am running a site built on asp.net 1.1 on a windows server 2003 (which is running asp.net 2.0 - shared hosting at my webhost). The site is low traffic and very simple (mostly static text...
1
by: naimishranderi | last post by:
Hello friends I am using ASP.NET 2.0 and SQL Server 2000 for DB synchronization(replication) project. When I am running this web application on local machine it running fine, but when I deploy...
2
by: rajendiran | last post by:
project is working fine in localhost. when i upload server i got the error Server Error in '/' Application. -------------------------------------------------------------------------------- ...
0
by: Andy | last post by:
Thanks Peter, I thought I'd give an update on this problem. My application had 2 assemblies that contained classed for the Data access and business logic layer. It was on one of them that I was...
1
by: Steve Wofford | last post by:
I am recieving the following. This happens when I moved it from my development system to our production SBS 2003 w/ latest .net frameworks and service packs . I developed under XPSP2 and VS2008. ...
4
by: lasida | last post by:
Hi, I have developed an application in C#. Now I'm working on a tool which is again written in c# which will give me all the assemblies referenced by my application. In the code i need to get...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.