Author |
|
lcdanea Newbie
Joined: 30 May 2016 Location: Italy
Online Status: Offline Posts: 2
|
Posted: 30 May 2016 at 6:20am | IP Logged
|
|
|
I'm using trial version of SMTP Object.net latest revision. In particular I am trying the sample program SSLDemo. This works perfectly as long as you use the computer where I installed the trial version, but when I start the program on another computer reports 'Could not load or assembly' MailBee.NET.45 files. Version = 10.0.45.502 The system can not find the file specified ". The dll MailBee.NET.45.dll is present in the sample program folder.
is a limitation of the trial version?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 30 May 2016 at 8:46am | IP Logged
|
|
|
The trial version has no feature limitations. Does the version of the .dll in your program folder match 10.0.4.502?
On your dev machine you may have another dll installed somewhere (such as in GAC) and therefore the .dll in your program's folder is not used (and it's not important that it's of a wrong version). While on another machine there is no dll in GAC and the dll in the folder comes into play.
Regards,
Alex
|
Back to Top |
|
|
lcdanea Newbie
Joined: 30 May 2016 Location: Italy
Online Status: Offline Posts: 2
|
Posted: 31 May 2016 at 12:51am | IP Logged
|
|
|
I discovered that the problem is due to the setting of the assembly path in the app.config file. The program searches for the DLLs in the path href = "..\..\..\..\dll\MailBee.NET.45.dll". I deleted the relative path and the program worked. On the development computer program it worked because the assembly is registered in the GAC
Regards,
Lorenzo
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 31 May 2016 at 2:07am | IP Logged
|
|
|
Thanks for posting this back!
Regards,
Alex
|
Back to Top |
|
|