asp.net - Silverlight - Read version of another assembly in local directory -
all,
i need read version number of assembly in local directory (my document directory exact) in out-of-browser app w/ elevated trust. cannot use assembly.load, assembly.loadfrom methods because these cannot used in silverlight (marked w/ security exception attribute).
i know how load file.readallbytes(), need steps hands on manifest , version number.
lk
you can .net, not (directly) silverlight.
that's because there no .net library (as far know) reads assemblies.
with .net, can load assembly in separate app domain , version there.
if desperate, can embed .net application (an .exe file) in silverlight application gets written out , executed silverlight.
i've done before different problem.
feel free ask me code either of issues if want pursue path.
Comments
Post a Comment