Do assembly strong names change when new versions of .Net are released?
- by Ryan Michela
I'm trying to load an assembly that was installed as part of .Net 3.5 SP1 using Assembly.Load() by referencing its strong name. This works fine on my computer right now, but is it future proof?
Will the strong name of core .Net assemblies change when patches are installed or new versions of the .Net framework are released?
If so, how can I load an assembly from the GAC without using it's strong name?