Skip to content

System.Configuration.ConfigurationManager is not being resolved #122

@xperiandri

Description

@xperiandri

Description

Error FS3033 The type provider 'ProviderImplementation.AzureTypeProvider' reported an error: Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.

Repro steps

<PackageReference Include="FSharp.Azure.StorageTypeProvider" Version="2.0.1" />
<PackageReference Include="FSharp.Control.FusionTasks" Version="2.0.2" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.3" />
type Azure = AzureTypeProvider<tableSchema = "Tables.json",
                               configFileName = "Storage.config",
                               connectionStringName = "Emulator">

config is the same as in sample

Expected behavior

System.Configuration.ConfigurationManager is resolved

Actual behavior

System.Configuration.ConfigurationManager is not resolved

Related information

  • Windows 10 Pro x64
  • 2.0.1
  • .NET Standard 2.0 library

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions