Hi team,
Can you please tell us why you have .dll files into source/lib that are crushinh the .dll in the bin folder?
There is some restriction for us to update the .dll files?
Hi Luis,
The reason this is done is to prevent the Dlls from being only in the bin folder and that by executing a "Clean Project" in VS would inadvertently would remove them.
With this approach it's always guaranteed that on any occasion the most correct version of the dll is pulled into the bin folder.
Cheers,
Guilherme
Thank you so much for you answer Guilherme.
So there is no limitation in your componente to update .dll isn't?I was wondering if you are trying to force to run on that specific .dll version, and you did used that approach.
Hi,
We're not forcing any specific Dll Version so you should be able to upgrade if you want to.
Please note that if you use other AWS connectors that may have the same "AWSSDK.Core.dll" Dll all of them would probably need to be upgraded or you could start getting errors in runtime due to dll incompatibilities.