Browse By Tags

  • Fatal Error. Could not create a .ma files for an AddIn: .... OpenUtilities Substation

    - Product(s): OpenUtilities Substation CONNECT Edition Version(s): 10.00.XX.XX to 10.15.XX.XX Environment: NA Area: Power Platform Support Subarea: NA Background: This article can…
  • - Fatal Error. Could not create .ma for an Addin

    If you receive Fatal Error. Could not create a .ma file for an Addln: file:///C:/Program CONNECT Edition/MapTheme. for example: This error can occur if the AddInLoader1.0 folder is missing from Path = “C:\Users\user.name\AppData\Local\Temp\Bentley…
  • Issue while signing CE .ma file using rsign.exe (v03.21.02)

    As per request, here I'm posting my question as a new one. Previously using this thread , I'm successfully signed the CE .ma file using rsign.exe which downloaded from here I can successfully sign the .ma file using rsign.exe and Verified the digital…
  • [CONNECT Update 10 MDL] - Need help migrating MDL to connect edition, its not working

    Hello Everyone, Our organisation have just upgraded our MicroStation v8i SS3 to MicroStation Connect edition version 10.10.00.23. I am having trouble with my v8i MDL apps since its not working in my connect edition. I am not a programmer and although…
  • How to modify Vertices in LineString (3D) with MDL

    Hi everyone, I am trying to write an MDL for Microstation V8i (Select Series 4) which should transform the heights according to a certain height-modelling for different element-types. I am using a Loop over all graphical Elements with a callback-function…
  • Upgrading V8i MDL Apps to Connect

    Is there any documentation on the absolute basic essentials to implement when porting from V8i mdl's to Connect?. I have written a few mdls in the past and want to now re-compile them for Connect. I have no idea where to start and previously made use…
  • MDL using C++code convert to .mke file etc.

    Hi, I have tried to compile the HelloWorld example code in Microstation V8i developer shell but got the compilation error. Please find the code and image below and rectify my error. /cfs-file/__key/communityserver-discussions-components-files/343173…
  • Microstation Connect

    Hi Everyone, I have an MDL that was made for older versions of Microstation before Connect and I want to build it to work with Microstation Connect. Please provide me the link to download the connect sdk and would like to know the command to compile Additonally…
  • Attaching Database OLEDB in MDL-Code

    Hi Everyone, I am trying to write an MDL that creates and attaches certain Attributes to new created graphic Elements into an Access MDB-Database. Therefore I want to make sure, before the creation of new Elements starts, that the correct Database is…
  • Microstation V8i

    Hi, How to delete and create tagset in Microstation V8i using c. Regards, Saravanan
  • Starting microstation programing

    I am working on microstation and other drafting software from so long time. So now I want to start programming in Microstation. so any one can guide me how can I start? and from where I'll get reading material?
  • MDL ComboBox in Remote App

    Within our production environment we use Bentley Microstation with lots of custom applications written in MDL (.ma) The end-users open a Remote Desktop on a terminal server and run Microstation within that. So far, so good. The problem is that we…
  • [V8i] Fatal Error. Could not create a .ma file ... crash issue multiple times per day (Print Organizer Crash, View Attributes Crash)

    MicroStation v8i (SELECT Series 2) - Version 08.11.07.443 Bentley GEOPAK V8i (SELECT Series 2) 07.11.07.619 Windows 7 Professional x86 Services Pack 1 Intel Xeon CPU E5-1620 0 @ 3.60 GHz 32.0 GB RAM Approximately, 4-5 times per day the program…
  • Using Connect SDK in V8i

    I am very excited about the CONNECT Edition and the additions to the SDK. My company has not yet updated to CONNECT and uses V8i. I was wondering if it would be a bad pursuit to try and use the classes and their methods in the new SDK for V8i programs…
  • RE: Clip Boundary

    https://communities.bentley.com/cfs-file/__key/communityserver-discussions-components-files/343173/basic.maHere is the final program I created that uses scanning and clipping. This program scans the file for a highlighted shape (must be a 4 point shape…
  • I've problem with POD-file attaching.

    I use MS V8i and SDK mssdk081109357en. I make build by instruction . I have some problem with example from SDK, which name is "PointClouds". I changed the code for debuging in next way: ... case DITEM_MESSAGE_QUEUECOMMAND: { Bentley::Ustn::Element…
  • User Preferences in MDL applications (v7 Native MDL)

    Hi all, First, the basics: Microstation v7, native MDL application, creating model for use with PDS v7.2 I have an application that takes an external data file and creates a 3D model in a new file. The dialog consists of two buttons to open standard…
  • Microstation v7 MDL: Fixing old application to new work process

    Hi all, I'm having a brain cramp trying to figure out something that should be very easy that just isn't working. It's in a v7 Native MDL application that I need to create various simple solids, without holes. One is a cylinder, the other is a half…
  • Hi guys, is possible to set the "Title View" on the default view (Navigator V8i) and make it permanent? Any help would be greatly appreciated!!! Thanks Andrea

    Set Title View
  • Create .ma with C++

    Hello, Thank you for your help in advanced. I have been reading these forums for months and have spent a couple hours reading on creating .ma files from a .cpp file. About me, I have been programming in Microstation with VBA for 4 months. I have a…