Author |
|
voerboer Newbie
Joined: 05 February 2008
Online Status: Offline Posts: 3
|
Posted: 05 February 2008 at 2:41pm | IP Logged
|
|
|
Hi,
I am not sure what I am doing wrong but:
- I am evaluating MailBee.NET object to use both pop3 and smtp
- A have my trial key installed with the key tool
- I have added the trial setting in my code like this:
MailBee.Pop3Mail.Pop3.LicenseKey = "key"
MailBee.SmtpMail.Smtp.LicenseKey = "key"
- After these lines I created two objects:
mailpop3 = New MailBee.Pop3Mail.Pop3
mailsmtp = New MailBee.SmtpMail.Smtp
- I am using Visual Studio 2008 (with VB .NET)
- The provided samples are converted to 2008 but do not work either (same error as in subject)
What am I doing wrong?
Thanks,
Robert
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 06 February 2008 at 1:36am | IP Logged
|
|
|
Looks like something is wrong in app.config/web.config file (perhaps, VS2008 converted them so). We found some useful articles for you:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=162684 &SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=115796 &SiteID=1
Please try to follow the instructions described there. Please let us know the outcome.
There is a lot of other sources reporting such issue.
Best regards,
Andrew
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 06 February 2008 at 1:47am | IP Logged
|
|
|
We've just tried to convert and compile some samples via VS 2008 RTM and found everything works fine.
Which edition of VS 2008 do you use?
Best regards,
Andrew
|
Back to Top |
|
|
voerboer Newbie
Joined: 05 February 2008
Online Status: Offline Posts: 3
|
Posted: 19 February 2008 at 9:02am | IP Logged
|
|
|
Hi,
I have been busy and just now got back to the forum: Everything works fine!
The thing is:
VB2008 gets its own .NET 3.5 install
Do not reinstall a downloaded .NET 3.5! This gives a lot of nasty things and also the error mentioned above. Sorry for that........
Robert
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 20 February 2008 at 1:29am | IP Logged
|
|
|
Thank you for the feedback.
Best regards,
Andrew
|
Back to Top |
|
|