0 votes
closed with the note: Corrected in the latest version
by
closed by
What is the stack trace of this exception?
What happens if you have no debugger attached?
at System.Globalization.EncodingTable.internalGetCodePageFromName(String name)
   at System.Globalization.EncodingTable.GetCodePageFromName(String name)
   at System.Text.Encoding.GetEncoding(String name)
   at Limilabs.Client.SMTP.SmtpResponse.<ReadAsync>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Limilabs.Client.SMTP.Smtp.<ReceiveResponseAsync>d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Limilabs.Client.SMTP.Smtp.<GetServerGreeting>d__c.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Limilabs.Client.ClientBase.<Connect>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at ScanXpress.BrowseJobsPage.<BrowseJobsPage_Loaded>d__13.MoveNext()
Please detach the debugger. This exception is internally handled.
That does not solve the issue.  The exception is still thrown and my program is still unable to send emails (as the Connect function does not work).  Any other ideas?
What kind of application is that? Windows phone, Windows store?
What exact version? What exception you get when the debugger is not attached?
I am building a windows 10 UWP application (with the 10586 version of the sdk).  I should mention that this library worked fine up until the latest build of the windows sdk was released.  It now fails.  Debugging is not the issue, i have run it as native with no debug symbols and it still generates an exception.  The exception generated is listed in my original title.  It appears that an encoding format required by the library is not supported by windows.
1. Please turn of .NET native: on build tab, uncheck "Compile with .NET Native tool chain" 2. What version of MailForWindowsStore.dll you are using? Does this happens with the latest version 3.0.16061.1348?
I am using 3.0.14094.1105.  Where do I get the latest version?
now I get a license not valid issue?  my account is Xochl LLC, any idea why this might be happening?
Most likely your purchase was over 12 months ago. Please contact us directly (you can find our email in the page footer) to get the update discount.
Corrected in the latest version
...