Help to Build ActiveWriter

2010-07-09 Thread Leonardo Puglia
Hi, I'm trying to build ActiveWriter from svn trunk, I've already installed VS 2008 SDK, but I can't get it to work. I'm getting a reference error on Microsoft.VisualStudio.Data.Interop, by a class ServerHelperExplorere that try to use a IVsDataConnectionsService. Anyone know how to solve

Re: Help to Build ActiveWriter

2010-07-09 Thread Krzysztof Koźmic
Where did you get SVN Trunk? On 9/07/2010 6:00 PM, Leonardo Puglia wrote: Hi, I’m trying to build ActiveWriter from svn trunk, I’ve already installed VS 2008 SDK, but I can’t get it to work. I’m getting a reference error on Microsoft.VisualStudio.Data.Interop, by a class

RE: Help to Build ActiveWriter

2010-07-09 Thread Nicholas Kilian
Alternatively it could be you need to add Microsoft.VisualStudio.Data as a project reference. From: Nicholas Kilian [mailto:nicholaskil...@gmail.com] Sent: 09 July 2010 10:13 AM To: 'castle-project-users@googlegroups.com' Subject: RE: Help to Build ActiveWriter Try change it to

Re: Implementing method interception

2010-07-09 Thread Krzysztof Koźmic
You're mixing stuff up here. Attributes and being virtual are unrelated. Class components need to have methods virtual to be interceptable. Interfaces are virtual by definition. You don't need attributes at all - just assign interceptor to the component when registering it. Krzysztof On

Re: Resolving message-inspectors through the kernel, in WcfFacility (client-side)

2010-07-09 Thread Adam Langley
Ah- that kind of makes sense... How do I implement that? I don't know how to wire all this up... Thanks Sent from my iPhone. Appended by my iPhone. Go buy an iPhone. On 8/07/2010, at 9:09 PM, Valeriu Caraulean caraul...@gmail.com wrote: You're attaching message inspectors from behaviors.

RES: Help to Build ActiveWriter

2010-07-09 Thread Leonardo Puglia
Krzysztof, I've got it from https://svn.castleproject.org/svn/castlecontrib/activewriter. It has the reference to Microsoft.VisualStudio.Data, but the IVsDataConnectionsService doen't exist on it. I've altered the class just to compile, but lost the support to drag objects from the Server

RE: Implementing method interception

2010-07-09 Thread Seif Attar
The Sharp Architecture contrib project has a class AttributeControlledFacilityBase, which I think is similar to what you need. You can find the source at http://github.com/codai/Sharp-Architecture-Contrib/ Hope it helps. -Original Message- From: castle-project-users@googlegroups.com