Community & Support
Skip Navigation LinksHome / Announcements / Forums / TFS Work Item Manager and Project Dashboard: TFS Project Dashboard > Project won't load

Not answered Project won't load

Feed from this thread
  • Amir avatar

    Posted on Jan 8, 2012 (permalink)

    Hi all, 

    I'm having troubles setting up the TFS Project Dashboard - it simply won't load after initial setup. I keep getting 'Dashboard failed to load project' message box, and in the logs I get the following error:

    2012-01-08 13:24:30,041 [6420] [1] ERROR IRC.Gear.WorkItemManager.Dashboard.Dashboard - Error loading project TfsServer\Collection\Project..  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

    The only way i get the dashboard to work is if I delete the settings folder altogether.

    Any ideas?

    Reply

  • Joel Joel admin's avatar

    Posted on Jan 10, 2012 (permalink)

    Hi Amir,

    This is a very strange error and we have not seen this issue before.  It seems that for some reason there are some dynamic assemblies being loaded by the app that are not expected.  Can you give us some more information about your environment such as:

    1. What is your OS?
    2. Is this machine used for development?
    3. What versions of the .NET framework do you have on your machine?
    4. Have you added any files to the WIM install folder?
        - Have you made any changes to the layout files in the "Layouts" folder?

    Thanks,
    Joel
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • Amir avatar

    Posted on Jan 11, 2012 (permalink)

    Hi Joel,

    Per your questions:
    1. Windows 7 Enterprise Edition
    2. Yes, this is a development machine
    3. I have versions 2.0, 3.5, 4.0, 4.5 CTP installed, all with the latest service packs.
    4. I haven't made any manual changes to the folder. Furthermore, I can say that if I delete the WIM folder from the documents library everything works OK - until the next time I open the Dashboard.

    I'll try installing it on another configuration (non-development station), and see if the problem persists.

    Still, I'd be happy if you could solve this problem for me.

    Thanks,
    Amir

    Reply

  • Joel Joel admin's avatar

    Posted on Jan 12, 2012 (permalink)

    Hi Amir,

    I haven't been able to reproduce the problem, but I don't have a machine with you exact specs available to me at the moment.  It's possible (but unlikely) that the issue related to the .NET 4.5 CTP.  The application was compiled against .NET 4.0 and there should be an entry in the application configuration file specifying that the only supported runtime of the application is .NET 4.0 so this should be the runtime that the app is using.

    I made a couple code changes to see if we can work around the problem and I attached this one-off build to this post.  Can you please try this build out and let me know if it works for you?  Please note that you'll have to uninstall your current version of WIM first before installing this one.

    Thanks,
    Joel
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • Amir avatar

    Posted on Jan 14, 2012 (permalink)

    Hi Joel,

    Thanks for the custom-made version, but I've tested the product on a different station, and apparently the reason for the 'Not Supported' exception was the 4.5 CTP.

    From the poor experience of removing the CTP, I can say it interfere with the 'normal' .NET 4.0 installation - and this might be the reason I saw the exception. Once it was uninstalled (the .NET 4.5 CTP) - everything worked just fine.

    Currently I don't plan on re-installing the .NET4.5 CTP so I wouldn't get to test this custom-made version.

    Thank you for your support,
    Amir

    Reply

  • Rob avatar

    Posted on Jan 19, 2012 (permalink)

    FYI ... I had the same issue with Visual Studio Developer Preview installed. tried this special version and it is the fix to the problem. Thank you, I have not run the app for over a month because of this and just got frustrated and decided to fix it today.

    Reply

  • Joel Joel admin's avatar

    Posted on Jan 19, 2012 (permalink)

    Thanks guys for helping us confirm our suspicions about the 4.5 CTP.  And Rob, thanks for letting us know that the changes we made fixed the issue.

    Regards,
    Joel
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Announcements / Forums / TFS Work Item Manager and Project Dashboard: TFS Project Dashboard > Project won't load