Could not load file or assembly 'Stimulsoft.Report.Web' or one of its dependencies. The system canno
Posted: Sun Dec 04, 2011 6:53 pm
I just upgraded to 2011.3 and now get this on web pages using the Stimulsoft controls:
Server Error in '/wd' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'Stimulsoft.Report.Web' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1:
Line 2:
Line 3:
Line 4:
Line 5:
Source File: /wd/report.aspx Line: 3
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Stimulsoft.Report.Web' could not be loaded.
Notice, I have never specified the version or PublicKeyToken on the Register Assembly and it has always worked (I have a lot of ASPX pages and I do not want to change each one of them every time I update the controls). It seems that now I need to use the version and PublicKeyToken ... this seems to work:
Was that change made on purpose? Or perhaps does my Visual Studio have the previous version cached somewhere? I would like if I did NOT need to add the Version and PublicKeyToken to the Register Assembly.
Thanks!
Server Error in '/wd' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'Stimulsoft.Report.Web' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1:
Line 2:
Line 3:
Line 4:
Line 5:
Source File: /wd/report.aspx Line: 3
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Stimulsoft.Report.Web' could not be loaded.
Notice, I have never specified the version or PublicKeyToken on the Register Assembly and it has always worked (I have a lot of ASPX pages and I do not want to change each one of them every time I update the controls). It seems that now I need to use the version and PublicKeyToken ... this seems to work:
Was that change made on purpose? Or perhaps does my Visual Studio have the previous version cached somewhere? I would like if I did NOT need to add the Version and PublicKeyToken to the Register Assembly.
Thanks!