Hi,
thanks for the tip, it worked really well regarding the DirectoryNotFoundException except that the classes aren't properly generated because of another exception:
Exception type : InvalidCastException
Source : DotNetScriptingEngine
Method : Void EngineExecuteCode(Zeus.IZeusCodeSegment, Zeus.IZeusContext)
Message : Unable to cast object of type 'System.Collections.DictionaryEntry' to type 'VistaDB.DDA.IVistaDBRelationshipInformation'.
Stack Trace : at Zeus.DotNetScript.DotNetScriptExecutioner.EngineExecuteCode(IZeusCodeSegment segment, IZeusContext context)
at Zeus.ZeusExecutioner.ExecuteCode(IZeusExecutionHelper helper, IZeusTemplate template, IZeusContext context, ArrayList templateGroupIds)
at Zeus.ZeusExecutioner.ExecuteCodeSegment(IZeusCodeSegment segment, IZeusContext context)
at Zeus.ZeusCodeSegment.Execute(IZeusContext context)
at Zeus.ZeusExecutioner.Execute(ZeusTemplate template, IZeusContext context, Int32 timeout, InputItemCollection collectedinput, ShowGUIEventHandler eventhandler, Boolean skipGui)
In the generated file all seems to be ok except for the MustInherit Public Class esMyTableName, the Properties region is never closed and the End Class line is missing. It seems like it's because of the exception that all the hierarchical related properties are not generated.
I can rollback to the previous vistadb stable build (build 57), but it would be a pitty because it seemed to work really well and much faster (meeting a client next week with a beta version of my app, therefore wishing to keep the performance). Hmmm, maybe I can simply install build 57 just to generate my classes and then go back to build 63?
Thanks!
- El pipo -