views:

347

answers:

2

This is an issue I had with VS 2010 RC and was hoping would be solved with the first official release. Sadly it wasn't.

What I have is a number of reports originally created with VS 2008. When opening any of these for editing in VS 2010's Report Designer VS hangs for about two minutes and then shuts down. Same happens when creating a new report using the wizard. Only difference is that a dialog opens up showing a "Loading ..." message then hangs for about the same amount of time and crashes.

Running devenv /log gives nothing of value.

The Windows Application Event Viewer shows only this:

Faulting application name: devenv.exe, version: 10.0.30319.1, time stamp: 0x4ba1fab3 Faulting module name: clr.dll, version: 4.0.30319.1, time stamp: 0x4ba1d9ef Exception code: 0xc00000fd Fault offset: 0x00001919 Faulting process id: 0xc38 Faulting

And this:

.NET Runtime version 2.0.50727.4927 - Fatal Execution Engine Error (6F551CF2) (0)

Has anyone else experienced this and found a solution?

OR -- Is there a better tool for rapidly creating decent reports within a WinForms app?

Help would be greatly appreciated!

A: 

Oh man that's some crash. And I'm doing reports in 2008, moving to 2010 soon. I can't help you on the error, and after looking for a report designer for days now, I found two: MS Report builder 2.0 and Pebble. The second you need to pay for. Both of those save to rdl though, the server version of the report format.

I then went on a fruitless mission converting rdl to rdlc (client-side reports), not as quick and easy as they make it seem.

And I heard so much about SSRS, I really don't want to give my hopes up. I wish I have a better answer for you. I'm still looking and will post back if any working report designers blink into existence.

Wez
@KBmonkey thanks. Is your VS2008 crashing as well?
ondesertverge
A: 

I gave the exact same problem described above. Were you ever able to figure it out? IT happens when creating a new report or adding a data set.

Faulting application name: devenv.exe, version: 10.0.30319.1, time stamp: 0x4ba1fab3
Faulting module name: ntdll.dll, version: 6.1.7600.16559, time stamp: 0x4ba9b21e
Exception code: 0xc00000fd
Fault offset: 0x00046c3f
Faulting process id: 0xcf0
Faulting application start time: 0x01cb25b085f5604c
Faulting application path: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: c26466b9-91a4-11df-a621-0019b958d62a
Jose C Gomez
I ended up adding a new project to my solution to hold just the reports. Couldn't find a better way ...
ondesertverge