Downloading stock prices in F# - Part VI - Code posted

-

Other parts:

An un­named friend told me that I should stop post­ing small snip­pets of code and in­stead post en­tire so­lu­tions on CodeGallery. I did it for this one and here is the link.

Here is what’s in the zip file:

The code in per­sis­tence.fs, al­go­rithms.fs and es­pe­cially dot­netwrap­per.fs is pretty rough and un­in­ter­est­ing. This is why I don’t blog about it. I re­serve the right to do it if I get around to clean it up.

Tags

3 Comments

Comments

Could not lo­cate the as­sem­bly FSharp.PowerPack, Version=1.9.6.8, Culture=neutral, PublicKeyToken=a19089b1c74d0809”. Check to make sure the as­sem­bly ex­ists on disk. If this ref­er­ence is re­quired by your code, you may get com­pi­la­tion er­rors.

Just delete the ref­er­ence to the as­sem­bly from the pro­ject and add it again.