Welcome to MSDN Blogs Sign in | Join | Help

Feb CTP of Add-In Pipeline Generator is Released on Codeplex

We've just release the first update to our Pipeline Generator to Codeplex: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=clraddins&ReleaseId=9222

This release addresses many of the issues/suggestions the community filed with the first release. Additionally it adds support for defining structs in your contract assemblies. For some extensibility points structs will be an invaluable tool as they allow you to pass large amounts of data across the AppDomain/Process boundary much faster than you can with reference objects.

For a complete list of changes see the release notes in the linked project.

Published Monday, February 11, 2008 5:39 PM by CLR Add-In Team

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

Tuesday, February 12, 2008 10:18 AM by Jason Haley

# Interesting Finds: February 12, 2008

Monday, February 18, 2008 5:36 AM by Xiangwen

# re: Feb CTP of Add-In Pipeline Generator is Released on Codeplex

Thursday, August 07, 2008 4:18 PM by maurizio

# re: Feb CTP of Add-In Pipeline Generator is Released on Codeplex

I'm getting an exception in a "DisplayError" when I process a contract project in my main solution. The same project causes no problems in a test solution.

System.NullReferenceException: Object reference not set to an instance of an object.

  at VSPipelineBuilder.Connect.GetProjectsFromSolutionFolder(Project slnFolder) in D:\AppBuilding\PipelineBuilder\VSPipelineBuilder\Connect.cs:line 488

  at VSPipelineBuilder.Connect.GetProjectsFromSolution(DTE2 root) in D:\AppBuilding\PipelineBuilder\VSPipelineBuilder\Connect.cs:line 476

  at VSPipelineBuilder.PipelineConfiguration.Initialize(DTE2 root) in D:\AppBuilding\PipelineBuilder\VSPipelineBuilder\PipelineConfiguration.cs:line 68

  at VSPipelineBuilder.Connect.Exec(String commandName, vsCommandExecOption executeOption, Object& varIn, Object& varOut, Boolean& handled) in D:\AppBuilding\PipelineBuilder\VSPipelineBuilder\Connect.cs:line 161

Could you tell me what's wrong, please?

Thanks!

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker