Hello,
I have been in the process of moving a website from Server 2003 to server 2012. It has a few Crystal Reports that accessed through the webpage and were build on crystal reports 10, .NET 2.0. I was having a problem where the crystal reports would just crash the whole application. We crystal reports on the webserver to Crystal 13 and now my application code won't build.
I have added references to all of the crystal report 13 assemblies I could find.
My legacy code
Notice my imports and my Error List. "EnterpriseLogonInfo is not a member of CrystalDecisions.CrystalReports.Engine.ReportDocument" is one of the errors. My question is do I need to import new things? Is there a new way to run hosted reports? Does anyone have ideas on how I may resolve these?