Closed tekguy closed 10 years ago
Hi tekguy,
Sorry for the delay in responding.
The problem is because I decided to try and test the ProgramArgumentsCS project I started by using it on a simple Quandl downloader and forgot about the dependency I was introducing.
I believe the only project in the solution that is affected by this is the QuandlCSConsole test application which simply connects to Quandl and downloads the data. The API wrapper should still build\work as expected so if you are planning to use that you should be okay.
In case you are after QuandlCSConsole specifically I have just updated the project so that it now includes the .dll that is needed in a Dependencies directory.
I've tested downloading the zip and building from scratch on a separate machine (something I forgot to do last time) and it should be working for you now, but let me know if there are any other problems.
Apologies for the inconvenience. :smile:
As I haven't heard anything more on this I will close the issue.
Hello,
I am trying to build the code but it seems some classes are missing:
The type or namespace name 'ProgramArgumentsCS' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'HelpAttribute' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'ArgumentDetails' could not be found (are you missing a using directive or an assembly reference?)
Thank you!