Click here to Skip to main content
15,887,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all the experts. i am having trouble with windows server 2003.
i want to run my asp.net application remotely which is a mail application that is simply used to send and recieve emails.
now problem is i have used 2 DLL files which are aspnetemail and aspnetpop3 to send and receive emails.
now it is giving me configuration error like this,


XML
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'aspNetPOP3, Version=2.8.0.0, Culture=neutral, PublicKeyToken=bc571e8da1c1f543' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 25:        <compilation debug="true" strict="false" explicit="true">
Line 26:            <assemblies>
Line 27:                <add assembly="aspNetPOP3, Version=2.8.0.0, Culture=neutral, PublicKeyToken=BC571E8DA1C1F543"/>
Line 28:                <add assembly="aspNetEmail, Version=3.7.0.0, Culture=neutral, PublicKeyToken=BC571E8DA1C1F543"/></assemblies></compilation>
Line 29:        <pages>


is there any way that i can use these .dll files or any configuration is needed to set it up?
it gave me a solution but i don't know what it is asking me to do?

SQL
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


now can anyone suggest what to do?
thanks in advance.
Posted
Comments
R. Giskard Reventlov 14-Apr-12 11:00am    
Are the assemblies refernced in your application? Have you ensured that thay are in yor bin folder?
Member 8536324 14-Apr-12 11:57am    
ya i referenced them but i will try one more time
Member 8536324 14-Apr-12 11:58am    
actually these .dll files are trial so i downloaded the new one but forgot to change them
thanks a lot sir for your answer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900