Nick,
It really will be probably a very similar implementation, so I’ll take a look at yours when you move it to GitHub. Please advise me when it’s done. About splitting the source into two folders, I think that the best option is try to maintain the base projects compiling in both .net 3.5, 4.0 and so, splitting only the projects that generate the installer specific to VS 2008/2010, though it may require some refactoring (and I don’t know enough from DSL development to say if it can be done). Regards, Leonardo Puglia Sócio/Diretor de Informática Pousada Villa das Pedras – Pirenópolis/GO www.villadaspedras.com <http://www.villadaspedras.com/> Fone: (61) 9559-4585 / 3364-0035 <mailto:[email protected]> [email protected] <mailto:[email protected]> [email protected] <mailto:[email protected]> [email protected] De: [email protected] [mailto:[email protected]] Em nome de Nicholas Kilian Enviada em: terça-feira, 13 de julho de 2010 03:28 Para: [email protected] Assunto: RE: Help to Build ActiveWriter Hi Leo, Glad you got sorted. I guess you can send the patch to me, Henry is hooking me up with SVN access to commit the 2010 conversion changes, and from there he will move it to GitHub. I’ve added support for the IsUnique validation to the 2010 version, but can compare your implementation (although it should be very similar, not many ways to implement it). I’m leaning towards splitting the source into two folders, 2008 and 2010, for now. I’m not confident enough yet with the VSX stuff to say whether or not we can maintain releases for both versions from one codebase. Regards Nick From: [email protected] [mailto:[email protected]] On Behalf Of Leonardo Puglia Sent: 13 July 2010 03:33 AM To: [email protected] Subject: RES: Help to Build ActiveWriter Hi Nick, I didn’t tried to find the assembly on my system, and as it wasn’t in the GAC didn’t include the reference. Shame on me. I’ve added the reference to the assembly and compiled the project successfully. Thank you. I’ve added the option to create a ValidateIsUnique, if you want I can send it to you. Is there someone managing this project so that I can send a patch, how should I proceed? Regards, Leo. De: [email protected] [mailto:[email protected]] Em nome de Nicholas Kilian Enviada em: sábado, 10 de julho de 2010 07:39 Para: [email protected] Assunto: RE: Help to Build ActiveWriter Hi Leo, I recall having issues with this interface, but my flu-addled brain can’t remember it was with the 2008 build or the 2010 conversion. I haven’t got the 2008 SDK installed on this laptop, but will do so early next week to confirm that a new pull from the SVN builds out the box or otherwise discover which references are missing for you. This is the metadata I have for the 2010 reference Assembly Microsoft.VisualStudio.Data.Interop.dll, v4.0.30319 // C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Microsoft.VisualStudio.Data.Interop.dll It should be very similar for the 2008 reference, but pointing to Microsoft Visual Studio 9.0 instead of 10.0. Regards Nick From: [email protected] [mailto:[email protected]] On Behalf Of Leonardo Puglia Sent: 09 July 2010 10:21 PM To: [email protected] Subject: RES: Help to Build ActiveWriter 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 Explorer. I did read somewhere that IVsDataExplorerConnectionManager could be used, but it expose different methods, and I don’t have any experience on DSL tools (but would like to learn it J) Nicholas, could you send me a corrected ServerExplorerHelper or give me the guidelines to correct it? I’m making some other improvements, like adding support to some new Validators, how is the procedure to send the changes? Thanks, Leo. De: [email protected] [mailto:[email protected]] Em nome de Nicholas Kilian Enviada em: sexta-feira, 9 de julho de 2010 05:18 Para: [email protected] Assunto: RE: Help to Build ActiveWriter Alternatively it could be you need to add Microsoft.VisualStudio.Data as a project reference. From: Nicholas Kilian [mailto:[email protected]] Sent: 09 July 2010 10:13 AM To: '[email protected]' Subject: RE: Help to Build ActiveWriter Try change it to IVsDataExplorerConnectionManager. From: [email protected] [mailto:[email protected]] On Behalf Of Leonardo Puglia Sent: 09 July 2010 10:01 AM To: [email protected] Subject: Help to Build ActiveWriter 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 this? Regards, Leonardo Puglia -- 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. -- 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. -- 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. -- 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.
