[Mono-list] Using Castle.ActiveRecord with WCF.

Abe Gillespie abe.gillespie at gmail.com
Sat Jan 1 15:54:58 EST 2011


Unfortunately WCF is not fully implemented in Mono.  You're most
probably running into issues with its incompleteness.  I would suggest
running your assemblies through MoMA http://www.mono-project.com/MoMA

Happy New Year!
-Abe

On Fri, Dec 31, 2010 at 8:54 PM, hickscorp <hickscorp at gmail.com> wrote:
>
> Hello :)
>
> i'm very new to the list, and Mono in general, so let's make the
> presentations.
> i'm Pierre, a french developer living in California, mostly specialized in C
> / C++ / Obj-C.
> i recently accepted to help on a .NET project, and i'm trying to use my
> standard Unix computer to get along with the existing... That's how i ended
> posting here, i can't seem to find a good source of information for my very
> specific topic.
>
> i'm having a WCF declared to run locally and export MEX. As long as i use
> basic types or types of my own (String, or simple objects implementing
> ISerializable or DataContract / DataMember for NetSerializer), my WCF
> service accepts to serve them. But if i use any object deriving from
> ActiveRecordBase, my service ends giving me this error message:
> <?xml version="1.0" encoding="utf-8"?><Fault
> xmlns="http://schemas.microsoft.com/ws/2005/05/envelope/none"><Code><Value
> xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:InternalServiceFault</Value></Code><Reason><Text
> xml:lang="fr-FR">The server was unable to process the request due to an
> internal error.  The server may be able to return exception details (it
> depends on the server settings).</Text></Reason></Fault>
>
> Is there anyone successfull using those technologies?
>
> Is Castle.ActiveRecord known to *not* work with WCF-enabled mono
> applications?
>
> Thank you very much,
> Pierre.
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Using-Castle-ActiveRecord-with-WCF-tp3169932p3169932.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list