I was trying to add a new global procedure to a Dexterity application and whenever I compile it, Dex crashes with this error:
Faulting application name: Dex.exe, version: 12.0.311.0, time stamp: 0x5363aedf
Faulting module name: Dex.exe, version: 12.0.311.0, time stamp: 0x5363aedf
Exception code: 0xc0000005
Fault offset: 0x002d3dba
Faulting process id: 0x2d20
Faulting application start time: 0x01d1bd042814806c
Faulting application path: C:\Dex\Dex2013R2\Dex.exe
Faulting module path: C:\Dex\Dex2013R2\Dex.exe
Report Id: 47e8bcdd-7efe-455e-abe6-3a518766d0a0
Faulting package full name:
Faulting package-relative application ID:
What's odd is that the exact same thing happens in Dex 2013 and 2015 on two completely different computers. The procedure compiles fine if I have only parameter and local variable declarations, but as soon as I add a line of functioning code, boom. Even tried recreating the developer dictionary by updating a brand new GP dictionary from SCC. I've had this happen before and resolved it, but can't recall how.
*This post is locked for comments