Skip to content

Could not load file or assembly 'Flurl, Version=1.0.8.0... #52

@mhingston

Description

@mhingston

I've installed the rackspace package with NuGet but am getting issues with the flurl dependency.

using net.openstack.Core.Domain;
using net.openstack.Providers.Rackspace;

namespace ConsoleApp
{
    class Program
    {
        static void Main(string[] args)
        {
            CloudIdentity cloudIdentity = new CloudIdentity()
            {
                APIKey = "apiKey",
                Username = "username"
            };
            CloudFilesProvider cloudFilesProvider = new CloudFilesProvider(cloudIdentity);
        }
    }
}

System.IO.FileLoadException: 'Could not load file or assembly 'Flurl, Version=1.0.8.0, Culture=neutral, PublicKeyToken=1308302a96879dfb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions