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?
Charlie,
You should have a module named StringLibrary as seen in the following:
Regards,
Jeff Bielefeld [Bentley]
Mmm... All I have is the NetworkAnalyzerLibrary. Of course, I failed to mention that I'm running pre-SS1 V8i.
Well, it was embarrassingly simple. I need to be in my SS1 VM to do tracing. Works fine. My regular machine is a highly customized cut-and-paste monstrosity that is primarily configured for converting data. Pardon the misfire.