I have noticed that DataObjectFactory.LoadDataWindow uses the App Domain's Base directory to find the pbwconfig file. This will not work for us since we may have different DataWindow versions with the same name. We need a way to dynamically set the default directory where DataObjectFactory looks for the pbwconfig file when running LoadDataWindow.
How can go about accomplishing this?
Beside versioning, we have no desire to place any DataWindow information in the App Domain's base directory.
Thanks.