Contents tagged with publickeytoken

  • Strong Naming Assemblies For Sharepoint Part 2: Updating Specific Version References

    Without access to the source code for assemblies, you can add sign / add strong names for them for use in SharePoint via ildasm and ilasm (for which the instructions I previously wrote about). However, consider the scenario where: Assembly A (unsigned) has a reference to a specific version of Assembly B (also unsigned). I tried going the regular ilasm route, but Visual Studio kept complaining … more

  • 1