“Database Logon Failed” error after upgrading from VS 2008 to VS 2010
问题 I have a app that was written in VS 2008 for .net 2, upgraded to VS 2010 and built for .net 4. In this app is a Crystal Report. There should be absolutely NO database interaction done by the report. I manually set the various ITextObject fields from one of the objects in my project. Example: to = (CrystalDecisions.CrystalReports.Engine.TextObject)crystalPrint.Section2.ReportObjects["tbName"]; to.Text = visitor.first + " " + visitor.last; to = (CrystalDecisions.CrystalReports.Engine.TextObject