How to make Publisher Policy file redirect assembly request

后端 未结 2 1492
忘了有多久
忘了有多久 2020-12-12 01:48

I have created a common library at work, and it is installed in the GAC on our test server. I\'ve recently updated it and I want all of our applications to be using the upda

2条回答
  •  一生所求
    2020-12-12 02:21

    You're identifying the assembly correctly, but for anyone else who's reading, reference the assembly by its root in the assemblyIdentity element without the file extension (e.g., "Fubar" and not "Fubar.dll").

    Microsoft's documentation neglects to mention that... #$%#!(!@!

提交回复
热议问题