OBM Beam Definition Issue

Good afternoon, 

I am using FDOT Connect for OBM to create a 5-span FSB bridge model for a current FDOT D3 project.  Units have been successfully created, support lines added, deck templates copied & modified, deck placed and beam layouts created for each span.  When I attempt to Place the Beam, I select the Beam Layout for the active unit and Accept the selection, but the Beam Definition dialog does not open.  Instead an Exception message pops up at the bottom of the screen.  Attached is the log file that the message points to.  I am unsure what it means or how to go about resolving the issue.  Has anyone experienced this before?  Any help would be greatly appreciated. 

 

Exception caught in source file f:\builds\cif10080133\Source\Cif\src\managed\ui\tools\PrimitiveCommand\PrimitiveCommand.cs at method OnDataButtonInternal

================================================================================
Exception : Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))

In Assembly : Bentley.Interop.MicroStationDGN

Stack Trace :
   at Bentley.Interop.MicroStationDGN.LineElement.GetVertices()
   at Bentley.ObmNET.Shared.PBTemplate.ElementsToTemplateConverter.ProcessGroup(List`1 elementGroup, Int32 groupIndex, List`1 points, List`1 lines, List`1 arcs, List`1 ellipses, EditModeConstraintsInfo editModeConstraintsInfo)
   at Bentley.ObmNET.Shared.PBTemplate.ElementsToTemplateConverter.Convert()
   at Bentley.ObmNET.ExternalTemplates.LeapTemplateConverter.Convert()
   at Bentley.ObmNET.ExternalTemplates.LeapTemplateRepository.GetTemplate(TemplateIdentifier templateIdentifier)
   at Bentley.ObmNET.ExternalTemplates.LeapTemplateRepository.GetOrCreateRootCategory(String name)
   at Bentley.ObmNET.BeamGroupUI.ViewModel.BeamVM.SetTree()
   at Bentley.ObmNET.BeamGroupUI.ViewModel.BeamVM.set_TemplateSource(BeamSourceType value)
   at Bentley.ObmNET.BeamGroupUI.ViewModel.BeamVM..ctor(BeamSpanViewModel span, BeamParams beamParams, Boolean selectedBeam, List`1 materials)
   at Bentley.ObmNET.BeamGroupUI.ViewModel.BeamSpanViewModel..ctor(BeamSpan span, BeamParams beamParams, IEnumerable`1 spanSegments, Boolean hasSelectedBeam, SyncId selectedBeamId, List`1 materials)
   at Bentley.ObmNET.BeamGroupUI.ViewModel.BeamDefinitionPresenter..ctor(BeamCorridor beamCorridor, List`1 beamSegmentCollection, BridgeUnit bridgeUnit, ITemplateRepository pbmRepository, ITemplateRepository leapRepo, ITemplateRepository spcRepository, List`1 materials, SectionFormatting formatting, Boolean usingBeamRotation, SyncId beamSpanSyncId, SyncId beamPathSyncId)
   at Bentley.ObmNET.Commands.PlaceBeamGroupByCorridor.AcceptBeamCorridorState.<>c__DisplayClass2_0.<ShowBeamDesignerForm>b__0()
   at Bentley.ObmNET.Shared.Utility.ProgressMeterManager.ProcessLongRunningMethod(String message, Action action)
   at Bentley.ObmNET.Commands.PlaceBeamGroupByCorridor.AcceptBeamCorridorState.ShowBeamDesignerForm()
   at Bentley.ObmNET.Commands.PlaceBeamGroupByCorridor.AcceptBeamCorridorState.OnEntered(GeometryCommandPoint geometryCommandPoint)
   at Bentley.CifNET.GeometryModel.Tool.GeometryCommand.DataPointEntryState.DoEntered(IButtonEvent buttonEvent)
   at Bentley.CifNET.UI.Tools.DataPointEntryState.InternalPrimativeState.OnDataButton(IButtonEvent buttonEvent)
   at Bentley.CifNET.UI.Tools.PrimitiveCommand.<>c__DisplayClass106_0.<OnDataButtonInternal>b__0()
   at Bentley.CifNET.UI.Tools.PrimitiveCommand.ManagedBooleanCallBack(Func`1 method, Boolean exitCommandAndCleanupCaches, Boolean retValue, String message, String memberName, String sourceFilePath, Int32 sourceLineNumber)