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

Exception from HRESULT: 0x80131044 #12

Open
jchidley opened this issue Oct 28, 2018 · 0 comments
Open

Exception from HRESULT: 0x80131044 #12

jchidley opened this issue Oct 28, 2018 · 0 comments

Comments

@jchidley
Copy link

I am so sorry to raise an issue. I can't, for the life me me, get even the most basic code to work. I have a horrible feeling that this has nothing to do with your code.

#I @"../packages/fparsec/lib/netstandard1.6"
#r @"fparseccs.dll"
#r @"fparsec.dll"
#I @"../packages/fparsec-pipes/lib/netstandard1.6"
#r @"fparsec-pipes.dll"

open FParsec
open FParsec.Pipes
open System

// Parses `count` digits and returns the result as an integer.
let digits (count : int) =
    %% +.(qty.[count] * digit)
    -|> (String >> Int32.Parse)

and I get this output when I run it in FSI

error FS0193: Could not load file or assembly 'FParsecCS, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
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