AWS S3 library issue

  • Thread starter Thread starter mr_super_genius
  • Start date Start date
M

mr_super_genius

Guest
Hi

I am trying to use AWS S3 library to upload files to S3.

The issue is, when I add the S3 Library and call its function, it get the error below:

An unhandled exception of type 'System.MissingMethodException' occurred in AnotherS3Test.exe

Additional information: Method not found: 'System.IAsyncResult Amazon.Runtime.SharedInterfaces.ICoreAmazonS3.BeginDelete(System.String, System.String, System.Collections.Generic.IDictionary`2<System.String,System.Object>, System.AsyncCallback, System.Object)'.

I am using Visual Studio 2015 and get the S3 packages using NuGet Package Manager. Everything works fine if I change the version of the app to use .Net 3.5, but as soon as I change the version to 4, 4.5 or 4.6, I start getting the error above even if I create a new project and get the S3 assembly again from NuGet Package Manager to make sure the app uses the correct AWS libraries (compatible with the current version of .Net selected).

Can someone please help? maybe its something basic I've missed

Continue reading...
 
Back
Top