Getting "Method not found: Amazon.Runtime.Internal.Util.ChecksumUtils.SetChecksumData" error while uploading file on S3 #3124
-
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 1 reply
-
@dev2-devitpl Good morning. Thanks for reporting the issue. In the commit history for ChecksumUtils, the commit added public The first commit which didn't include this method was released in Since you migrated from NetStandard to
Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello Ashish, Thank you for prompt response. I did perform the steps you suggested but it did not work for me. also I am using Nuget Packages so I think there might be some issue with them. |
Beta Was this translation helpful? Give feedback.
-
@dev2-devitpl Good afternoon. Somehow I'm unable to reproduce the issue at my end. Below is my <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{22463005-CBE7-441E-A79A-2A677D2C8AF7}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>S3TestNetFramework472</RootNamespace>
<AssemblyName>S3TestNetFramework472</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AWS.EncryptionSDK, Version=3.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AWS.EncryptionSDK.3.1.0\lib\net452\AWS.EncryptionSDK.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.Core.3.7.300.14\lib\net45\AWSSDK.Core.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.KeyManagementService, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.KeyManagementService.3.7.300.14\lib\net45\AWSSDK.KeyManagementService.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.S3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.S3.3.7.304.3\lib\net45\AWSSDK.S3.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.SimpleSystemsManagement, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.SimpleSystemsManagement.3.7.301.10\lib\net45\AWSSDK.SimpleSystemsManagement.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.SSO, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.SSO.3.7.300.14\lib\net45\AWSSDK.SSO.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.SSOOIDC, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.SSOOIDC.3.7.301.9\lib\net45\AWSSDK.SSOOIDC.dll</HintPath>
</Reference>
<Reference Include="AWSSDK.Transfer, Version=3.3.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604, processorArchitecture=MSIL">
<HintPath>..\packages\AWSSDK.Transfer.3.7.301.10\lib\net45\AWSSDK.Transfer.dll</HintPath>
</Reference>
<Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\packages\Portable.BouncyCastle.1.8.5.2\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Collections.Immutable.1.7.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\AWSSDK.KeyManagementService.3.7.300.14\analyzers\dotnet\cs\AWSSDK.KeyManagementService.CodeAnalysis.dll" />
<Analyzer Include="..\packages\AWSSDK.S3.3.7.304.3\analyzers\dotnet\cs\AWSSDK.S3.CodeAnalysis.dll" />
<Analyzer Include="..\packages\AWSSDK.S3.3.7.304.3\analyzers\dotnet\cs\SharedAnalysisCode.dll" />
<Analyzer Include="..\packages\AWSSDK.SimpleSystemsManagement.3.7.301.10\analyzers\dotnet\cs\AWSSDK.SimpleSystemsManagement.CodeAnalysis.dll" />
<Analyzer Include="..\packages\AWSSDK.SSO.3.7.300.14\analyzers\dotnet\cs\AWSSDK.SSO.CodeAnalysis.dll" />
<Analyzer Include="..\packages\AWSSDK.SSOOIDC.3.7.301.9\analyzers\dotnet\cs\AWSSDK.SSOOIDC.CodeAnalysis.dll" />
<Analyzer Include="..\packages\AWSSDK.Transfer.3.7.301.10\analyzers\dotnet\cs\AWSSDK.Transfer.CodeAnalysis.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> I suspect you might have Thanks, |
Beta Was this translation helpful? Give feedback.
-
above issue is resolved but I am getting another error in VSTA Project. Error looks something like '..\packages\AWSSDK.SimpleSystemsManagement.3.7.202.4\analyzers\dotnet\cs\AWSSDK.SimpleSystemsManagement.CodeAnalysis.dll' could not be found. any suggestions? |
Beta Was this translation helpful? Give feedback.
-
@dev2-devitpl The package AWSSDK.SimpleSystemsManagement does include the
Thanks, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Moving this issue to discussion since this is not the issue with SDK, but user is requesting general guidance. |
Beta Was this translation helpful? Give feedback.
@dev2-devitpl The package AWSSDK.SimpleSystemsManagement does include the
AWSSDK.SimpleSystemsManagement.CodeAnalysis.dll
assembly. Below is the screenshot for my project:..\packages\AWSSDK.SimpleSystemsManagement.3.7.301.10\analyzers\dotnet\cs\AWSSDK.SimpleSystemsManagement.CodeAnalysis.dll
relative to your VSTA project in case you copy-pasted from the.csproj
…