Skip to content

Commit

Permalink
added toolitp with error message if Tool Library does not load correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MscrmTools committed Mar 6, 2023
1 parent 155ee65 commit 7f2cd45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions XrmToolBox/New/NewForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ private async Task<bool> LoadStore()
}
catch (Exception error)
{
toolTip.SetToolTip(pbToolLibraryError, error.Message);
pnlNoToolLibraryAccess.Visible = true;

return false;
Expand Down

0 comments on commit 7f2cd45

Please sign in to comment.