EDN Admin
Well-known member
Im developing an app with an MDI form as the main form. This form launches a lot of other forms (MDI child forms) with different levels of complexities and resources. When I move the app to a Windows 2008 server in order to be used on a TS RemoteApp environment,
there is one of the MDI child forms that each time that it is launched, the main program crashes and send the following message:
<span style="color:#0066cc; font-size:x-small <span style="color:#0066cc; font-size:x-small
Description:
<span style="color:#0066cc; font-size:x-small <span style="color:#0066cc; font-size:x-small <span style="font-size:x-small
Stopped working
<span style="color:#0066cc; font-size:x-small <span style="color:#0066cc; font-size:x-small
Problem signature:
<span style="color:#0066cc; font-size:x-small <span style="color:#0066cc; font-size:x-small <span style="font-size:x-small
Problem Event Name: APPCRASH
Application Name: SurveyManagement.exe
Application Version: 1.0.0.0
Application Timestamp: 500834d6
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.17651
Fault Module Timestamp: 4e21213c
Exception Code: e053534f
Exception Offset: 000000000000cacd
OS Version: 6.1.7601.2.1.0.18.10
Locale ID: 1033
Ive been working around this issue for quite a while making all kinds of changes in order to change the way that form is launched and its always the same error message. The interesting thing here is that I have other forms in the app that are also launched
as an MDI child form wich are even more complex and probably use more resources, however, they run well.
I found that this issue has been hammering developers for a long time and I wonder if Microsoft has done anything about it. Ive been fighting a battle to have the management approve the use of Windows-based apps in my company by using TS RemoteApp and now
Im loosing that battle.
Anything that an application needs to be furnished with when working in TS RemoteApp environments?
Thanks.
View the full article
there is one of the MDI child forms that each time that it is launched, the main program crashes and send the following message:
<span style="color:#0066cc; font-size:x-small <span style="color:#0066cc; font-size:x-small
Description:
<span style="color:#0066cc; font-size:x-small <span style="color:#0066cc; font-size:x-small <span style="font-size:x-small
Stopped working
<span style="color:#0066cc; font-size:x-small <span style="color:#0066cc; font-size:x-small
Problem signature:
<span style="color:#0066cc; font-size:x-small <span style="color:#0066cc; font-size:x-small <span style="font-size:x-small
Problem Event Name: APPCRASH
Application Name: SurveyManagement.exe
Application Version: 1.0.0.0
Application Timestamp: 500834d6
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.17651
Fault Module Timestamp: 4e21213c
Exception Code: e053534f
Exception Offset: 000000000000cacd
OS Version: 6.1.7601.2.1.0.18.10
Locale ID: 1033
Ive been working around this issue for quite a while making all kinds of changes in order to change the way that form is launched and its always the same error message. The interesting thing here is that I have other forms in the app that are also launched
as an MDI child form wich are even more complex and probably use more resources, however, they run well.
I found that this issue has been hammering developers for a long time and I wonder if Microsoft has done anything about it. Ive been fighting a battle to have the management approve the use of Windows-based apps in my company by using TS RemoteApp and now
Im loosing that battle.
Anything that an application needs to be furnished with when working in TS RemoteApp environments?
Thanks.
View the full article