User-275352813 posted
I inherited an application that uses reports. I made a change to a report on my local machine using Visual Studio 2012. When I went to deploy dev (SQL 2008 R2) I see it trying to go to the dev SQL server but I get the error:
An error occurred during local report processing. The definatio of the report '/AdjustmentForm' is invalid. Error while loading code module: 'Modulename.Encryption, version, etc. Could not load file or assembly 'Modulename.Encryption,
version, etc' or one of its dependences. The system cannot find the file specifed
I looked on the SQL server and see that the e:\Program Files\Microsoft SQL Server\MSRS10_50\reportServer\bin the dll and the config files are there.
I am not sure what is going on and why I can't deploy. And when I try to deploy I see it trying to go to the dev SQL server.
The reports were in TFS so I just assumed that when I pulled them down to work on them everything would deploy nicely. I'm at a loss as to what I am missing.