I have a SharePoint webpart for which I have had to change its public key. However, I don't appear to be able to locate every reference to the old assembly signed with this key.
Now I get a 'Parser Error'...
Parser Error Message: Could not load file or assembly '[Assembly.name], Version=1.0.0.0, Culture=neutral, PublicKeyToken=[Old public key token]' or one of its dependencies. The system cannot find the file specified.
Can anyone advise me how I can trace what is referencing this assembly? I've deleted the instance of the web part on the page that is causing this error - what more can I do?
Thanks in advance,
Flippsie