Please help me SDE C# asp.net and mapserver connection problem....

yatendra yatendra.jaiswal at GMAIL.COM
Fri Jan 18 04:28:41 EST 2008


Here is my mapfile layer....
LAYER
        ........
	 CONNECTION "host=GEN387 port:5151 user=****** password=****** dbname=****"
		CONNECTIONTYPE SDE
		CONNECTIONTYPE PLUGIN
		PLUGIN "C:\ms4w\Apache\specialplugins\msplugin_sde_92.dll"
			
		 DATA "sde.SDE.TILE,SHAPE,sde.DEFAULT"
		 STATUS on
		 TYPE line
       .........
END

If its because of asp.net version (64 bit), then what can be the solution???
please let me know..
Thanks Regards
 

Tamas Szekeres wrote:
> 
> Yatendra,
> 
> It seems the ASP runtime is not able to load the plugin dll. You might
> want try to copy this dll into the same directory where your ASP.NET
> host process is running. If the dll can be loaded from the same
> directory then it might be a security related issue.
> 
> Another problem is that the SDE plugin is compiled as a 32 bit image
> and the 64 bit version of the .NET framework cannot load it,
> definitely.
> 
> Best regards,
> 
> Tamas
> 
> 
> 
> 2008/1/15, yatendra <yatendra.jaiswal at gmail.com>:
>> Hi to all,
>> I am trying to connect mapserver with SDE.
>> I have successfully connected in html(Map file working fine).
>> Now i am trying this asp.net connetion with same map file.
>> i followed all instruction and source codes given  in tutorial
>> http://www.paolocorti.net/public/wordpress/index.php/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/.
>> application is giving error while running. and error is as follows in
>> MapStream.aspx.cs
>> msDrawMap(): Image handling error. Failed to draw layer named
>> 'TILE'.;loadCustomLayerDLL: General error message. Failed to load dynamic
>> Layer LIB:
>> C:\ms4w\Apache\specialplugins\msplugin_sde_92.dll;msGetSymbol(): General
>> error message. Can't load requested dynamic library:
>> C:\ms4w\Apache\specialplugins\msplugin_sde_92.dll
>>
>>
>> PLease help me out to solve this problem.
>> Why i am getting this problem.
>> Can anyone explain please…
>> Thanks Regards
>> Yatendra
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Please-help-me-SDE-C--asp.net-and-mapserver-connection-problem....-tp14749790p14749790.html
>> Sent from the Mapserver - User mailing list archive at Nabble.com.
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Please-help-me-SDE-C--asp.net-and-mapserver-connection-problem....-tp14749790p14948034.html
Sent from the Mapserver - User mailing list archive at Nabble.com.



More information about the mapserver-users mailing list