[Mono-list] Using Castle.ActiveRecord with WCF.
Atsushi Eno
atsushieno at veritas-vos-liberabit.com
Sat Jan 1 23:29:37 EST 2011
Hello,
Your error message does not actually tell anything helpful because you
don't enable IncludeExceptionDetailInFaults option (google it for how to
use it). But if you meant "NetSerializer" as NetDataContractSerializer,
it won't work anyways (it is not supported classic runtime serialization
stuff).
Atsushi Eno
(2011/01/01 10:54), hickscorp 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.
>
>
More information about the Mono-list
mailing list