Skip to content

Commit 954b765

Browse files
committed
Use new method to display connection error message
1 parent f1edfe4 commit 954b765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XrmToolBox/New/NewForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ private void ManageConnectionControl()
13961396
connectionDetail = null;
13971397
service = null;
13981398
ccsb.SetConnectionStatus(false, null);
1399-
ccsb.SetMessage(e.FailureReason);
1399+
ccsb.SetMessage(e.FailureReason, true);
14001400

14011401
StartPluginWithConnection();
14021402
}));

0 commit comments

Comments
 (0)