Tagged Questions
3
votes
1answer
101 views
RavenDB client onlinux connecting to windows server using mono http
I've just tried connecting to my RavenDB windows instance from linux using mono. I'm getting a bizarre error with it, that seems to be mono related rather than raven related.
Here is my recreate ...
3
votes
1answer
2k views
Using .NET GZipStream Class with Mono
I'm trying to build an example from GZipStream Class. With the command gmcs gzip.cs, I got error messages. gzip.cs is the same source from the msdn.
It seems that I need to add reference when ...