FDOT SS10 Drainage Pattern VBA

I have upgraded to FDOT SS10 and Office 2016.  When accessing the Drainage Pattern VBA from the Drainage menu it produces a VBA Interface Error.

Any help is appreciated.

Thanks,

Mike

  • Mike,

    This is likely caused by a DLL registration that was left out of Bentley's SS10 installation process. We have added a command to the FDOTSS10 installation to take care of this, but it is possible that the command might not have run.  Try this to see if it resolves the issue:

    1. Exit  FDOTSS10, and any other forms of Bentley MicroStation product.
    2. See if the following file exists:
      1. C:\Program Files (x86)\Common Files\Bentley Shared\GEOPAK\08.11.09\BentleyControls.ocx
    3. If not, see if you can find that file anywhere and use that path below
    4. If so, open a command prompt As Administrator (in the windows search bar type command, right click on the command prompt app and select “run as administrator”)
    5. Key in the following two commands exactly as shown below (or with the alternate path), spacing matters (do not include “a.” and “b.”):
      1. Regsvr32 /u "C:\Program Files (x86)\Common Files\Bentley Shared\GEOPAK\08.11.09\BentleyControls.ocx"
      2. Regsvr32 "C:\Program Files (x86)\Common Files\Bentley Shared\GEOPAK\08.11.09\BentleyControls.ocx"
    6. Then open FDOTSS10 again and see if you can label the shapes, or try to configure the bar menu to see if the issue is resolved.

    Matt Sexton
    CADD Applications Support Coordinator
    Florida Department of Transportation
    Engineering/CADD Systems Office
    850-414-4840
    matt.sexton@dot.state.fl.us

  • Matt,

    Thank you, this resolved the issue.

    Mike