0

I have a module UserSpec defined as

module UsersSpec
open FSharp.Data
type schema = FSharp.Data.JsonProvider<"UserSpec.json">

and I have the FSharp.Data.TypeProviders nuget package installed

Packages

But I get the compile error

Error 1 The namespace or module 'FSharp' is not defined C:\Users\egger\Workspace\Weingartner.Distribution\Weingartner.Distribution.Accounts.Spec\UsersSpec.fs 3 6 Weingartner.Distribution.Accounts.Spec

Why can't I open the module?

asked Feb 16, 2015 at 11:19

1 Answer 1

1

Don't install nuget package FSharp.Data.TypeProviders. Just Install FSharp.Data.

answered Feb 16, 2015 at 11:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.