Skip to content
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

Error running bat file #10

Open
ntrncic opened this issue May 15, 2018 · 0 comments
Open

Error running bat file #10

ntrncic opened this issue May 15, 2018 · 0 comments

Comments

@ntrncic
Copy link

ntrncic commented May 15, 2018

I'm getting the following errors when trying to run the bat file. I've tried re-installing package using nugget but still no luck. In VS2017 the code seems fine and doesn't throw error.

YahooFinanceAPI\Utils\Json.cs(2,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(3,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(19,54): error CS0246: The type or namespace name 'JsonReader' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(24,54): error CS0246: The type or namespace name 'JToken' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(34,71): error CS0246: The type or namespace name 'Formatting' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(11,33): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(12,33): error CS0246: The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?)```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant