1-10 of 47 < Previous Next >
2 votes

Pipeline Builder Exception

Hi All, Pipeline builder doesn't work (throws exception) when one of my method in Contract assembly has generics :(. T GetValue<T>(string Expression);

id# 3306 | Planned Release: None | Last Updated: Nov 27 at 10:37 PM by cln
2 votes

VS2008 SP1 br0ke my pipeline builder

I have been using pipeline builder for a while (normally I used Jan but I also tried feb and march). I run the normal calculator demo from daniel moths website without any issues... after installin...

id# 2496 | Planned Release: None | Last Updated: Nov 19 at 8:39 PM by agrahamatfes
2 votes

Events and dervived contracts causes crash

The following causes a crash in the pipeline builder with the exception: "Can not find matching unsubscribe method" public interface ITopLevelMenuItem : IMenuItem { Int32 TopLevelM...

id# 2246 | Planned Release: None | Last Updated: Nov 17 at 9:57 AM by Tischnoetentoet
1 vote

Invokation of IContract members through the view

When invoking System.Object's methods through the view, the own methods of ContractToViewAdapter are invoked. It will be great if ContractToViewAdapter called it contracts methods (such as RemoteEq...

id# 3017 | Planned Release: None | Last Updated: Oct 31 at 10:13 AM by alekz
2 votes

Subversion + generated directory problems

Subversion creates a .svn directory inside the generated files directory to keep them in our version control system. However, the add-in simply removes the Generated Code directory (including the s...

id# 2660 | Planned Release: None | Last Updated: Oct 31 at 9:58 AM by alekz
1 vote

[patch] Use XMLdoc comments from contracts

The pipeline builder should pick up the XMLdoc comments from the contracts and replicate these to the views without the use of attributes.

id# 2841 | Planned Release: None | Last Updated: Oct 20 at 10:39 AM by MikeGH
1 vote

Pipeline Builder: System.IO.FileLoadException: Loading this assembly would produce a different grant set from other instances.

Any insight to this would be very helpful. I've just made a very simple project as outlined by the tutorials here, but for some reason I can't find out why I'm getting this error. The folder stru...

id# 2807 | Planned Release: None | Last Updated: Oct 13 at 3:59 AM by dmcgraw
3 votes

Please provide Code Analysis rules for Visual Studio 2008 Team Edition

Your FxCop rules are built against version 1.35. What about version 1.36 and/or VS2008?

id# 2424 | Planned Release: None | Last Updated: Oct 10 at 7:36 PM by BriceLambson
1 vote

PipelineHints.Comment should allow for Document Comments

Currently the PipelineHints.Comment attribute only allows conventional single line comments \\ like this It would be nice to have the ability to create Document Comments, such as: \\\ <summary> ...

id# 2701 | Planned Release: None | Last Updated: Oct 3 at 2:40 PM by rikrak
2 votes
fixed

CodeGen References Problem

After using the pipeline builder I have to go and fix up references in the generated adapters. Here's an example. Here is one of my contracts: [AddInContract] public interface IHostContract : ICon...

id# 1850 | Planned Release: None | Last Updated: Sep 12 at 7:59 PM by GaryGen
1-10 of 47 < Previous 1 2 3 4 5 Next >
Updating...