Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
So here is my question. I have a standing SSRS Report that gets displayed in a DIV on the Web. Now I recently upgraded SQL to 2012 and since then only some of my reports when I run them cannot be run on the web side as the parameter are all disabled. Here is what I have done/checked for:

▓ The DataSource on all is correct (Shared Data Source)
▓ When I run the sps required to populate the given parameter fields it works 100%
▓ When I test on my local and beta site (Different servers) it works 100% and you are able to choose the different required parameters
▓ When I debug from my local pointing to the Live server it works 100%

So does anyone have any idea/solution to why only on the Live server does only some of the parameters not work. Any help much appreciated
Posted

1 solution

I will add the solution in case someone else might also need to see this.

Turns out that the reference to the reportBuilder still had a reference in from the older version. When this was removed it worked 100%. But there is no rhyme nor reason to why this happened and why removing this worked :-)
 
Share this answer
 
Comments
Member 12467581 17-Aug-16 4:48am    
Hi CBadger. I'm having this same problem. Please could you clarify what you did to fix it? thanks
CBadger 22-Aug-16 1:15am    
There is an actual reference in the web.config that links to the report server version you are using. You just need to ensure this is updated to the correct version and shows it. Mine still displayed to the old version. (Version & PublicKeyToken)

add assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900