The DbMetal.Schema.DbmlRename method needs to be public to be able to
read in a serialized DBML renaming file.
The code at line 38 of DbmlRenameLoader.cs attemps to create a new
XmlSerializer of type DbmlRename. This always is failing in
VisualStudio with an exception because DbmlRename is private.
Changing DbmlRename to public. The Code for the TableAlias class
places a !MONO_STRICT preprocessor check before it;s declaration.
#if !MONO_STRICT
public
#endif
--
You received this message because you are subscribed to the Google Groups
"DbLinq" 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/dblinq?hl=en.