Installing new 1.5 version
Hi,
After I got email about new release, I just installed new 1.5 version.
But my web.config file has an error on add assembly tag.
<add assembly="FastReport.Web, Version=1.4.46.0, Culture=neutral, PublicKeyToken=DB7E5CE63278458C"/>
Also the aspx page contains webreport control also has an error
<%@ Register Assembly="FastReport.Web, Version=1.4.46.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c"
Namespace="FastReport.Web" TagPrefix="cc1" %>
I guess the error comes from the page still refer to the old version.
How can I solve it?
Or is there any version update installation manual?
Thank you.
After I got email about new release, I just installed new 1.5 version.
But my web.config file has an error on add assembly tag.
<add assembly="FastReport.Web, Version=1.4.46.0, Culture=neutral, PublicKeyToken=DB7E5CE63278458C"/>
Also the aspx page contains webreport control also has an error
<%@ Register Assembly="FastReport.Web, Version=1.4.46.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c"
Namespace="FastReport.Web" TagPrefix="cc1" %>
I guess the error comes from the page still refer to the old version.
How can I solve it?
Or is there any version update installation manual?
Thank you.
Comments
I think you should try instead of Version=1.4.46.0 indicate the actual version number.