Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VS2005 - Report Designer - System.OutOfMemoryException

Status
Not open for further replies.

MikeBronner

Programmer
May 9, 2001
756
US
Hi All,

I am developing some reports in VS2005 in a Reporting Service project using the integrated report designer. The query runs just fine in the data tab and returns about 5000 rows. However, when I run the report in the preview tab, set my applicable report parameters (which should further reduce the resultset to about 100 rows), I get the following error after about 20 seconds:

An error occurred during local report processing.
An error has occurred during report processing.
Exception of type 'System.OutOfMemoryException' was thrown.

I have googled this issue and have not been able to come up with an answer, and many others seem to have this issue as well. Can anyone point me in the right direction?

As I'm trying to preview the report on my dev. machine, I don't believe this is a server issue. Here are my machine specs:

Windows XP SP2
Visual Studio 2005
SQL Server 2005
2GB RAM
Intel Core 2 Duo E6600 @ 2.4 GHz
75GB HD with 30GB free space

Any help is appreciated! Thanks :)

Take Care,
Mike
 
I also encountered this error while doing a large Matrix report. I'm wondering, does your report have a lot of formatting or manipulation in the rendering?
 
Does the report work on the Server?

Does it have anything of note in the code page or other assemblies used?

I would imagine that its' a problem with some code, not the computer. But without more information its' hard to tell.

Hope this helps,

Alex



[small]----signature below----[/small]
Majority rule don't work in mental institutions

My Crummy Web Page
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top