
The conversion utility runs against the VB6 code without any issues, and the project will compile to an EXE in VS 2005.
At runtime, the app won't load.
If I run the code in debug mode, I get an unhandled exception error on a line in the Solomon.vbtools.vb file:
Public Sub SetAddr(ByVal LevelNbr As Short, ByVal TableNameStr As String, ByRef bTableName As SolomonDataObject, ByRef nTableName As Object)
'--the code halts here:
SolomonKernelExports.SetAddr(LevelNbr, TableNameStr, bTableName, nTableName)
End Sub
The error reads:
Invalid property type System.Object for property Value. The following types are valid: String, Short, Integer, Double
Any ideas how to work around this?
Thanks,
Sammy
*This post is locked for comments
I have the same question (0)