[fdo-users] Re: problem with FDO

AMarkB mbranscum at agvance.net
Fri Apr 29 09:27:28 EDT 2011


Not sure if this applies to your situation... but be aware that when you
execute an ASP app in IIS that IIS may make temporary copies of the dlls
that it thinks the app will need.  It will load those dlls instead of the
original ones in the ASP app's folders.  However, when you have .net
wrappers around native dlls, the way that FDO does, IIS may not actually
copy all of the native dlls it needs to that temporary folder.  

You can put all of the FDO dlls in their own directory someplace and then
add that directory to the start of your system path.  Then IIS will be able
to find them.  However, this may cause all FDO-related apps on your server
to use those same dlls.  Hopefully that won't be an issue.

Mark--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/problem-with-FDO-tp6316241p6316893.html
Sent from the FDO Users mailing list archive at Nabble.com.


More information about the fdo-users mailing list