This topic is locked

ASPRunner.Net 7.0 Crashes when I try to add a Report

9/15/2014 2:00:44 PM
ASPRunner.NET General questions
G
gstuart667 author

I am not sure what to do with this issue. I have a project that it pretty large that I am trying to add some additional reports to, but every time that I try to add the report I get this error message below.
ASPRunner.NET20946
Application error occurred. Crash dump file is saved to:

I have tried closing out of my project multiple times. I have even tried rebooting my machine and I still get this error message. The query that I am trying to insert into the report is where the error message happens. It is a pretty simple query. See below.
*SELECT [Department]

,[Highest Nursing Degree]

,Count(
) as RNs

FROM [NurseEvaluation].[dbo].[Nurse List]

GROUP BY [Department],[Highest Nursing Degree]

ORDER BY [Department]**
Any thoughts as to why the Project keeps tanking?
Greg

admin 9/15/2014

Greg,
not enough info. If you need more help feel free to contact support team sending your project and database structure for investigation.