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.

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
DaleWitty
Enjoy!
lmb
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
markse
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