So, I inherited a VS project that has a bunch of web parts in it. The project had a key file with a password that no one knows what the password is. So, i created a new key file which obviously changes the PublicKeyToken...
I thought deploying the new assembly to the GAC and replacing the old PublicKeyToken with the new one on the SafeControl references in the web.config would do the trick. However, when I go to the site none of the web controls work. They all say "Web Part Error..."
Here's an example of the old web.config safecontrol reference...
Here's the new one...
I got the new token by right-clicking and viewing the properties of the assembly from the "c:\windows\assembly" gac...
What am I doing wrong..?