XrmToolBox
XrmToolBox copied to clipboard
[BUG] Using Message Bus from a tool with no connections fails
trafficstars
Without having a service connection,
- I triggered an opening of the EBGV2 from the VS Solution Accelerator.
- It opened fine, asked if I wanted to connect, I said no.
- Then I clicked a button that requires a connection, so the select a connection dialog showed
- I selected a connection and let the EBGV2 task finish.
- I then closed the EBGV2 tab.
- Now on the VS Solution Accelerator tab once more, it shows no connection.
- I repeated the same steps above and I get a null ref error here on line 730 in the NewForm.cs file:
Not sure if we need to clear the service, or maybe we need to check we have a connectionDetail record. or something else. It's not a big deal but I figured I'd report it.