-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Specified argument was out of the range of valid values" when starting broker #640
Comments
I'm really not sure if this is entirely related to PushSharp... I don't have any methods with that parameter name, and not really sure how you would have got the exception. You'll need to provide a full stack trace at this point. |
I also get this issue at my Production Server. Here is the stack trace. Specified argument was out of the range of valid values. Source Error: // Start the broker Stack Trace: |
I had the same issue with PushSharp 4.0 After upgrading .NET from .4.0 to 4.5 the problem disappeared |
I have the same issue with PushSharp 4.0. Can anyone help me, please?
|
What version of PushSharp are you using?
PushSharp v3.0.1.0
Describe your issue:
I'm trying to send an APNS notification, it works fine in Console Program. But when I try to use it on my ASP.NET website and call the function "broker.Start();", the broker just can't start. And Got a exception like this:
"Specified argument was out of the range of valid values. Parameter name: creationOptions"
Hope someone can help, thanks.
The text was updated successfully, but these errors were encountered: