Server Error in '/' Application. Input string was not in a correct format.
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.
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
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.
Stack Trace:
[FormatException: Input string was not in a correct format.]
Hi Tim, Jose's comment has just reminded me I meant to ask if there is a content page that goes with that download link.
I wanted to check some things (like what version of Umbraco this source code needs to tie in, does it support 7, etc) before asking what might be inane questions!
Contour shared source code
Hi there, does anyone know where the "contour shared source code" which is referenced in a few different places, went to?
https://github.com/umbraco/UmbracoContourDocs/blob/master/Developer/Extending-Contour/Adding-a-Type.md
http://www.nibble.be/?p=84
We're looking for example code to implement our own custom Data Source Type.
Thanks!
Comment author was deleted
Hey Gavin, you can find it here: https://our.umbraco.org/FileDownload?id=5060 ;
Thanks Tim! Hooray :)
Hi Tim, the link is returning an error 500
Server Error in '/' Application.
Input string was not in a correct format.
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.
Exception Details: System.FormatException: Input string was not in a correct format.
Source Error:
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.
Stack Trace:
[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +14365689
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +305
our.usercontrols.FileDownloadProxy.Page_Load(Object sender, EventArgs e) in d:\Dev\OurUmbraco\our.umbraco.org\usercontrols\FileDownloadProxy.ascx.cs:19
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
Thanks
Hi Tim, Jose's comment has just reminded me I meant to ask if there is a content page that goes with that download link.
I wanted to check some things (like what version of Umbraco this source code needs to tie in, does it support 7, etc) before asking what might be inane questions!
Cheers
Gavin
If you remove the space at the end of the download link provided by Tim, the link works.
is working on a reply...