hi, I've written a ribbon with some buttons and logic behind it ( in C#).
the buttons open a win form that read the current project task data...
in many cases when the user opens the win form and than after some time close the Project app, the project app crashes.
It will crash even when the win form just opens and closes without doing any action in it.
But when the user don't uses the ribbon the project will not crash on exit.
I've debugger the code and the crash happens after the Dispose() of my ribbon so i don't know why the crash happens.
i'm attaching the project app log from the event viewer.. if anyone can give me any advice or any debug tool to use?
Problem signature:Problem Event Name:APPCRASH
Application Name:winproj.exe
Application Version:14.0.7011.1000
Application Timestamp:513a7c73
Fault Module Name:KERNELBASE.dll
Fault Module Version:6.1.7601.18409
Fault Module Timestamp:5315a05a
Exception Code:e0434352
Exception Offset:000000000000940d
OS Version:6.1.7601.2.1.0.272.7
Locale ID:1037
Additional information about the problem:
LCID:1033
skulcid:1037
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
Thanks, Sharon.