fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

I can't open FSharp.Azure.StorageTypeProvider #52

Closed Overlord-Zurg closed 9 years ago

Overlord-Zurg commented 9 years ago

I did the following:

  1. Create a new F# project in VS2013
  2. In Package Manager Console, execute while targetting the new project: Install-Package FSharp.Azure.StorageTypeProvider
  3. In the file, type "open FSharp.Azure.StorageTypeProvider"

but I get:

"The namespace or module 'FSharp' is not defined"

What am I doing wrong? I am new to Nuget, and this is the first package I've downloaded that hasn't "just work"ed.

Overlord-Zurg commented 9 years ago

My project was targeting .NET framework 4.5 by default. It needed to be targeting 4.5.1.