I have a group of users that remote (MSTSC) onto a Windows Server 2008 R2 machine in our data center to run a VB.NET App
The VB.Net application (3.5 framework) runs from C:\Users\<username>\Documents\Program Files\MyApp. The application is pushed down to the server from our NAS using a home grown one-click deployment process when the user clicks a shortcut.
I have two users that are currently remoted onto the server. When user A runs the program executes as expected. When User B runs the app crashes. All of the code is wrapped in a try catch but the exception handling is never hit. When I view the details
of the crash report i get this:
Problem signature:
Problem Event Name: APPCRASH
Application Name: Applauncher.exe
Application Version: 1.0.0.0
Application Timestamp: 518aa4b9
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.17651
Fault Module Timestamp: 4e21213c
Exception Code: e0434f4d
Exception Offset: 000000000000cacd
OS Version: 6.1.7601.2.1.0.16.18
Locale ID: 1033
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
This problem started occurring right after we made an update to the exe on the NAS, however each user's program folder are identical. Is Windows caching and exe somewhere or something?
I am at a loss.
jpucci