Error Rendering Control WebReport1
Hello
I've recently purchased FastReport.NET in order to provide into my web application (.aspx web forms) reporting features.
I'm using Visual Studio 2010 & FastReport.NET Pro. After running the installer the toolbox of vs2010 included just one component: WebReport.
Using the mouse I've dragged WebReport inside a <div> area of my content page area. The problem is that vs2010 doesn't "draw" the component but instead indcates the following error:
<Error Rendering Control - WebReport1.
An unhandled exception has occured.
Object reference not set to an instance of an object>
I went at the top of my apsx page in the registration area and I saw that there was an enrty for registering the assembly:
<%@ Register assembly="FastReport.Web, Version=2013.3.1.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c" namespace="FastReport.Web" tagprefix="cc1" %>
Additionally I've tried many times to unistall and re-install the library (or even manually adding the .Dlls) but with out any success.
Why is this happening? Is there anything else I should do?
Thanks in advance for any reply
PS: This problem started from the very begging. I've created a ticket in FastReport but since now NO ONE has even tried to reply that at least someone is looking on that.. So any help would greatly appreciated !!
I've recently purchased FastReport.NET in order to provide into my web application (.aspx web forms) reporting features.
I'm using Visual Studio 2010 & FastReport.NET Pro. After running the installer the toolbox of vs2010 included just one component: WebReport.
Using the mouse I've dragged WebReport inside a <div> area of my content page area. The problem is that vs2010 doesn't "draw" the component but instead indcates the following error:
<Error Rendering Control - WebReport1.
An unhandled exception has occured.
Object reference not set to an instance of an object>
I went at the top of my apsx page in the registration area and I saw that there was an enrty for registering the assembly:
<%@ Register assembly="FastReport.Web, Version=2013.3.1.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c" namespace="FastReport.Web" tagprefix="cc1" %>
Additionally I've tried many times to unistall and re-install the library (or even manually adding the .Dlls) but with out any success.
Why is this happening? Is there anything else I should do?
Thanks in advance for any reply
PS: This problem started from the very begging. I've created a ticket in FastReport but since now NO ONE has even tried to reply that at least someone is looking on that.. So any help would greatly appreciated !!
Comments
Hello, did you have found a solutions for your problem??
I have simulair problems here
Yes. FR support fixed the code. You've to download v2013.3.2
I am running 2013.3.2.0 and am still having the problem. I have just tried 2013.3.3.0 and again the problem persists.
Is there a solution to this problem?
Sorry. I am incorrect, I had not checked the source of the page and the Register assembly was referring to an earlier version. My mistake.