|
|
|
surrounded
|
Hello,
I'm using FDO within VS 2008 project (web service) and works fine when run as localhost on my PC. I've moved the web service to a production server, copied the FDO bin, lib, and inc folders to the production server, and set the environment PATH variable on the server to point to the FDO folders. When I run the application I get the following error: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E) ANY IDEAS ON WHAT IS CAUSING THIS? HOW IS FDO SET UP TO RUN ON WEB SERVER? Thanks..... |
|
Greg Boone
|
Have you run depends.exe to try and determine which module cannot be found?
-----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of surrounded Sent: Tuesday, February 17, 2009 11:06 AM To: [hidden email] Subject: [fdo-users] Trying to Deploy FDO to Web Hello, I'm using FDO within VS 2008 project (web service) and works fine when run as localhost on my PC. I've moved the web service to a production server, copied the FDO bin, lib, and inc folders to the production server, and set the environment PATH variable on the server to point to the FDO folders. When I run the application I get the following error: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E) ANY IDEAS ON WHAT IS CAUSING THIS? HOW IS FDO SET UP TO RUN ON WEB SERVER? Thanks..... -- View this message in context: http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341612.html Sent from the FDO Users mailing list archive at Nabble.com. _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users |
||||||||||||||||
|
surrounded
|
Some javascript/style in this post has been disabled (why?)
Hi Greg, No, so if I download Depends.exe, how would I use it to
determine the missing module?? From: Greg Boone (via Nabble)
[mailto:[hidden email]] Have you run depends.exe to try
and determine which module cannot be found? This email is a reply to your post @ http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341773.html |
|||||||||||||||
|
surrounded
|
Using DependencyWalker, I see that for OSGeo.FDO.dll and OSGeo.FDO.Common.dll, DWMAPI.DLL cannot be found.
ANYONE RUN INTO THIS - RECOMMENDATION?
|
||||||||||||||||
|
Greg Boone
|
That DLL should be delay loaded and should not affect FDO from running.
Have you looked at the contents of providers.xml located in the FDO bin directory? Are the paths to the provider files relative or absolute? Greg -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of surrounded Sent: Tuesday, February 17, 2009 11:46 AM To: [hidden email] Subject: RE: [fdo-users] Trying to Deploy FDO to Web Using DependencyWalker, I see that for OSGeo.FDO.dll and OSGeo.FDO.Common.dll, DWMAPI.DLL cannot be found. ANYONE RUN INTO THIS - RECOMMENDATION? surrounded wrote: > > Hi Greg, > > > > No, so if I download Depends.exe, how would I use it to determine the > missing module?? > > > > From: Greg Boone (via Nabble) > [mailto:[hidden email]] > Sent: Tuesday, February 17, 2009 9:36 AM > To: Rob Sosnowski > Subject: RE: [fdo-users] Trying to Deploy FDO to Web > > > > Have you run depends.exe to try and determine which module cannot be > found? > > -----Original Message----- > From: fdo-users-bounces@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=0> > [mailto:fdo-users-bounces@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=1> ] > On Behalf Of surrounded > Sent: Tuesday, February 17, 2009 11:06 AM > To: fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=2> > Subject: [fdo-users] Trying to Deploy FDO to Web > > > Hello, > > I'm using FDO within VS 2008 project (web service) and works fine when > run > as localhost on my PC. > > I've moved the web service to a production server, copied the FDO bin, > lib, > and inc folders to the production server, and set the environment PATH > variable on the server to point to the FDO folders. > > When I run the application I get the following error: > System.IO.FileNotFoundException: The specified module could not be > found. > (Exception from HRESULT: 0x8007007E) > > ANY IDEAS ON WHAT IS CAUSING THIS? HOW IS FDO SET UP TO RUN ON WEB > SERVER? > > Thanks..... > > > -- > View this message in context: > http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341612.html > Sent from the FDO Users mailing list archive at Nabble.com. > > _______________________________________________ > fdo-users mailing list > fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=3> > http://lists.osgeo.org/mailman/listinfo/fdo-users > _______________________________________________ > fdo-users mailing list > fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=4> > http://lists.osgeo.org/mailman/listinfo/fdo-users > > > > ________________________________ > > This email is a reply to your post @ > http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341773.html > You can reply by email or by visting the link above. > > > > > -- View this message in context: http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341870.html Sent from the FDO Users mailing list archive at Nabble.com. _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users |
||||||||||||||||
|
surrounded
|
Greg, the library paths are relative: For example,
.\ODBCProvider.dll .\WMSProvider.dll
|
||||||||||||||||
|
surrounded
|
In reply to this post
by Greg Boone
Some javascript/style in this post has been disabled (why?)
Greg, Using Windows XP, VS 2008, .Net 3.5, created web service using
FDO. Web service works wonderful from VS 2008 debug, localhost, and by
access from Silverlight web application. I’ve now tried to move the web service to a production
server (Windows Server 2003) by: copying over the webservice published code,
copying over the FDO bin, inc, and lib folders, changing the PATH environment
variable on the server to point to the FDO bin, inc, lib folders. Nonetheless,
I get the following error when I run the web service on the server: System.IO.FileNotFoundException: The specified module could not be
found. (Exception from HRESULT: 0x8007007E)
I’ve tried FDO versions 3.3.1, 3.3.2, 3.3.4; all have
resulting in same error. DependencyWalker just states that I’m
missing DWMAPI.dll, which you pointed out should not matter. WHAT AM I MISSING…. From: Greg Boone (via
Nabble) [mailto:[hidden email]] That DLL should be delay loaded and should not affect FDO
from running.
This email is a reply to your post @ http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341971.html |
|||||||||||||||
|
surrounded
|
OK, I finally got this to work on production web server, though to be honest with those reading this I have no idea how. I went into properties on IIS for the virtual directory, opened it, checked settings, got back out and it started to work. Hope this is an isolated incident.....
|
||||||||||||||||
|
Chris Erickson-2
|
In reply to this post
by Greg Boone
Greg,
Which dlls are supposed to be delay loaded? The unmanaged FDO dlls are not, which causes issues on web servers (I put in a defect # 463). Is there any chance this will be fixed in 3.4? chris erickson developer [hidden email] 970.493.9500 x 191 970.482.1485 (fax) -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Greg Boone Sent: Tuesday, February 17, 2009 10:03 AM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web That DLL should be delay loaded and should not affect FDO from running. Have you looked at the contents of providers.xml located in the FDO bin directory? Are the paths to the provider files relative or absolute? Greg -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of surrounded Sent: Tuesday, February 17, 2009 11:46 AM To: [hidden email] Subject: RE: [fdo-users] Trying to Deploy FDO to Web Using DependencyWalker, I see that for OSGeo.FDO.dll and OSGeo.FDO.Common.dll, DWMAPI.DLL cannot be found. ANYONE RUN INTO THIS - RECOMMENDATION? surrounded wrote: > > Hi Greg, > > > > No, so if I download Depends.exe, how would I use it to determine the > missing module?? > > > > From: Greg Boone (via Nabble) > [mailto:[hidden email]] > Sent: Tuesday, February 17, 2009 9:36 AM > To: Rob Sosnowski > Subject: RE: [fdo-users] Trying to Deploy FDO to Web > > > > Have you run depends.exe to try and determine which module cannot be > found? > > -----Original Message----- > From: fdo-users-bounces@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=0> > [mailto:fdo-users-bounces@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=1> ] > On Behalf Of surrounded > Sent: Tuesday, February 17, 2009 11:06 AM > To: fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=2> > Subject: [fdo-users] Trying to Deploy FDO to Web > > > Hello, > > I'm using FDO within VS 2008 project (web service) and works fine when > run > as localhost on my PC. > > I've moved the web service to a production server, copied the FDO bin, > lib, > and inc folders to the production server, and set the environment PATH > variable on the server to point to the FDO folders. > > When I run the application I get the following error: > System.IO.FileNotFoundException: The specified module could not be > found. > (Exception from HRESULT: 0x8007007E) > > ANY IDEAS ON WHAT IS CAUSING THIS? HOW IS FDO SET UP TO RUN ON WEB > SERVER? > > Thanks..... > > > -- > View this message in context: > http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341612.html > Sent from the FDO Users mailing list archive at Nabble.com. > > _______________________________________________ > fdo-users mailing list > fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=3> > http://lists.osgeo.org/mailman/listinfo/fdo-users > _______________________________________________ > fdo-users mailing list > fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=4> > http://lists.osgeo.org/mailman/listinfo/fdo-users > > > > ________________________________ > > This email is a reply to your post @ > http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341773.html > You can reply by email or by visting the link above. > > > > > -- View this message in context: http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341870.html Sent from the FDO Users mailing list archive at Nabble.com. _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users |
||||||||||||||||
|
Jack Lee-3
|
Some javascript/style in this post has been disabled (why?)
DWMAPI.DLL is delay-loaded. Chris Erickson wrote: Greg, Which dlls are supposed to be delay loaded? The unmanaged FDO dlls are not, which causes issues on web servers (I put in a defect # 463). Is there any chance this will be fixed in 3.4? chris erickson developer [hidden email] 970.493.9500 x 191 970.482.1485 (fax) -----Original Message----- From: [hidden email] [[hidden email]] On Behalf Of Greg Boone Sent: Tuesday, February 17, 2009 10:03 AM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web That DLL should be delay loaded and should not affect FDO from running. Have you looked at the contents of providers.xml located in the FDO bin directory? Are the paths to the provider files relative or absolute? Greg -----Original Message----- From: [hidden email] [[hidden email]] On Behalf Of surrounded Sent: Tuesday, February 17, 2009 11:46 AM To: [hidden email] Subject: RE: [fdo-users] Trying to Deploy FDO to Web Using DependencyWalker, I see that for OSGeo.FDO.dll and OSGeo.FDO.Common.dll, DWMAPI.DLL cannot be found. ANYONE RUN INTO THIS - RECOMMENDATION? surrounded wrote:Hi Greg, No, so if I download Depends.exe, how would I use it to determine the missing module?? From: Greg Boone (via Nabble) [[hidden email]] Sent: Tuesday, February 17, 2009 9:36 AM To: Rob Sosnowski Subject: RE: [fdo-users] Trying to Deploy FDO to Web Have you run depends.exe to try and determine which module cannot be found? -----Original Message----- From: fdo-users-bounces@... <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=0> [[hidden email]... <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=1> ] On Behalf Of surrounded Sent: Tuesday, February 17, 2009 11:06 AM To: fdo-users@... <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=2> Subject: [fdo-users] Trying to Deploy FDO to Web Hello, I'm using FDO within VS 2008 project (web service) and works fine when run as localhost on my PC. I've moved the web service to a production server, copied the FDO bin, lib, and inc folders to the production server, and set the environment PATH variable on the server to point to the FDO folders. When I run the application I get the following error: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E) ANY IDEAS ON WHAT IS CAUSING THIS? HOW IS FDO SET UP TO RUN ON WEB SERVER? Thanks..... -- View this message in context: http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341612.html Sent from the FDO Users mailing list archive at Nabble.com. _______________________________________________ fdo-users mailing list fdo-users@... <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=3> http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list fdo-users@... <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=4> http://lists.osgeo.org/mailman/listinfo/fdo-users ________________________________ This email is a reply to your post @ http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341773.html You can reply by email or by visting the link above.-- View this message in context: http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341870.html Sent from the FDO Users mailing list archive at Nabble.com. _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users |
||||||||||||||||
|
Greg Boone
|
In reply to this post
by Chris Erickson-2
I do not have a list of FDO DLLs that are meant to be delay loaded. Typically, for the FDO core side of things, no core FDO DLL's are delay loaded within the implementation of FDO itself. As for the FDO providers, I believe they are not loaded until requested through the FDO Client Services API, at which time the DLL identified in providers.xml is loaded along with all its dependencies.
Greg -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Chris Erickson Sent: Tuesday, February 24, 2009 12:15 PM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web Greg, Which dlls are supposed to be delay loaded? The unmanaged FDO dlls are not, which causes issues on web servers (I put in a defect # 463). Is there any chance this will be fixed in 3.4? chris erickson developer [hidden email] 970.493.9500 x 191 970.482.1485 (fax) -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Greg Boone Sent: Tuesday, February 17, 2009 10:03 AM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web That DLL should be delay loaded and should not affect FDO from running. Have you looked at the contents of providers.xml located in the FDO bin directory? Are the paths to the provider files relative or absolute? Greg -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of surrounded Sent: Tuesday, February 17, 2009 11:46 AM To: [hidden email] Subject: RE: [fdo-users] Trying to Deploy FDO to Web Using DependencyWalker, I see that for OSGeo.FDO.dll and OSGeo.FDO.Common.dll, DWMAPI.DLL cannot be found. ANYONE RUN INTO THIS - RECOMMENDATION? surrounded wrote: > > Hi Greg, > > > > No, so if I download Depends.exe, how would I use it to determine the > missing module?? > > > > From: Greg Boone (via Nabble) > [mailto:[hidden email]] > Sent: Tuesday, February 17, 2009 9:36 AM > To: Rob Sosnowski > Subject: RE: [fdo-users] Trying to Deploy FDO to Web > > > > Have you run depends.exe to try and determine which module cannot be > found? > > -----Original Message----- > From: fdo-users-bounces@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=0> > [mailto:fdo-users-bounces@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=1> ] > On Behalf Of surrounded > Sent: Tuesday, February 17, 2009 11:06 AM > To: fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=2> > Subject: [fdo-users] Trying to Deploy FDO to Web > > > Hello, > > I'm using FDO within VS 2008 project (web service) and works fine when > run > as localhost on my PC. > > I've moved the web service to a production server, copied the FDO bin, > lib, > and inc folders to the production server, and set the environment PATH > variable on the server to point to the FDO folders. > > When I run the application I get the following error: > System.IO.FileNotFoundException: The specified module could not be > found. > (Exception from HRESULT: 0x8007007E) > > ANY IDEAS ON WHAT IS CAUSING THIS? HOW IS FDO SET UP TO RUN ON WEB > SERVER? > > Thanks..... > > > -- > View this message in context: > http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341612.html > Sent from the FDO Users mailing list archive at Nabble.com. > > _______________________________________________ > fdo-users mailing list > fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=3> > http://lists.osgeo.org/mailman/listinfo/fdo-users > _______________________________________________ > fdo-users mailing list > fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=4> > http://lists.osgeo.org/mailman/listinfo/fdo-users > > > > ________________________________ > > This email is a reply to your post @ > http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341773.html > You can reply by email or by visting the link above. > > > > > -- View this message in context: http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341870.html Sent from the FDO Users mailing list archive at Nabble.com. _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users |
||||||||||||||||
|
Chris Erickson-2
|
Greg,
The delay load issue is between the managed and unmanaged code. If in the various managed core dlls (OsGeo.FDO, OSGeo.FDO.Common, OSGeo.FDO.Geometry, OSGeo.FDO.Spatial) the unmanaged dlls are set to delay load, then the application can start and modify its path before the unmanaged core dlls are loaded. This is necessary for any web applications that don't want to have to install the unmanaged FDO dlls on the system path, which is often not an option. I've built the managed dlls locally here and set them to delay load their unmanaged dependencies, and I'm able to use FDO in web-apps by setting the environment path in the Global.asax (ASP.NET). chris erickson developer [hidden email] 970.493.9500 x 191 970.482.1485 (fax) -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Greg Boone Sent: Monday, March 02, 2009 9:21 AM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web I do not have a list of FDO DLLs that are meant to be delay loaded. Typically, for the FDO core side of things, no core FDO DLL's are delay loaded within the implementation of FDO itself. As for the FDO providers, I believe they are not loaded until requested through the FDO Client Services API, at which time the DLL identified in providers.xml is loaded along with all its dependencies. Greg -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Chris Erickson Sent: Tuesday, February 24, 2009 12:15 PM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web Greg, Which dlls are supposed to be delay loaded? The unmanaged FDO dlls are not, which causes issues on web servers (I put in a defect # 463). Is there any chance this will be fixed in 3.4? chris erickson developer [hidden email] 970.493.9500 x 191 970.482.1485 (fax) -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Greg Boone Sent: Tuesday, February 17, 2009 10:03 AM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web That DLL should be delay loaded and should not affect FDO from running. Have you looked at the contents of providers.xml located in the FDO bin directory? Are the paths to the provider files relative or absolute? Greg -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of surrounded Sent: Tuesday, February 17, 2009 11:46 AM To: [hidden email] Subject: RE: [fdo-users] Trying to Deploy FDO to Web Using DependencyWalker, I see that for OSGeo.FDO.dll and OSGeo.FDO.Common.dll, DWMAPI.DLL cannot be found. ANYONE RUN INTO THIS - RECOMMENDATION? surrounded wrote: > > Hi Greg, > > > > No, so if I download Depends.exe, how would I use it to determine the > missing module?? > > > > From: Greg Boone (via Nabble) > [mailto:[hidden email]] > Sent: Tuesday, February 17, 2009 9:36 AM > To: Rob Sosnowski > Subject: RE: [fdo-users] Trying to Deploy FDO to Web > > > > Have you run depends.exe to try and determine which module cannot be > found? > > -----Original Message----- > From: fdo-users-bounces@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=0> > [mailto:fdo-users-bounces@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=1> ] > On Behalf Of surrounded > Sent: Tuesday, February 17, 2009 11:06 AM > To: fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=2> > Subject: [fdo-users] Trying to Deploy FDO to Web > > > Hello, > > I'm using FDO within VS 2008 project (web service) and works fine when > run > as localhost on my PC. > > I've moved the web service to a production server, copied the FDO bin, > lib, > and inc folders to the production server, and set the environment PATH > variable on the server to point to the FDO folders. > > When I run the application I get the following error: > System.IO.FileNotFoundException: The specified module could not be > found. > (Exception from HRESULT: 0x8007007E) > > ANY IDEAS ON WHAT IS CAUSING THIS? HOW IS FDO SET UP TO RUN ON WEB > SERVER? > > Thanks..... > > > -- > View this message in context: > http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341612.html > Sent from the FDO Users mailing list archive at Nabble.com. > > _______________________________________________ > fdo-users mailing list > fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=3> > http://lists.osgeo.org/mailman/listinfo/fdo-users > _______________________________________________ > fdo-users mailing list > fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=4> > http://lists.osgeo.org/mailman/listinfo/fdo-users > > > > ________________________________ > > This email is a reply to your post @ > http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341773.html > You can reply by email or by visting the link above. > > > > > -- View this message in context: http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341870.html Sent from the FDO Users mailing list archive at Nabble.com. _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users |
||||||||||||||||
|
Greg Boone
|
Why don't you log a Trac defect and attach a svn patch of the changes you made. If you want this change to go into the 3.4.0 release, you should make a motion on the fdo-internals site and ask for feedback from the PSC. At this point only stop-ship issues should be nominated for resolution.
Greg -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Chris Erickson Sent: Monday, March 02, 2009 2:40 PM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web Greg, The delay load issue is between the managed and unmanaged code. If in the various managed core dlls (OsGeo.FDO, OSGeo.FDO.Common, OSGeo.FDO.Geometry, OSGeo.FDO.Spatial) the unmanaged dlls are set to delay load, then the application can start and modify its path before the unmanaged core dlls are loaded. This is necessary for any web applications that don't want to have to install the unmanaged FDO dlls on the system path, which is often not an option. I've built the managed dlls locally here and set them to delay load their unmanaged dependencies, and I'm able to use FDO in web-apps by setting the environment path in the Global.asax (ASP.NET). chris erickson developer [hidden email] 970.493.9500 x 191 970.482.1485 (fax) -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Greg Boone Sent: Monday, March 02, 2009 9:21 AM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web I do not have a list of FDO DLLs that are meant to be delay loaded. Typically, for the FDO core side of things, no core FDO DLL's are delay loaded within the implementation of FDO itself. As for the FDO providers, I believe they are not loaded until requested through the FDO Client Services API, at which time the DLL identified in providers.xml is loaded along with all its dependencies. Greg -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Chris Erickson Sent: Tuesday, February 24, 2009 12:15 PM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web Greg, Which dlls are supposed to be delay loaded? The unmanaged FDO dlls are not, which causes issues on web servers (I put in a defect # 463). Is there any chance this will be fixed in 3.4? chris erickson developer [hidden email] 970.493.9500 x 191 970.482.1485 (fax) -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Greg Boone Sent: Tuesday, February 17, 2009 10:03 AM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web That DLL should be delay loaded and should not affect FDO from running. Have you looked at the contents of providers.xml located in the FDO bin directory? Are the paths to the provider files relative or absolute? Greg -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of surrounded Sent: Tuesday, February 17, 2009 11:46 AM To: [hidden email] Subject: RE: [fdo-users] Trying to Deploy FDO to Web Using DependencyWalker, I see that for OSGeo.FDO.dll and OSGeo.FDO.Common.dll, DWMAPI.DLL cannot be found. ANYONE RUN INTO THIS - RECOMMENDATION? surrounded wrote: > > Hi Greg, > > > > No, so if I download Depends.exe, how would I use it to determine the > missing module?? > > > > From: Greg Boone (via Nabble) > [mailto:[hidden email]] > Sent: Tuesday, February 17, 2009 9:36 AM > To: Rob Sosnowski > Subject: RE: [fdo-users] Trying to Deploy FDO to Web > > > > Have you run depends.exe to try and determine which module cannot be > found? > > -----Original Message----- > From: fdo-users-bounces@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=0> > [mailto:fdo-users-bounces@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=1> ] > On Behalf Of surrounded > Sent: Tuesday, February 17, 2009 11:06 AM > To: fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=2> > Subject: [fdo-users] Trying to Deploy FDO to Web > > > Hello, > > I'm using FDO within VS 2008 project (web service) and works fine when > run > as localhost on my PC. > > I've moved the web service to a production server, copied the FDO bin, > lib, > and inc folders to the production server, and set the environment PATH > variable on the server to point to the FDO folders. > > When I run the application I get the following error: > System.IO.FileNotFoundException: The specified module could not be > found. > (Exception from HRESULT: 0x8007007E) > > ANY IDEAS ON WHAT IS CAUSING THIS? HOW IS FDO SET UP TO RUN ON WEB > SERVER? > > Thanks..... > > > -- > View this message in context: > http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341612.html > Sent from the FDO Users mailing list archive at Nabble.com. > > _______________________________________________ > fdo-users mailing list > fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=3> > http://lists.osgeo.org/mailman/listinfo/fdo-users > _______________________________________________ > fdo-users mailing list > fdo-users@... > <http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2341773&i=4> > http://lists.osgeo.org/mailman/listinfo/fdo-users > > > > ________________________________ > > This email is a reply to your post @ > http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341773.html > You can reply by email or by visting the link above. > > > > > -- View this message in context: http://n2.nabble.com/Trying-to-Deploy-FDO-to-Web-tp2341612p2341870.html Sent from the FDO Users mailing list archive at Nabble.com. _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users |
||||||||||||||||
|
Jason Birch
|
Greg,
> At this point only stop-ship issues should be nominated for resolution. Does this mean that at this point you would be adverse to the change in the SQL Server Spatial provider proposed in #469? I feel that this may be a minor change that could have a large benefit to SQL Server Spatial users, but don't know enough about whether this would break binary compatibility. Jason _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users |
||||||||||||||||
|
Greg Boone
|
I think all changes at this point, and their proposed solution, should be nominated for inclusion and discussed on the internals site. We have to consider what level of testing would be required to ensure that the proposed changes work as intended. Up until this point we have benefitted from the fact that the Autodesk folks have been QA'ing our builds as a part of their upcoming releases of MapGuide, etc. From my understanding they will not be able to test FDO beyond build G044. Any changes we make will have to be QA'ed by OSGeo members and guarantees made that ensure the change is working as intended and does not break any previous functionality.
Greg -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Jason Birch Sent: Monday, March 02, 2009 3:06 PM To: FDO Users Mail List Subject: RE: [fdo-users] Trying to Deploy FDO to Web Greg, > At this point only stop-ship issues should be nominated for resolution. Does this mean that at this point you would be adverse to the change in the SQL Server Spatial provider proposed in #469? I feel that this may be a minor change that could have a large benefit to SQL Server Spatial users, but don't know enough about whether this would break binary compatibility. Jason _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users _______________________________________________ fdo-users mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/fdo-users |
||||||||||||||||
| Free Embeddable Forum Powered by Nabble | Help |