Hi, I just upgraded the Aspose.Email.dll from 5.0.0 to 5.7.0 and when I try to send an email from my web application I receive the error “The current configuration system does not support user-scoped settings”. No other changes have been made to the code and if I revert back to 5.0.0 it works fine.
This is the line that raises the exception…
I also tried version 5.6.0 and received the same error.
Hi David,
Thank you for posting your inquiry.
We have tested this issue with the latest version of the API and it works with both Exchange Server 2010 and online Office 365 account. You can test it with the following test account. Can you please check it with this test account and share your feedback?
dynamic client = EWSClient.GetEWSClient("https://outlook.office365.com/ews/exchange.asmx", "UserOne@ase1985.onmicrosoft.com", "Aspose1234");
Yes it works fine in a windows forms or console application, but NOT in a web application. Something in your code is apparently trying to access a setting with user scope which is not valid for a web application. I found details in the following articles:
[http://stackoverflow.com/questions/14964315/asp-net-current-configuration-system-does-not-support-user-scoped-settings-error ](http://stackoverflow.com/questions/14964315/asp-net-current-configuration-system-does-not-support-user-scoped-settings-error)
Hi David,
Hello,
Mike
Hi Mike,
The issue has been fixed by now and will be part of our next release that will be available in the first week of Oct 2015. We’ll notify you here once the fix version is available for download.
I’m getting the same error in both v5.7 and v5.6. Had to roll-back to v5.5
Hi Morten,
The issues you have found earlier (filed as EMAILNET-34977) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
(1)