StringLibrary "Variable Not Defined" in NetworkAnalyzer

I hope this is embarrasingly simple.  I'm working on some trace customization, but I'm getting a Microsoft Visual Basic error message saying "Variable Not Defined" when the code gets here:

Private Property Get TraceConnectedText()
'localization verified
    TraceConnectedText = StringLibrary.LocalizeString("traceConnected", NetworkAnalyzerLibrary.ResourceManager)
End Property

Seems very strange that a Bentley app would have an undefined variable.  So my guess is that along the way, loading and unloading projects and libraries, that I have disturbed something and possibly need to add a reference.  But, to what?

 

Parents Reply Children