| Author |  | 
      
        | bgitlin Newbie
 
  
 
 Joined: 04 December 2007
 Location: United States
 Online Status: Offline
 Posts: 3
 | 
          I'm evaluating this for a component that I must write.  Could someone explain how to install MailBee.NET IMAP component with a shared hosting provider?  I saw that the trial license is stored in the registry and it's highly unlikely that I will have access to that at the shared host.  Any suggestions?
           | Posted: 04 December 2007 at 5:38pm | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | bgitlin Newbie
 
  
 
 Joined: 04 December 2007
 Location: United States
 Online Status: Offline
 Posts: 3
 | 
          Sorry, found it.  Although I'm having trouble running the ASP.NET sample in VS2005 after conversion.
           | Posted: 04 December 2007 at 5:48pm | IP Logged |   |  
           | 
 |  
 <?xml version="1.0" encoding="utf-8" ?>
 <configuration>
 <appSettings>
 <!-- License key for Pop3, Imap, and Smtp components -->
 <!-- Note that MN100-0123456789ABCDEF-0123 is not a real key. Use your key instead. -->
 <add key="MailBee.Pop3Mail.Pop3.LicenseKey" value="MN100-0123456789ABCDEF-0123"/>
 <add key="MailBee.ImapMail.Imap.LicenseKey" value="MN100-0123456789ABCDEF-0123"/>
 <add key="MailBee.SmtpMail.Smtp.LicenseKey" value="MN100-0123456789ABCDEF-0123"/>
 <add key="MailBee.Security.Powerup.LicenseKey" value="MN100-0123456789ABCDEF-0123"/>
 </appSettings>
 </configuration>
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Andrew AfterLogic Support
 
  
 
 Joined: 28 April 2006
 Location: United States
 Online Status: Offline
 Posts: 1189
 | 
          Do you have SP1 for VS2005 installed? If not, you should install it because VS2005 without SP1 is not able to convert VS2003 projects properly.
           | Posted: 05 December 2007 at 3:11am | IP Logged |   |  
           | 
 |  
 
 Best regards,
 Andrew
 | 
       
        | Back to Top |     | 
       
       
        |  |