[mapserver-dev] msplugin_mssql2008 not loading in webAPI

Alon Halfon alon.halfon at gmail.com
Sun Jun 29 12:00:58 PDT 2014


maybe it's something with the http request header that are different ?

use Fiddler to test it.




On Tue, Jun 24, 2014 at 10:10 PM, Tamas Szekeres <szekerest at gmail.com>
wrote:

> Looks like the worker process cannot load your dll(s).
> Try using SetEnvironmentVariable to include your binary location.
> For example:
>
>                     string path =
> Environment.GetEnvironmentVariable("PATH");
>                     if (!path.Contains(bin_path))
>                     {
>                         Environment.SetEnvironmentVariable("PATH",
> bin_path + ";" + path);
>                     }
>
>
> Best regards,
>
> Tamas
>
>
>
> 2014-06-24 20:17 GMT+02:00 T_Junky <Robert.Vogt at rcis.com>:
>
> I am using C#.net and calling out to another piece of code that does the
>> actual creation of maps.
>>
>> When I call my "CreateMaps" function using my unit test for the Web API
>> everything works great...but when I call the same code using a web
>> browser I
>> get an error stating "msplugin_mssql2008.dll" can't be loaded.
>>
>> I'm kind of stumped here...
>> Any help is greatly appreciated.
>>
>> -Bob
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://osgeo-org.1560.x6.nabble.com/msplugin-mssql2008-not-loading-in-webAPI-tp5147650.html
>> Sent from the Mapserver - Dev mailing list archive at Nabble.com.
>> _______________________________________________
>> mapserver-dev mailing list
>> mapserver-dev at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapserver-dev
>>
>
>
> _______________________________________________
> mapserver-dev mailing list
> mapserver-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-dev/attachments/20140629/0924c9cd/attachment.html>


More information about the mapserver-dev mailing list