<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
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;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:3.0cm 2.0cm 3.0cm 2.0cm;}
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="DA" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">Maybe I should state that I’m using GDAL 1.9.2 with VS2010.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-language:DA">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-language:DA"> gdal-dev-bounces@lists.osgeo.org
 [mailto:gdal-dev-bounces@lists.osgeo.org] <b>On Behalf Of </b>Casper Børgesen (CABO)<br>
<b>Sent:</b> 5. april 2013 10:07<br>
<b>To:</b> gdal-dev@lists.osgeo.org<br>
<b>Subject:</b> [gdal-dev] C# ogr_wrap.dll exception with ogr.OGRERR_NONE<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am experiencing some problems with C# and GDAL/OGR. <o:p></o:p></p>
<p class="MsoNormal">I have a program where I just initialize GDAL/OGR with this command:
<o:p></o:p></p>
<p class="MsoNormal">  <o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">    OSGeo.OGR.Ogr.AllRegister();
</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">  </span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">    // Here follows some IO and data processing, and its working just fine.
</span><o:p></o:p></p>
<p class="MsoNormal">  <o:p></o:p></p>
<p class="MsoNormal">Now I add a simple line to my program: <o:p></o:p></p>
<p class="MsoNormal">  <o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">    OSGeo.OGR.Ogr.AllRegister();
</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">    var a = OSGeo.OGR.Ogr.OGRERR_NONE
</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">  </span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">    // Here follows some IO and data processing, and it used to be working.
</span><o:p></o:p></p>
<p class="MsoNormal">  <o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">The type initializer for 'OSGeo.OGR.Ogr' threw an exception.
</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">…The type initializer for 'OSGeo.OGR.OgrPINVOKE' threw an exception.
</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">…… The type initializer for 'SWIGExceptionHelper' threw an exception.
</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-family:"Courier New"">……… Unable to load DLL 'ogr_wrap': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
</span><o:p></o:p></p>
<p class="MsoNormal">  <o:p></o:p></p>
<p class="MsoNormal">Can anyone push me in the right direction so I can determine why using Ogr.OGRERR_NONE would break my program?
<o:p></o:p></p>
<p class="MsoNormal">  <o:p></o:p></p>
<p class="MsoNormal">Regards Casper <o:p></o:p></p>
</div>
</body>
</html>