Nick, I downloaded the ActiveWriter for VS2010 installer:
http://www.nicholaskilian.net/activewriter/Castle.ActiveWriter.DslPackage.vsix I double clicked it to install it. The install log looks clean (no errors). I can create the diagram, but no code generation is happening. When I try to run the custom tool manually, I get this error: -- Cannot find custom tool 'ActiveWriterCodeGenerator' on this system. -- If it matters, I have ActiveWriter for VS2008 working on the same machine. Any ideas? -Michael Maddox http://www.capprime.com/software_development_weblog/ On Mon, May 31, 2010 at 9:06 AM, Nicholas Kilian <[email protected]> wrote: > Hi, > > > > Update for ActiveWriter to VS2010. > > > > Source Code > > http://www.nicholaskilian.net/activewriter/ActiveWriter.rar > > > > Install File > > http://www.nicholaskilian.net/activewriter/Castle.ActiveWriter.DslPackage.vsix > > > > Requires > > · Visual Studio 2010 SDK > > o http://go.microsoft.com/fwlink/?LinkID=186904 > > · Visual Studio 2010 Visualization and Modeling SDK > > o > http://www.microsoft.com/downloads/details.aspx?FamilyID=0def949d-2933-49c3-ac50-e884e0ff08a7 > > > > Changes > > · No more Setup project, the Dsl Project creates a .vsix file that > will allow you to install directly to the Visual Studio Extension Manager. > > · Namespace changed from Altinoren.ActiveWriter to > Castle.ActiveWriter. > > · Framework changed from 3.5 to 4.0. > > · Assembly references upgraded to 10.0. > > · Full list of changes available once committed to SVN. > > > > Issues > > · I haven’t tested this extensively in VS2010. > > · VSPackage.resx was giving issues, created VSPackage1.resx as a > work around. > > · Some code had an #IF .NET35, removed. > > > > To Do > > · Add Copyright info back into some files. > > · Upgrade Debugging project to AR2.0. > > · Documentation. > > · Add to SVN/GIT. > > > > Regards > > Nick Kilian > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
