<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Book Antiqua";
        panose-1:2 4 6 2 5 3 5 3 3 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;
        font-weight:bold;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Chui,<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></b></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">An example here is that you need to have proj.dll in the path so that gdal.dll will load from the PInvoke.  You can use dependency walker to find other dependencies.<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></b></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> gdal-dev [mailto:gdal-dev-bounces@lists.osgeo.org]
<b>On Behalf Of </b>Tamas Szekeres<br>
<b>Sent:</b> Tuesday, August 01, 2017 12:15 PM<br>
<b>To:</b> C. Zeng<br>
<b>Cc:</b> gdal-dev@lists.osgeo.org<br>
<b>Subject:</b> Re: [gdal-dev] Need solution for C# setup, with error at OSGeo.OGR registration<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">Hi,<o:p></o:p></p>
</div>
<div id="AppleMailSignature">
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div id="AppleMailSignature">
<p class="MsoNormal">You probably have multiple dll dependencies availabe in the path. Try copying all the dependencies from the same package to the location where your excutable is running.<o:p></o:p></p>
</div>
<div id="AppleMailSignature">
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div id="AppleMailSignature">
<p class="MsoNormal">Best regards,<o:p></o:p></p>
</div>
<div id="AppleMailSignature">
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div id="AppleMailSignature">
<p class="MsoNormal">Tamas<br>
<br>
Az iPhone-omról küldve<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
2017. aug. 1. dátummal, 17:08 időpontban C. Zeng <<a href="mailto:chqzeng@gmail.com">chqzeng@gmail.com</a>> írta:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<div>
<p class="MsoNormal">​Hello all,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">I am trying to setup the GDAL in C#.NET 2015, with an error at the registration of the Ogr. A
<a href="http://osgeo-org.1560.x6.nabble.com/gdal-dev-Need-solution-for-C-exception-OSGeo-OGR-OgrPINVOKE-td5062693.html#a5329043">
previous post</a> stated the exact same problem but without a solution, I tried to reply in that post but failed,thus send this email instead. <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">That previous post described my problem very well:  <o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal"><span style="font-family:"Book Antiqua","serif";color:black">"I am using <b>ogr_csharp.dl</b>l in my c# program. See the following code snippet:</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:blue">using</span><span style="font-family:"Book Antiqua","serif";color:black"> OSGeo.OGR;</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:blue">namespace</span><span style="font-family:"Book Antiqua","serif";color:black"> Test</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">{</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">    </span><span style="font-family:"Book Antiqua","serif";color:blue">public</span><span style="font-family:"Book Antiqua","serif";color:black"> </span><span style="font-family:"Book Antiqua","serif";color:blue">class</span><span style="font-family:"Book Antiqua","serif";color:black"> </span><span style="font-family:"Book Antiqua","serif";color:#4181C0">Test</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">    {</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">        </span><span style="font-family:"Book Antiqua","serif";color:blue">public</span><span style="font-family:"Book Antiqua","serif";color:black"> Test()</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">        {</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">                ...</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">                  </span><span style="font-family:"Book Antiqua","serif";color:#4181C0">Ogr</span><span style="font-family:"Book Antiqua","serif";color:black">.RegisterAll();</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">        }      </span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">    }</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">}</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">Then the following exception message was thrown out when the program is executed:</span><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><b><span style="font-family:"Book Antiqua","serif";color:black">{"The type initializer for 'OSGeo.OGR.OgrPINVOKE' threw an exception."}        </span></b><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><b><span style="font-family:"Book Antiqua","serif";color:black">System.Exception {System.TypeInitializationException}</span></b><span style="font-family:"Verdana","sans-serif";color:black"> <br>
</span><span style="font-family:"Book Antiqua","serif";color:black">Does anyone know how to resolve this issue?</span><span style="font-family:"Verdana","sans-serif";color:black"> "</span><o:p></o:p></p>
</blockquote>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Some more details for my case. <span style="font-size:12.5pt;font-family:"Verdana","sans-serif";color:black">My steps are: </span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:12.5pt;font-family:"Verdana","sans-serif";color:black">- downloaded the stable or daily stable release (same error later) from </span><a href="http://www.gisinternals.com/query.html?content=filelist&file=release-1800-x64-gdal-2-1-mapserver-7-0.zip"><span style="font-size:12.5pt;font-family:"Verdana","sans-serif";color:#551A8B">here</span></a><span style="font-size:12.5pt;font-family:"Verdana","sans-serif";color:black">. <br>
- added the "...\bin" and "...\bin\gdal\csharp" to Environment Variable, setup a sample project, <br>
- add the 4 "###sharp.dll" from csharp folder to project reference. <br>
- import namespace:  using OSGeo.OGR; using OSGeo.OSR;  and add a simple line "Ogr.RegisterAll(); " <br>
<br>
Then I can successfully build the project, but with the following error msg. I tried all possible solutions by Google plus this forum such as </span><a href="http://osgeo-org.1560.x6.nabble.com/gdal-dev-GDAL-OGR-64bit-PINVOKE-Exception-td3745305.html"><span style="font-size:12.5pt;font-family:"Verdana","sans-serif";color:#551A8B">this</span></a><span style="font-size:12.5pt;font-family:"Verdana","sans-serif";color:black"> and </span><a href="http://osgeo-org.1560.x6.nabble.com/c-Bindings-in-Mono-Linux-td3758565.html#a3758569"><span style="font-size:12.5pt;font-family:"Verdana","sans-serif";color:#551A8B">this</span></a><span style="font-size:12.5pt;font-family:"Verdana","sans-serif";color:black">. <br>
test all the x64/x86 , debug/release, switches, no luck. <br>
<br>
Any comment is appreciated, thank you! <br>
<br>
Chui <br>
</span><br>
<br>
<span style="font-size:12.5pt;font-family:"Verdana","sans-serif";color:black"><br>
--------------------------error message -------------------------- <br>
<br>
<i>Unhandled Exception: System.TypeInitializationException: The type initializer fo <br>
r 'OSGeo.OGR.OgrPINVOKE' threw an exception. ---> System.TypeInitializationExcep <br>
tion: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> Sy <br>
stem.BadImageFormatException: An attempt was made to load a program with an inco <br>
rrect format. (Exception from HRESULT: 0x8007000B) <br>
   at OSGeo.OGR.OgrPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_Og <br>
r(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, E <br>
xceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate <br>
, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDeleg <br>
ate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, Exce <br>
ptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, Exception <br>
Delegate systemExceptionDelegate) <br>
   at OSGeo.OGR.OgrPINVOKE.SWIGExceptionHelper..cctor() <br>
   --- End of inner exception stack trace --- <br>
   at OSGeo.OGR.OgrPINVOKE.SWIGExceptionHelper..ctor() <br>
   at OSGeo.OGR.OgrPINVOKE..cctor() <br>
   --- End of inner exception stack trace --- <br>
   at OSGeo.OGR.OgrPINVOKE.RegisterAll() <br>
   at OSGeo.OGR.Ogr.RegisterAll() <br>
   at TestProj.Main(String[] args) in \user\Downloads\Workspace\TestProj\project.cs:line 47</i><br>
<br>
and also the following log info: <br>
<i>'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities\14.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.dll'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities.Sync\14.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll'. Cannot find or open
 the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Debugger.Runtime\14.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Debugger.Runtime.dll'.<br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded '\user\Downloads\Gdal_folder\TestProj\bin\Debug\TestProj.vshost.exe'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll'. Cannot find or
 open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll'. Cannot find or open the PDB file. <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded 'C:\WINDOWS\<a href="http://Microsoft.Net">Microsoft.Net</a>\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll'. Cannot find or open the PDB file. <br>
The thread 0x2228 has exited with code 0 (0x0). <br>
The thread 0x1b30 has exited with code 0 (0x0). <br>
The thread 0x2a64 has exited with code 0 (0x0). <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded '\user\Downloads\Gdal_folder\TestProj\bin\Debug\TestProj.exe'. Symbols loaded. <br>
The thread 0x2c20 has exited with code 0 (0x0). <br>
'TestProj.vshost.exe' (CLR v4.0.30319: TestProj.vshost.exe): Loaded '\user\Downloads\Gdal_folder\TestProj\bin\Debug\ogr_csharp.dll'. Module was built without symbols. <br>
Exception thrown: 'System.DllNotFoundException' in ogr_csharp.dll <br>
Exception thrown: 'System.TypeInitializationException' in ogr_csharp.dll <br>
Exception thrown: 'System.TypeInitializationException' in ogr_csharp.dll <br>
An unhandled exception of type 'System.TypeInitializationException' occurred in ogr_csharp.dll <br>
Additional information: The type initializer for 'OSGeo.OGR.OgrPINVOKE' threw an exception. <br>
<br>
The program '[2244] TestProj.vshost.exe' has exited with code 0 (0x0)</i></span><o:p></o:p></p>
</div>
</div>
</div>
</blockquote>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><o:p></o:p></p>
</div>
</blockquote>
</div>
</body>
</html>