[Mono-dev] Problem using olive

beckman16 beckman16 at gmail.com
Mon Aug 10 04:17:24 EDT 2009


Hi all,
I have decided to port my current dotnet app. to mono.
Its basically a library, which is exposed through web services(.svc files).
The Library, with no problems, ported to mono. But the wcf part is giving
error.

For that, I have downloaded and build the olive project also(
http://www.monoproject.com/Compiling_Mono
http://www.monoproject.com/Compiling_Mono )
And tried to write a simple web service(which is given in mono olive
notebook).
But building the sample gives me this error:

rupert at linux:~/helloworld> gmcs -pkg:olive Main.cs -out:Client.exe
Main.cs(1,2): error CS0246: The type or namespace name `ServiceContract'
could not be found. Are you missing a using directive or an assembly
reference?
Compilation failed: 1 error(s), 0 warnings

Any Idea whats going wrong.
I have little experience on mono and linux.

Would appreciate any help.
-- 
View this message in context: http://www.nabble.com/Problem-using-olive-tp24895921p24895921.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list