I am facing a serious issue when trying to start an application



My asp.net application uses a class which needs an unmanaged dll named
SSlibrary.
When trying to load the page it gives me the folllowing error.

=== Pre-bind state information ===
LOG: DisplayName = SSLLibrary
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/Licmanager
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: SSLLibrary
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/licmanager/e2cac9e2/bed35a47/SSLLibrary.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/licmanager/e2cac9e2/bed35a47/SSLLibrary/SSLLibrary.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/Licmanager/bin/SSLLibrary.DLL.
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Post-policy reference: SSLLibrary, Version=1.0.2098.26325,
Culture=neutral, PublicKeyToken=null


Can any body help me out of this situation.
Regards
Girish

.



Relevant Pages

  • some config error happens periodically only
    ... An error occurred during the processing of a configuration file ... Policy not being applied to reference at this time (private, custom, ... Attempting download of new URL ...
    (microsoft.public.dotnet.framework)
  • some config error happens periodically only
    ... An error occurred during the processing of a configuration file ... Policy not being applied to reference at this time (private, custom, ... Attempting download of new URL ...
    (microsoft.public.dotnet.framework.aspnet)
  • Assembly Load Failure
    ... determine why the assembly 'PayrollEntryService' could not be loaded. ... custom, partial, or location-based assembly bind). ... LOG: Post-policy reference: PayrollEntryService ... Attempting download of new URL ...
    (microsoft.public.dotnet.framework.aspnet)
  • VS 2003 misbehaving
    ... Parser Error Message: Access is denied: 'Level01.Level02.Level03'. ... Policy not being applied to reference at this time (private, custom, ... Attempting download of new URL ...
    (microsoft.public.dotnet.framework.aspnet)
  • Getting error while debugging .net web app
    ... An error occurred during the processing of a configuration file required to service this request. ... Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). ...
    (microsoft.public.vsnet.debugging)

Loading