Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. Server Error in '/' Application.
  2. Input string was not in a correct format.
  3. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  4.  
  5. Exception Details: System.FormatException: Input string was not in a correct format.
  6.  
  7. Source Error:
  8.  
  9. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  10.  
  11. Stack Trace:
  12.  
  13.  
  14. [FormatException: Input string was not in a correct format.]
  15. System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +9594283
  16. System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
  17. Tools.getDdlValue(DropDownList dropdownlist) +69
  18. Subscription_SubscriptionSelectRole.SetupRadioButtons() +144
  19. Subscription_SubscriptionSelectRole.LoadScreen(EducationActivity educationActivity) +16
  20. Subscription_SubscriptionSelectRole.Page_Load(Object sender, EventArgs e) +515
  21. System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
  22. System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
  23. System.Web.UI.Control.OnLoad(EventArgs e) +91
  24. System.Web.UI.Control.LoadRecursive() +74
  25. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
  26.  
  27.  
  28. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.2026
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement