As far as I can see, nothing happens when I do that.

However, I have a feeling it's not saving because of the generated
code that throws out errors. When it generated any kind of HasMany
relationship, it doesn't' seem to be generating proper lists. It'll
generate something like...

_lOCATIONs = new void(new List<LOCATION>());

Oddly enough, it seems to save fine (except for the syntax errors) if
I enable automatic associations. It throws a validation error but my
class models seem to save.
Visual Studio throws a bunch of errors from the generated code.
On Jul 22, 1:53 pm, Nicholas Kilian <[email protected]>
wrote:
> Hi Mike,
>
> If you right-click on the file in Solution Explorer and select Run Custom
> Tool, what happens?
>
> Regards
> Nick
>
>
>
> -----Original Message-----
> From: [email protected]
>
> [mailto:[email protected]] On Behalf Of Mike
> Sent: 16 July 2010 08:57 PM
> To: Castle Project Users
> Subject: Castle Active Writer not being able to save.
>
> I know this was/is a contribution project but couldn't find anywhere for
> support.
>
> I checkout the latest version from SVN (https://svn.castleproject.org/
> svn/castlecontrib/activewriter/trunk/), built it and installed it. I'm using
> Visual Studio 2008 and most of the time when I try to save the model I
> generated nothing happens and the file remains unsaved. I tried grabbing the
> VS2008 version of ActiveWriter but the link (http://
> altinoren.com/content/binary/ActiveWriter%20Preview%204.1.rar) appears to be
> dead.
>
> Any ideas?
>
> Thank you.
>
> --
> 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 
> athttp://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.

Reply via email to