Reputation: 153
I am currently using VS2008 with RDLC version 9. The program is a C# .NET program. When I run the program, everything works fine. I can search up my database, connect to it, and view it in a datagridview.
However, my issue is that, when I click on the tab containing the report viewer, the report starts to load and I get the following:
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not find file 'C:\Users\Admin\AppData\Local\IsolatedStorage\os3e4koo.m3d\h2zjgd5a.0zc\
StrongName.mcnytcup ql1kuorvuvoru5rlguuiug21\AssemFiles\ReportPageTempFile-
22e7a412-7b42-43ad-a75b-5f13a001c83e'.
From VS2008, if I click Continue, the reports loads fine, and every time I look at the report tab, the error doesn't reappear until I close and reload the dialog. Any ideas what this could be?
Upvotes: 0
Views: 581
Reputation: 929
Does your SQL Database name have any symbols or punctuation in it? I have seen this cause an issue before
For example Database.V1234
Upvotes: 1