Hi,
We have built application in C#. This exe works fine with small Reports. But failed and give following error message whenever we try to run a big reports/processes:
ReportGenerator.exe Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process ID=0x14 (1300), Thread Id=0xe8(232)
Click OK to terminate the application.
Click CANCEL to debug the application.
Any help will be grate appriciated...
Regards
H.M.Sohaib

Common Language RunTime Debugging Service
NASWAY
It appears that you have unhandled Exceptions in your code If you add Exception handling, you would be able to capture a more specific Exception and it will be easier to find out the reasons for error.
Regards,
Vikram
move2mars
Hi Navees,
I have been trying to solve this problem for over six weeks and probably a zillion hours. I contacted HP and spoke to Harry(ak. Sheik Mohammad Ala) and he informed me for $200.00 the problem could be solved...maybe.I followed your steps and I was up and running in about two minitutes. Thank you for your expertise.
Sincerely,
Colostate
Mailtm
chogye
AYankeeCat
MuraliMohan
I also have the exact problem, and haven't seen any replies to this one. Any solutions yet
JAT60
shanab
Dear H.M.Sohaib,
I have installed a software, Woldmate. While launching the program, the same error message appears:
WMDesktop.exe Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process ID=0x1218 (4632), Thread Id=0x11f4(4596)
Click OK to terminate the application.
Click CANCEL to debug the application.
As your case, all machines work fine EXCEPT 1 laptop having the error above. Have your found any solution Please kindly advise. Many Thanks.
BRgds
Diester
Debugging production issues can be really painful. Luckily Microsoft has really stepped up to the plate on this and provided us with the ability to debug release build crashes even when we can't reproduce the problem ourselves. If you install the debugging tools for Windows on the machine then you can use ADPlus to take a snapshot of the process state when the crash occurs. You can then go back to your development environment and "replay" the crash to determine what went wrong. Refer to the article Root Out Elusive Production Bugs with These Effective Techniques in the July 2005 issue of MSDN Magazine.
My initial hunch would be that it is probably a resource problem such as threads or memory. Hope this helps.
Michael Taylor - 8/30/05
Juan Carlos Trimiño
HI,
I like your post; VERY clear. But, unfortunately, it did not help me with my similar problem. I upgrade from AutoCAD 2 to AutoCAd 5 and it won't open ("Common Runtime Debugging", etc). Tried to download "PConPOINT" , a software that describes itself as fixing this common problem", but no luck there. Tried your solution outlines above but still get same error message. Help!.....Anyone
Many Thanks,
Andrew
Srki82
Outlook 2003 doesn't use any managed code, so this must be caused by some other component - most likely an Outlook add-in.
Have you installed any new software that "plugs into" Outlook or other Microsoft Office applications
If you have a debugger on your machine, you should be able to click "cancel" and at least get a call-stack. This should pinpoint the component that's failing.
Allen Junior
Development
We have handled all exceptions and are working properly in all machines except one. That machine is giving the Runtime error on big processes.
Regards
H.M.Sohaib
Woody1
Steps:
1. Go to: Settings >> Control Panel >> Administrative Tools >> Microsoft .NET Framework 1.1 Configuration
2. The .NET 1.1 Configuration module will appear. Click on the "Runtime Security Policy" folder on the left hand side of the screen.
3. Click on the " Increase Assembly Trust " link in the body of the screen.
4. Click "Next."
5. Browse to your assembly and click “Next”
5. Select the level of privileges that you need (You may not need "Full Trust")
6. Click “Next”
7. Click “Finnish”
LarsMohekan
Use Following Steps (This will solve your problem)
1. Go to: Settings >> Control Panel >> Administrative Tools >> Microsoft .NET Framework 1.1 Configuration
2. The .NET 1.1 Configuration module will appear. Click on the "Runtime Security Policy" folder on the left hand side of the screen.
3. Click on the "Adjust Security Zone" link in the body of the screen.
4. Click "Next."
5. Click the "Local Intranet" security button
6. Adjusted the security to "FULL."