Closed ccellar closed 3 years ago
When the connection name includes a pipe | character (like CUSTOMER | DEV), the plugin won`t load because it tries to load the settings file in a path which is built in combination with the connection name: https://github.com/rappen/PluginTraceViewer/blob/master/PluginTraceViewer/PluginTraceViewer.cs#L258
|
CUSTOMER | DEV
Exception is:
An error occured when trying to display this plugin: Illegal character in path.
Same as https://github.com/rappen/FetchXMLBuilder/issues/269 Will be fixed in XrmToolBox main repository.
When the connection name includes a pipe
|
character (likeCUSTOMER | DEV
), the plugin won`t load because it tries to load the settings file in a path which is built in combination with the connection name: https://github.com/rappen/PluginTraceViewer/blob/master/PluginTraceViewer/PluginTraceViewer.cs#L258Exception is: