Class Designer Power Toy MSI + VS 2005 RC1

I'm trying to install the Modeling Power Toys msi with a new install of VS 2005 RC1 and receive this error:

This setup requires the Microsoft Visual J# .NET Redistruibutate package version 2.0.50215.

I'm going to try to load up the source and compile myself.


Answer this question

Class Designer Power Toy MSI + VS 2005 RC1

  • Rik78

    Vince, if possible could you send me your fixed version   My email is stephenpotter29 at hotmail.  Thanks bro

    Steve



  • antonella cavalleri

    Here you go bro (to your private email)
  • DaleWitty

    FYI - a new build of the PowerToys which works with Visual Studio 2005 final product release is now available from http://www.gotdotnet.com/workspaces/workspace.aspx id=fe72608b-2b28-4cc1-9866-ea6f805f45f3.

    Enjoy!


  • lmb

    Vince,
    Thanks for the update and glad you were able to resolve the build issues.  We will be posting a newer build based on RTM bits available for download soon.

    Thanks,
    Ramesh Rajagopal.
    Class Designer Team.


  • LOUIS P G BANCHE

    The errors I mentioned above all had previously discovered resolutions which were addressed piecemeal fashion in various forums. After going through all of them, the code did compile under RC1 and the add-in appears to be functional without issue now.
  • markse

    Well tried to compile, of course it didn't work.

    The namespace Microsoft.VisualStudio.QualityTools.Vsip was referenced in a using statement, the compiler complained the namespace is not valid.

    As suggested in the gotdotnet forum I added the path of the dll to teh references of the project, and still got the same error.

    Then I removed the using line and built again.

    This time i got 4 errors involving:

    Microsoft.VisualStudio.EnterpriseTools.ClassDesigner.PresentationModel.ClassDiagram does nto contain a defintion for DisplayMemberTypes

    and ITestGenerationService not being found
    StestGenerationService not being found

  • Class Designer Power Toy MSI + VS 2005 RC1