New to asp.net component probelm.

Discussion in 'ASP.NET / ASP.NET Core' started by JimL, Jul 4, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm trying to use the email component from Intelligent Design.

    When I upload the page I get this error: on Line 29

    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 'aspNetEmail, Version=3.5.2.0, Culture=neutral, PublicKeyToken=bc571e8da1c1f543' or one of its dependencies. The system cannot find the file specified.

    Source Error:
    Line 27: <compilation debug='true' strict='false' explicit='true'>
    Line 28: <assemblies>
    Line 29: <add assembly='aspNetEmail, Version=3.5.2.0, Culture=neutral, PublicKeyToken=BC571E8DA1C1F543'/></assemblies></compilation>
    Line 30: <pages>
    Line 31: <namespaces>

    Any ideas?
     
  2. You'll need to include a copy of the aspNetEmail.dll in the bin of your web application. Use the trial version of the dll that you downloaded. DiscountASP has the license installed so it wil become a full version when used on the server.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page