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!
Could not load file or assembly 'Stimulsoft.Report.Web' or one of its dependencies. The system canno
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Could not load file or assembly 'Stimulsoft.Report.Web' or one of its dependencies. The system canno
Hello.
We didn't do anything in this direction. Please, follow next steps:
1. Check the GAC, delete old and update new assemblies there.
2. Check assemblies version in the Bin directoty of your project.
3. Check your web.config file.
Thank you.
We didn't do anything in this direction. Please, follow next steps:
1. Check the GAC, delete old and update new assemblies there.
2. Check assemblies version in the Bin directoty of your project.
3. Check your web.config file.
Thank you.
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Could not load file or assembly 'Stimulsoft.Report.Web' or one of its dependencies. The system canno
Thanks. Figured it out ... Visual Studio does not copy references to the bin folder of the website if the reference exists in the GAC. So I removed all Stimulsoft from the GAC, then when I build in Visual Studio it correctly copies the Stimulsoft references to the bin folder.
Thanks!
Thanks!
Could not load file or assembly 'Stimulsoft.Report.Web' or one of its dependencies. The system canno
Hello,
Ok!
Please do not hesitate to post your new questions.
Thank you.
Ok!
Please do not hesitate to post your new questions.
Thank you.
Re: Could not load file or assembly 'Stimulsoft.Report.Web'
Hello.
The GAC is a Global Assembly Cache. You could read about it on the MSDN http://msdn.microsoft.com/en-us/library/yf1d93sz.aspx
Thank you.
The GAC is a Global Assembly Cache. You could read about it on the MSDN http://msdn.microsoft.com/en-us/library/yf1d93sz.aspx
Thank you.