Error at runtime
Posted: Thu Jul 01, 2021 2:43 pm
Hi all,
I've a small VO program that is used to update DBF structure e rebuild CDXs from scratch of my main app.
Now, I've xPorted this small app, then imported in VS2019. It is pure VO code, no external libraries.
It builds fine with no errors but at runtime I'm getting this:
'MakeUpd3.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_32mscorlibv4.0_4.0.0.0__b77a5c561934e089mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:XporterOutputDebugMakeUpd3.exe'. Symbols loaded.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILXSharp.RTv4.0_2.6.0.0__ed555a0467764586XSharp.RT.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILXSharp.Corev4.0_2.6.0.0__ed555a0467764586XSharp.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_32VOGUIClassesv4.0_2.6.0.0__a967d8055360a7b9VOGUIClasses.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILXSharp.VOv4.0_2.6.0.0__ed555a0467764586XSharp.VO.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILVORDDClassesv4.0_2.6.0.0__a967d8055360a7b9VORDDClasses.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILVOSystemClassesv4.0_2.6.0.0__a967d8055360a7b9VOSystemClasses.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_32VOWin32APILibraryv4.0_2.6.0.0__a967d8055360a7b9VOWin32APILibrary.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Step into: Stepping over non-user code '$AppInit'
Step into: Stepping over non-user code 'MakeUpd3.Exe.Functions.$Init1'
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Corev4.0_4.0.0.0__b77a5c561934e089System.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystemv4.0_4.0.0.0__b77a5c561934e089System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILXSharp.Rddv4.0_2.6.0.0__ed555a0467764586XSharp.Rdd.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The program '[10936] MakeUpd3.exe' has exited with code -1 (0xffffffff).
There is something that I can do?
Thanks
Stefano
I've a small VO program that is used to update DBF structure e rebuild CDXs from scratch of my main app.
Now, I've xPorted this small app, then imported in VS2019. It is pure VO code, no external libraries.
It builds fine with no errors but at runtime I'm getting this:
'MakeUpd3.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_32mscorlibv4.0_4.0.0.0__b77a5c561934e089mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:XporterOutputDebugMakeUpd3.exe'. Symbols loaded.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILXSharp.RTv4.0_2.6.0.0__ed555a0467764586XSharp.RT.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILXSharp.Corev4.0_2.6.0.0__ed555a0467764586XSharp.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_32VOGUIClassesv4.0_2.6.0.0__a967d8055360a7b9VOGUIClasses.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILXSharp.VOv4.0_2.6.0.0__ed555a0467764586XSharp.VO.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILVORDDClassesv4.0_2.6.0.0__a967d8055360a7b9VORDDClasses.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILVOSystemClassesv4.0_2.6.0.0__a967d8055360a7b9VOSystemClasses.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_32VOWin32APILibraryv4.0_2.6.0.0__a967d8055360a7b9VOWin32APILibrary.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Step into: Stepping over non-user code '$AppInit'
Step into: Stepping over non-user code 'MakeUpd3.Exe.Functions.$Init1'
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Corev4.0_4.0.0.0__b77a5c561934e089System.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystemv4.0_4.0.0.0__b77a5c561934e089System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'MakeUpd3.exe' (CLR v4.0.30319: MakeUpd3.exe): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_MSILXSharp.Rddv4.0_2.6.0.0__ed555a0467764586XSharp.Rdd.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The program '[10936] MakeUpd3.exe' has exited with code -1 (0xffffffff).
There is something that I can do?
Thanks
Stefano