B
Brad Wood
I need to programatically determine the version of a .dll. Whenever I
call Assembly.LoadFrom I get an IOException. File.Exists tells me that
the path I pass to LoadFrom is correct.
In a previous post, someone who had this problem was able to fix it by
installing SP2 of the framework, but this didn't work for me...
call Assembly.LoadFrom I get an IOException. File.Exists tells me that
the path I pass to LoadFrom is correct.
In a previous post, someone who had this problem was able to fix it by
installing SP2 of the framework, but this didn't work for me...