Server Error in '/' Application- Input string was not in a correct format.
I'm trying to upload new products to my website created through product page templates, with a new product category. But when I click to go to the "second" page, I receive the following errror. Please help:
Server Error in '/' Application.
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL: |
|
Hi Amy,
Can you please send us screenshots of the exact process of getting the error ( or a video if possible ) because I could not really understand how the issue can be reproduced. If possible provide exact steps for replicating the scenario.
Greetings,
Victor Velev
the Telerik team
Hello Amy,
The problem is most likely coming from the fact that the system cannot parse a string value to double. The issue is located in the following method:
BindProductSpecSheetPlease review it and check the bindings as it tries to convert a product value to a double.
StringToNumber
THANK YOU!! Your answer allowed me to fix the problem. I had entered (oz.) when that field automatically lists (oz.) for me in the product spec pages.
Thanks again!
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>