I´m upgrading a VB6 program yo Visual Studio 2012, using Crystal Reports for Visual Studio to upgrade the reports. The report's rpt files upgrade without any problem, but when I try to show a report using a stored procedure with parameters I get a 'FileNotFound' Exception for crdb_adoplus.dll, This is a Crystal Reports installation file which isn´t where its supposed to be. There is a crdb_adoplus.dll file one folder up, but if I put it in the right place, I get a FileLoad Exception which points to version problems, saying the assembly hay been compiled with version 'v2.0.50727, not the one supplied.
It seems my installation faulty. If so, how do I get it right? I'm using CRforVS_13_0_6, and I've already re installed it.
I'm attaching the C# file with code I'm using (code.cs) and the errors (errors.txt).