Hello all,
I've developed an application on .net Framework 3.5 with VS 2010 and now I am trying to develop it with VS 2012.
I'm facing a problem with ReportViewer.
In my application, I'm using a specific .dll that is called by several local reports (.rdlc files). I dutifully copy the .dll in the Common 7\IDE\Private Assemblies directory, but still cannot compile solution due to error:
"Error while loading code module: ‘Development.Tools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’. Details: Could not load file or assembly 'Development.Tools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies."
Please help!