Jump to content
Software FX Community

mmcgehee

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by mmcgehee

  1. Here's what I'm doing: 1. Open new SSRS report 2. Drag new Chart object on page 3. Set datasource of chart to Dataset with the following fields (from sql stored procedure): a. MySubDivisionDescription (varchar(50) or string) b. MyProdDescription (varchar(50) or string) c. WeekendingDate (varchar(50) or string) d. FuelVolume (decimal(25, 6) or decimal) 4. VS 05 crashes with the following error from the Event Viewer Faulting application name: devenv.exe, version: 8.0.50727.867, time stamp: 0x45d2c842Faulting module name: KERNELBASE.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdaaeException code: 0xe0434f4dFault offset: 0x00009617Faulting process id: 0x1c6cFaulting application start time: 0x01cb0d5fe813e87dFaulting application path: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exeFaulting module path: C:\Windows\system32\KERNELBASE.dllReport Id: 6fb462ff-7954-11df-8dbe-001d09b05ee4 Any ideas? I've tried changing a bunch of small things but VS still crashes.
×
×
  • Create New...