Wednesday 7 September 2022

Add DLL to SharePoint bin folder

Add DLL to SharePoint bin folder

 I have done this before for some sharepoint 2013 webparts projects and when googling I found this article, there it is explained how to sign third party assemblies with strong name. Basically you disassemble the dll first with ILDASM.exe and then you reassemble with ILASM.exe providing a *.snk file previously done with sn.exe. All this is explained in detail in the given article.

https://docs.microsoft.com/en-us/archive/blogs/miah/how-to-assign-a-strong-name-to-an-unsigned-3rd-party-assembly

No comments:

Post a Comment