Hi,
I'm porting a .NET application from v8i to CONNECT. The application compiles without warnings or errors on CONNECT, but when I try to call the following method MicroStation CONNECT crashes:
BCOM.CellInformationEnumerator cellEnumerator = mainAddin.ComApp.GetCellInformationEnumerator(false, false);
The same line works fine in V8i.
Other calls to mainAddin.ComApp is working fine, for example mainAddin.ComApp.AttachCellLibrary(lib, BCOM.MsdConversionMode.Never); is working.
The minidump reports
1. 00710000 + eb000 ?No Ver Info ?GetModuleFileName failed with error 126 for 0000000000710000
2. 01550000 +e34000 ?No Ver Info ?GetModuleFileName failed with error 126 for 0000000001550000
Missing DLL's maybe?
Regards,
Bjørn