Problems displaying Report in Web Form

TBJ

Member
Joined
May 9, 2005
Messages
14
Programming Experience
1-3
I don't know if this is an ASP.NET problem or a VB.Net problem but since a couple of weeks back I have not being able to successfully display a Crystal Report within a Web Form.

I am using Visual Studio .Net 2003.

I have tried different ways for displaying the report(using code-behind, setting the report path manually in Report source, etc.) but still get this error message.

CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.

I am not connecting to any database or external server I am just trying to display text file data in a Report!!! The text file is saved in the same folder as the whole project.


I was able to do this before(say, a month ago) but all of a sudden it stopped working! I even re-imaged my computer and reinstalled VS 2003 just in case something got corrupted but still, same problem.

It seems after I installed some security updates(Windows XP) something went awry.

If anyone has any information on this please let me know, this is ridiculous!!
 
Back
Top