February 16, 2010 at 4:39 am
I have a report that works perfectly in Visual Studio but when I deploy it to Report Manager running on my development machine one field shows #Error. I have set logging to verbose mode but I am not getting anything to show that an error occurred. I have no idea what is wrong and without an error message or code I don't know where to begin solving this - and I've been trying for some time now!
The field in question contains the expression
=System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile("abcd", "SHA1")
and I have added a reference to System.Web in the report properties.
Can anyone tell me how to debug a #Error or what might be wrong with this method call?
Thanks
November 18, 2013 at 12:21 pm
Hi,
Are you able to solve this? If Yes, Please post how did you solve this.
I am having the same issue but I am using some expression to calculate the percentage.
It works fine in designe but showing #Error in Report Manager.
Thanks,
Divya
November 19, 2013 at 1:21 am
Can't remember how I got around this now. I've not seen anything like it since so can't help you, sorry.
November 19, 2013 at 7:53 am
What is the field doing? Usually this is an error with the data, like a divide by zero, conversions, or trying to do an operation on an incompatible data type. Are you developing the report against production data or a test db?
January 6, 2014 at 2:27 pm
I agree with Steve. Normally it's conversion or calculation error. The twist is it works in BIDS but not when deployed (I guess with the same data). :crazy:
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply