This is a pretty common problem I know but I am experiencing this error:
{"Could not load file or assembly 'XeroApi, Version=1.1.0.31, Culture=neutral, PublicKeyToken=3de03a85ae0f7251' or one of its dependencies. The system cannot find the file specified.":"XeroApi, Version=1.1.0.31, Culture=neutral, PublicKeyToken=3de03a85ae0f7251"}
System.Exception {System.IO.FileNotFoundException}
I've tried changing the architecture from AnyCPU, x86, x64 as some of the other solutions have, but no luck..
Can you help suggest how I can solve this?
I am developing on target framework .NET 4.5 on an x64 machine for SharePoint Solution.
OCSNew
0 Points
3 Posts
Could not load file or assembly error?
16 hours, 9 minutes ago|LINK
Hi guys,
This is a pretty common problem I know but I am experiencing this error:
{"Could not load file or assembly 'XeroApi, Version=1.1.0.31, Culture=neutral, PublicKeyToken=3de03a85ae0f7251' or one of its dependencies. The system cannot find the file specified.":"XeroApi, Version=1.1.0.31, Culture=neutral, PublicKeyToken=3de03a85ae0f7251"} System.Exception {System.IO.FileNotFoundException}
I've tried changing the architecture from AnyCPU, x86, x64 as some of the other solutions have, but no luck..
Can you help suggest how I can solve this?
I am developing on target framework .NET 4.5 on an x64 machine for SharePoint Solution.
Thanks!
Bimalvv
Contributor
2362 Points
481 Posts
Re: Could not load file or assembly error?
13 hours, 10 minutes ago|LINK
Hi,
Do you have the 'XeroApi, Version=1.1.0.31 dll and referenced properly in your proj?
Bimal
OCSNew
0 Points
3 Posts
Re: Could not load file or assembly error?
7 hours, 10 minutes ago|LINK
Yes, I have it referenced, please see the image here:
I got this using Nuget package manager, however, I have also tried just manually adding the DLL but still to no avail.