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

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

Open
mhingston opened this issue Aug 2, 2018 · 6 comments
Open

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

mhingston opened this issue Aug 2, 2018 · 6 comments

Comments

@mhingston
Copy link

mhingston commented Aug 2, 2018

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)'

@andrewhinchcliffe
Copy link

I'm having the same issue:

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

namespace ConsoleApp3
{
    class Program
    {
        static void Main(string[] args)
        {

            net.openstack.Core.Domain.CloudIdentity cloudIdentity = new net.openstack.Core.Domain.CloudIdentity()
            {
                Username = "Username",
                APIKey = "apiKey"
            };
            CloudIdentityProvider cloudIdentityProvider = new CloudIdentityProvider(cloudIdentity);
            

        }
    }
}

Message=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)
Source=openstacknet

@mhingston
Copy link
Author

My solution was to not use Rackspace Cloud 😄

@jamsoft
Copy link

jamsoft commented Aug 24, 2018

It seems everything to do with Rackspace and .NET SDKs is thoroughly broken and abandoned. Sigh ...

@binary64
Copy link

binary64 commented Sep 9, 2018

Same issue, what is a good solution?

@jamsoft
Copy link

jamsoft commented Sep 24, 2018

@binary64 this is all abandonware now ...

@HayS33d
Copy link

HayS33d commented Oct 17, 2018

Same Issue. However I was able to get this working with one of my applications. I had a created and app 2 years ago and was able to simple include the libraries is contained. seeing what I can do...

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

5 participants