Visual Studio plugin and My Dashboard crashes Visual Studio
On one of our developers workstations, when the My Dashboard view is present in Visual Studio, it crashes it when not logged in to Jazz. Subsequent restarts of Visual Studio will crash as the My Dashboard is still part of the initial settings, forcing the user to start Visual Studio with devenv.exe /ResetSettings.
The My Dashboard works when, for example, it's not present, you wait for the login to finish in, say, the "My Pending Changes" view, then subsequently present the My Dashboard View.
Any idea how to work around this other than what I mentioned? I can't reproduce it on another workstation, it works every time.
v4.0.3
One answer
Hi Patrick,
Did you try clearing the dashboard preference file and restarting the Client.
If not, you can try the following.
Thanks !
Did you try clearing the dashboard preference file and restarting the Client.
If not, you can try the following.
- Close all instances of Visual studio.
- Open the “APPDATA” folder in the installed machine. Typing “cd %APPDATA%” (or "set APPDATA ") in cmd prompt with provide the folder location.(In my machine the appdata is in C:\Users\saikarthik\AppData\Roaming)
- The preference folder is in “APPDATA” \IBM\Rational\Team Concert Visual Studio Client\preferences
- In the preference folder, take a backup and delete (or rename) the preference file named "teamdashboard.prefs".
- Restart Visual Studio Client.
Thanks !