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

T

Tinnu

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
 
T

Tinnu

No it is not in the bin folder .
But as i refer the class licmanager which uses SSL library dll it
copies this into the bin folder of the web application.
I am calling the class Licmanager from my web application by adding its
reference.
So when i run the web appication it cpoies the class dll as well as
this SSL dll into bin.
Is the info i wrote is enough
 

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