Skip to Content
0
Former Member
Jun 05, 2009 at 05:16 PM

Multiple .Net Objects on one report -- Visual Studio Crashes.

33 Views

Hi,

I'm using Visual Studio 2008 Team System Developer. My Crystal Assemblies are version 10.5.3700.0. I need to report from .Net Objects. I.e. my report datasource is a List<T> of POCOs.

This works fine if I use a single class. But when I need to add a second object as a source visual studio crashes.

I can reproduce this by creating a report from one class. Run the report everything works. But, when I go to Database Expert and select another object to add to the list of Selected Tables, then when I click the Okay button I get a pop up message that says "Visual Studio has encountered a problem and needs to restart".

This is a big problem because we are having to get creative to combine the data from multiple objects into a new class prior to passing the datasource to the report.

It takes a lot of time to do this and my developers are getting cranky!

Here's some info from the from the event viewer:

Log Name:      Application
Source:        Application Error
Date:          6/5/2009 12:19:15 PM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      haddenM6300.dimsnet.pes.local
Description:
Faulting application devenv.exe, version 9.0.30729.1, time stamp 0x488f2b50, faulting module craxddrt.dll, version 10.5.0.1943, time stamp 0x4711bbd0, exception code 0xc0000005, fault offset 0x004f014a, process id 0x764, application start time 0x01c9e601f38ce887.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2009-06-05T19:19:15.000Z" />
    <EventRecordID>29808</EventRecordID>
    <Channel>Application</Channel>
    <Computer>haddenM6300.dimsnet.pes.local</Computer>
    <Security />
  </System>
  <EventData>
    <Data>devenv.exe</Data>
    <Data>9.0.30729.1</Data>
    <Data>488f2b50</Data>
    <Data>craxddrt.dll</Data>
    <Data>10.5.0.1943</Data>
    <Data>4711bbd0</Data>
    <Data>c0000005</Data>
    <Data>004f014a</Data>
    <Data>764</Data>
    <Data>01c9e601f38ce887</Data>
  </EventData>
</Event>

Strange that it references the 10.5.0.1943 version even though visual studio project references shows 10.5.3700.0.

Please help.

Ken.

Edited by: KenHadden on Jun 5, 2009 9:22 PM