<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>I have assembly that references others assembly in my managed AppFunction, when FS start it fail with error message: can't load reference assembly... </DIV>
<DIV>&nbsp;</DIV>
<DIV>I&nbsp;checked Loader code and i changed next line: System.Reflection.Assembly.LoadFile(f) in loadAssemblies(string managedDir) method by System.Reflection.Assembly.LoadFrom(f); (LoadFile by LoadFrom) and FS start with no problem.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is possible use LoadFrom instead of LoadFile in Loader.cs code ?</DIV>
<DIV><BR>Information about LoadFrom and LoadFile: <BR><A href="http://blogs.msdn.com/suzcook/archive/2003/09/19/loadfile-vs-loadfrom.aspx">http://blogs.msdn.com/suzcook/archive/2003/09/19/loadfile-vs-loadfrom.aspx</A></DIV></td></tr></table><br>