I have made a very simple Asp.net web site with a WCF service - "Person.svc" - that runs fine when hosted on Asp.Net development server(visual web developer 2010), but if I host on Mono's XSP 2 and access some parse error is thrown. Can WCF services live inside a XSP Web site?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

You need to run a modern version of Mono. 2.6 had some initial support, but you really want to be using our trunk release as WCF there is a lot more complete.

If you have bug reports, you should report those to:

http://mono-project.com/Bugs

With a sample test case that we can use to reproduce your problem.

link|improve this answer
feedback

I have managed to run a WCF service on mono-2.6.7 on Ubuntu. Now I'm trying to migrate 2.8.2 and I'm having trouble.

(I asked Creating WCF services in mono 2.8.2 question)

Please post the "some parse error is thrown.".

link|improve this answer
I'm having the same problems on mono 2.10.1 which is very frustrating:) – Tymek Mar 3 '11 at 7:15
Yep, me too. :( – xanadont May 24 '11 at 19:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.