Crystal Report error after migration from .Net 2.0 to 4.5
-
I have a web application developed using .Net 2.0. Reports are generated using inbuilt Crystal Report. I want to migrate it in to .net 4.5 and host in a server which runs Microsoft Server 2012. In new server I installed Sap Crystal Report for Visual Studio .Net 2010. Also I changed the web config file with new credentials for Crystal Reports. But still it gives errors regarding Crystal Reports. How can I solve this problem.
-
I have a web application developed using .Net 2.0. Reports are generated using inbuilt Crystal Report. I want to migrate it in to .net 4.5 and host in a server which runs Microsoft Server 2012. In new server I installed Sap Crystal Report for Visual Studio .Net 2010. Also I changed the web config file with new credentials for Crystal Reports. But still it gives errors regarding Crystal Reports. How can I solve this problem.
-
maxRazar wrote:
How can I solve this problem.
You could start by editing your question and explaining what the errors are; please don't expect people to guess.
Use the best guess
Create new project for crystal reports. Add all refrences for crystal reports dlls
-
Create new project for crystal reports. Add all refrences for crystal reports dlls
-
I also had same issue as urs. And sollved this way. I creared new project and added all refrences of crystal shown in assamblies. And work fine. Its not logical. If u do it with ur existing projects and solutions it will not work. I think its bug of crystal reports. Really illogical but logic dosent work all time.
-
I also had same issue as urs. And sollved this way. I creared new project and added all refrences of crystal shown in assamblies. And work fine. Its not logical. If u do it with ur existing projects and solutions it will not work. I think its bug of crystal reports. Really illogical but logic dosent work all time.