[mapserver-dev] msplugin_mssql2008 not loading in webAPI
Tamas Szekeres
szekerest at gmail.com
Tue Jun 24 12:10:11 PDT 2014
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-dev/attachments/20140624/3aeff35f/attachment.html>
More information about the mapserver-dev
mailing list