Hello,<br><br>we have an issue with dll loading when using them in an Asp.NET application. <br><br>The server pre-loads assemblies before executing the app. While doing this, it will also attempt to load <br>native dependencies. Deployment and loading works somewhat different in an Asp application, so <br>
its starts looking for the dll's all over the place. In some cases it may load dll's from another app's<br>bin-folder, if it is set in $PATH.. which causes unpredictable consequences in some cases.<br><br>If delay load is set on the topmost dependencies, the Asp-app can specify the dll using SetDllDirectory()<br>
before the dependencies is loaded.<br><br>Is it possible to have this feature added in FDO 3.5 and above ? <br><br><br>-- Øyvind Idland<br><br><br>