<div dir="ltr">maybe it's something with the http request header that are different ?<div><br></div><div>use Fiddler to test it.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Jun 24, 2014 at 10:10 PM, Tamas Szekeres <span dir="ltr"><<a href="mailto:szekerest@gmail.com" target="_blank">szekerest@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Looks like the worker process cannot load your dll(s).<div>Try using SetEnvironmentVariable to include your binary location.</div><div>For example:</div><div><br></div><div><div>                    string path = Environment.GetEnvironmentVariable("PATH");</div>

<div>                    if (!path.Contains(bin_path))</div><div>                    {</div><div>                        Environment.SetEnvironmentVariable("PATH", bin_path + ";" + path);</div><div>                    }</div>

</div><div><br></div><div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-06-24 20:17 GMT+02:00 T_Junky <span dir="ltr"><<a href="mailto:Robert.Vogt@rcis.com" target="_blank">Robert.Vogt@rcis.com</a>></span>:<div>
<div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am using C#.net and calling out to another piece of code that does the<br>
actual creation of maps.<br>
<br>
When I call my "CreateMaps" function using my unit test for the Web API<br>
everything works great...but when I call the same code using a web browser I<br>
get an error stating "msplugin_mssql2008.dll" can't be loaded.<br>
<br>
I'm kind of stumped here...<br>
Any help is greatly appreciated.<br>
<br>
-Bob<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/msplugin-mssql2008-not-loading-in-webAPI-tp5147650.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/msplugin-mssql2008-not-loading-in-webAPI-tp5147650.html</a><br>


Sent from the Mapserver - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapserver-dev mailing list<br>
<a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-dev</a><br>
</blockquote></div></div></div><br></div>
<br>_______________________________________________<br>
mapserver-dev mailing list<br>
<a href="mailto:mapserver-dev@lists.osgeo.org">mapserver-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-dev</a><br></blockquote></div><br></div>