• How to interpret/learn the exception log while MicroStation crashed?

    We have observed the crash in our custom docking dialog code implementation. How to interpret the exception logs created by MicroStation for analysis.(As sample logs below) GUI Last Dialog Hook Call: 256 messageType=38 () 257 dialogId=1018 258 dialogTask…
  • [CONNECT C++] ECObjectsStatus Clarification

    When writing code that footles with ECObjects the ECObjectsStatus enum provides a large set of error codes. It seems I'm often able to write code that results in one of those errors. Most are self-explanatory, but one or two are enigmatic. Could someone…
  • [Connect C++] Compile Error while adding Boost library

    Hi, I'm encountering many errors while trying to include boost library inside my MDL program. More precisely I'm trying to include in my header file the IfcOpenShell libraries that have many dependencies to the boost libraries. While trying to compiling…
  • [CONNECT C++] Error LNK2001 calling function from another cpp file

    Hi, I already asked a similar question and the problem was a missing library in the *.mke file. At the moment I have my "main" .cpp file and I want to call an Initialization function from another .cpp file. I did it in a similar way to the "exampleSolids…
  • MIcrostation V8i SS3 get Tag value c#

    Hi, I'm trying to get the tag value using c#. opened the design file using OpenDesignFileForProgram. BCOM.TagElement tele1 = _Ele.AsTagElement(); //Working fine Console.WriteLine(tele1.TagSetName); //working fine Console.WriteLine( tele1.TagDefinitionName…
  • Unable to load dialog form 'NEUTRAL?PROC' whose id is 90010

    Hi! Now I am testing a Microstation Connect. I wrote a small program that uses TerraScan functions. One function causes an error: "Unable to load dialog form 'NEUTRAL?PROC' whose id is 90010". How can I fix this error?
  • [V8i C#] PInvoke MDL functions error

    I'm attempting to invoke various MDL functions in a C#.NET project. I've successfully managed to do the following: [DllImport(@"C:\Program Files (x86)\Bentley\MicroStation V8i (SELECTseries)\MicroStation\stdmdlbltin.dll")] private static extern void…
  • C# Issue with saving .DGN file that includes raster image to .DWG

    Hi, I have .DGN file with attached raster image (for example .PNG) and want to save it into .DWG file. During saving something going wrong and as a result when I open .DWG file in DWG TrueView 2016 I have an empty area (just a frame) instead of raster…
  • VBA Interface error: Unable to load the project - 0x80004002

    I am unable to carry out numerous tasks in Microstation V8i Select Series 3 and I am receiving the following errors in the Message Centre: VBA Interface error: Unable to load the project - 0x80004002 VBA Interface error: Unable to run macro When…
  • mdlKISolid_bodyMassProperties kills stack in C#

    Hi, we are using mdlKISolid_bodyMassProperties both in our C++ and C# projects to obtain the centroid of a solid. In C++ everything works fine. In C# all local variables preceding the inertiaOut parameter are overwritten with garbage values after…
  • Re: [V8i] MDL LOAD fail if dgn is located on fileshare

    I am glad to see that the issue is marked as being resolved. FWIW. For future troubleshooting reference for issues like this there are two tools I find highly useful to narrow in on and identify where and what the real problem are. 1. NET HELPMSG…
  • [V8i] MDL LOAD fail if dgn is located on fileshare

    Application: MS SS2 and MS SS3 (08.11.09.357) HW/SW: Any Location of workspace + mdl: tested both local and on network. Hi. This is my first post on Bentley forum, as a result of chating with Conor King from Bentley support, issue #7000061864…
  • VBA Interface Error:Unable to run macro

    Hello, Company wide we are having macro issues. We are all using: Windows 7 MS V8I SS2 v8.11.7.443 Microsoft Office 2010 We operate on MDT CADSTDDs but have our own modified configuration file. Their macros have been created on a Windows…
  • RasterManager.Rasters.Attach issue

    Hi! I have a issue using RasterManager.Rasters.Attach, the second time I try to run the macro. This is the error timeline: 1. Start Microstation and open a DGN file. 2. Execute the macro: .... RasterManager.Rasters.Attach pathRef .... …
  • run time error -2147218272 (80040ca0) when creating complex shape

    Hi there, I'm getting -2147218272 (80040ca0) error code when i attempt to create complex shape. I couldn't find any information about this error code in the MicroStationVBA.chm file. Best regards, cenber