<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
The FDO has no dependency to the license, so there is no problem with a
trial version.<br>
It is not enough to reference the Dll's. Some of the required Dll's are
NOT .Net dlls and cannot be referenced.<br>
In fact the .Net dlls merely call the native Dll's.<br>
You must manually copy ALL the dll's from a working MapGuide's FDO
folder into the folder where your program runs.<br>
This is usually a folder named "bin\debug". If it still does not work,
try opening the different dll's with dependency walker.<br>
<a class="moz-txt-link-abbreviated" href="http://www.dependencywalker.com">www.dependencywalker.com</a><br>
That will show you what dll files you are missing.<br>
<pre class="moz-signature" cols="72">Regards, Kenneth, GEOGRAF A/S
</pre>
<br>
<br>
akramany skrev:
<blockquote cite="mid:11840679.post@talk.nabble.com" type="cite">
  <pre wrap="">Thank you Mr.Kenneth , I had added all DLLs in VB.NET reference from MapGuide
installation's FDO folder but the same error still there , I think this
maybe happened because I'm using trial version of Mapguide or what ?!


Kenneth, GEOGRAF A/S wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">There are a number of Dll's that are needed for FDO to work.
You should ALL the files from a working MapGuide installation's FDO
folder,
into the folder you reference the .Net wrapper from.

The error 0x8007007E means "File not found",
indicating that you are missing some files.

As to the error with Studio; the load procedure is mostly unrelated
to the MapGuide server, so you should ask Autodesk about that problem.

There is no need/way to register the FDO dll's as they are not ActiveX 
dll's.

Regards, Kenneth, GEOGRAF A/S



akramany skrev:
    </pre>
    <blockquote type="cite">
      <pre wrap="">When I import FDO as a reference in VB.NET and connect to SDF database
format
I have continual error  (Exception from HRESULT: 0x8007007E)  .

Also I have continual error (Exception from HRESULT: 0×800700c1) when I
load
SDF or SHP data with Autodesk MapGuide studio , this problem since one
month
I don’t reach to the solution , kindly I would like to get the right
solution in this matter if any one know .

How can I Register FDO DLL ?!!

  
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>