aspNetPOP3 - Receiving emails

Discussion in 'ASP.NET 2.0' started by randygastco, Oct 29, 2006.

  1. Hi

    I have been testing with aspNetPOP3 locally, using temp licences and it all works no problem.I have been "receiving" emails fine. When I try it from the server, it does not work. I get runtime error "Compiler Error Message: BC30002: Type 'POP3' is not defined.

    I tried it with the dlls and temp licensesuploaded and without. I also restarted IIS, remotely. I am receiving emails from another domain, within my application.

    Any idea what I have missed?

    thanx Randy
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    in your local install, the dll is probably already installed to your GAC. you can put the dll anywhere on your site because asp.net is not reading it from there.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Well !!


    It seems that the local version will accept the AspNetPop3.dll being placed anywhere. The discountAspNet setup requires the dll's to be put into the bin ( where they belong ;) ). fixed.
     

Share This Page