I am getting the following errors and the log shows as below. Help required.
2013-09-04 15:16:33,460 [27820] [1] ERROR IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.ConfigurationDataProvider - GetProviderConfigSettingList. System.Exception: Error retrieving configuration settings - Server Address cannot be empty or null.
at IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.ConfigurationDataProvider.RefreshProviderConfigSettingList()
2013-09-04 15:16:33,495 [27820] [1] ERROR IRC.Gear.WorkItemManager.Dashboard.DashboardApp - Unhandled Exception. System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'IRC.Gear.WorkItemManager.Dashboard.Widgets.Converters.UserImageConverter' that matches the specified binding constraints threw an exception. ---> System.Exception: Error retrieving configuration settings - Server Address cannot be empty or null.
at IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.ConfigurationDataProvider.RefreshProviderConfigSettingList()
at IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.ConfigurationDataProvider.GetProviderConfigSettingList()
at IRC.Gear.WorkItemManager.Dashboard.Widgets.Converters.UserImageConverter..ctor()
--- End of inner exception stack trace ---
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at IRC.Gear.WorkItemManager.Dashboard.ProjectConfigWindow..ctor(TeamProject teamProject)
at IRC.Gear.WorkItemManager.Dashboard.TeamProjectSettingsGrid.ConfigureProjectCommand_Executed(Object sender, ExecutedRoutedEventArgs e)
at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
at System.Windows.Controls.Button.OnClick()
at Telerik.Windows.Controls.RadButton.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
2013-09-04 15:24:09,143 [24856] [1] ERROR IRC.Gear.WorkItemManager.Dashboard.Dashboard - Error loading project teamfoundationserver\boc_projects\SCA.. System.NotSupportedException: The invoked member is not supported in a dynamic assembly.
at System.Reflection.Emit.InternalAssemblyBuilder.get_Location()
at IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard.AssemblyAlreadyLoaded(String myAssembly, Assembly[] currentAssemblies)
at IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard.CreateCanvasAndWidgets()
at IRC.Gear.WorkItemManager.Dashboard.Dashboard.CreateProjectDashboards()