liubiao4123 / servicestack

Automatically exported from code.google.com/p/servicestack
0 stars 0 forks source link

Missing ServiceStack/Common folder #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm interested in your JSON serializer but I'm unable to compile it because the 
ServiceStack/Common folder (and its files) are missing from the trunk.

Thank you,
Eric Desgranges.

Original issue reported on code.google.com by i...@hushmail.me on 18 Aug 2010 at 1:11

GoogleCodeExporter commented 8 years ago
Hi Eric,

Are you sure about this because its the main working folder and has always been 
there:
http://code.google.com/p/servicestack/source/browse/#svn/trunk/Common/ServiceSta
ck.Common

The solution file you want to open is ServiceStack.Common.sln

Which solution file are you trying to open and what is the error you're getting?

Also the download releases available are actually the latest compiled version 
of trunk which is all you need if you want to start using it.

- Demis

Original comment by demis.be...@gmail.com on 18 Aug 2010 at 3:30

GoogleCodeExporter commented 8 years ago
I was actually trying to build a solution based on JsonSerializer because I 
want to compile it for Silverlight.

But even when opening ServiceStack.Common.sln I'm getting a namespace error at 
each instruction:
using ServiceStack.Text.Common;

Eric.

Original comment by i...@hushmail.me on 18 Aug 2010 at 4:06

GoogleCodeExporter commented 8 years ago
Oh I see, yeah it looks like that folder didn't quite make it to trunk for some 
reason :)

Anyway should be there now. Let us know if you have any problems trying to get 
it to work in Silverlight.

- Demis

Original comment by demis.be...@gmail.com on 18 Aug 2010 at 4:12

GoogleCodeExporter commented 8 years ago

Original comment by demis.be...@gmail.com on 28 Aug 2010 at 5:22