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
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... #$%#!(!@!