-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Net.DDP.Client missing Newtonsoft.Json #6
Comments
Hi GB, Regards, |
Yes I know but your nuget config is broken... like I told you :) Appears you need to add Net.DDP.Client\packages.config and check it in. |
I am sorry Greg, misunderstood your comment. I will fix that. |
Thanks Sony. Actually if I don't checkout your solution and just use your published NuGet package DDPClient.Net version 2.3.21.1 then this doesn't matter, it all just works :) But some people might still want to checkout and build DDPClient themselves. P.S. thanks for this implementation, it seems to work very well! |
P.S. the NuGet package is published via https://github.com/OzTK/DDPClient.NET and current published version 0.4.1 is a little behind. For some reason it is throwing System.InvalidOperationException. I will have to go back to using your code instead of NuGet for now... |
Thanks Greg. I am in the process of setting up the dev environment in my new laptop. I will work on it once I set it up. I am so happy to hear that every thing is working fine. Also it encourage me to start work on this project again. It was dead for so long because I assumed no one was using it. |
Clean checkout had build errors. Could not find Newtonsoft.Json.
To fix I had to open NuGet package manager and tick Json.Net for the project Net.DDP.Client
I am running Visual Studio 2013.
The text was updated successfully, but these errors were encountered: