Do assembly strong names change when new versions of .Net are released?
Posted
by Ryan Michela
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Michela
Published on 2010-06-17T21:40:31Z
Indexed on
2010/06/17
21:43 UTC
Read the original article
Hit count: 151
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?
© Stack Overflow or respective owner