<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: MapServer Tutorial for C# mapscript (ASP .NET)</title>
	<atom:link href="http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/</link>
	<description>a blog about GIS, CMS, agile development and design patterns</description>
	<pubDate>Sat, 13 Mar 2010 10:15:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jani nilay</title>
		<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/comment-page-2/#comment-43500</link>
		<dc:creator>jani nilay</dc:creator>
		<pubDate>Tue, 22 Jan 2008 07:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=6#comment-43500</guid>
		<description>for editing map file from client side required some FTP control pls mention that control 
and inform that some control which use for editing ,retriving and maniplating the map server file 
pls send reply 
thnx</description>
		<content:encoded><![CDATA[<p>for editing map file from client side required some FTP control pls mention that control<br />
and inform that some control which use for editing ,retriving and maniplating the map server file<br />
pls send reply<br />
thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doremon</title>
		<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/comment-page-2/#comment-42583</link>
		<dc:creator>doremon</dc:creator>
		<pubDate>Wed, 16 Jan 2008 07:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=6#comment-42583</guid>
		<description>Dear Paolo
I have problem with change color (line, point, polygon) with mapserver
i am using mapserver 4.10 and asp.net
I am developing function identify. And now i want change color my result with object Line or polygon. 
How can i do that?</description>
		<content:encoded><![CDATA[<p>Dear Paolo<br />
I have problem with change color (line, point, polygon) with mapserver<br />
i am using mapserver 4.10 and asp.net<br />
I am developing function identify. And now i want change color my result with object Line or polygon.<br />
How can i do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yatendra</title>
		<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/comment-page-2/#comment-42339</link>
		<dc:creator>yatendra</dc:creator>
		<pubDate>Mon, 14 Jan 2008 13:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=6#comment-42339</guid>
		<description>Dear Paolo,
I will work on what you suggested me.
My map file is working properly because in html viewer i can see and browse map.
I think this means sde connection is successful.
I will try as you mentioned. 

Now first i am trying to do with PostgreSQL and POSTGIS (as per your tutorial).
I am getting error in MapStream.aspx.cs as follows
"Error	3	The type or namespace name 'mapObj' could not be found (are you missing a using directive or an assembly reference?)"
 How to remove this error please let me know?
Thanks Regards</description>
		<content:encoded><![CDATA[<p>Dear Paolo,<br />
I will work on what you suggested me.<br />
My map file is working properly because in html viewer i can see and browse map.<br />
I think this means sde connection is successful.<br />
I will try as you mentioned. </p>
<p>Now first i am trying to do with PostgreSQL and POSTGIS (as per your tutorial).<br />
I am getting error in MapStream.aspx.cs as follows<br />
&#8220;Error	3	The type or namespace name &#8216;mapObj&#8217; could not be found (are you missing a using directive or an assembly reference?)&#8221;<br />
 How to remove this error please let me know?<br />
Thanks Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo Corti</title>
		<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/comment-page-2/#comment-41821</link>
		<dc:creator>Paolo Corti</dc:creator>
		<pubDate>Fri, 11 Jan 2008 08:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=6#comment-41821</guid>
		<description>Yatendra, I am sure this tutorial should work also with ArcSde, but in your shoes I would keep things simple and I would proceed step by step.
First create a map file connecting to your ArcSde layers and try to see with an html viewer (for example use the one that you can download from the mapserver web site included in the mapserver demo) if your layers are displayed properly. 
After that try to create a command line .Net solution and start playing with some mapscript methods and see if they are working properly.
Finally start implementing the Asp .Net project.

Let me know ;-)</description>
		<content:encoded><![CDATA[<p>Yatendra, I am sure this tutorial should work also with ArcSde, but in your shoes I would keep things simple and I would proceed step by step.<br />
First create a map file connecting to your ArcSde layers and try to see with an html viewer (for example use the one that you can download from the mapserver web site included in the mapserver demo) if your layers are displayed properly.<br />
After that try to create a command line .Net solution and start playing with some mapscript methods and see if they are working properly.<br />
Finally start implementing the Asp .Net project.</p>
<p>Let me know <img src='http://www.paolocorti.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yatendra</title>
		<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/comment-page-2/#comment-41780</link>
		<dc:creator>yatendra</dc:creator>
		<pubDate>Fri, 11 Jan 2008 05:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=6#comment-41780</guid>
		<description>Dear Paolo,
Thank you for information.
I wanted to know, is it possible to connect SDE and mapserver with asp.net?
Did you tried that one?
Is there any tutorial for asp.net with sde?
Thanks Regards
YAtendra</description>
		<content:encoded><![CDATA[<p>Dear Paolo,<br />
Thank you for information.<br />
I wanted to know, is it possible to connect SDE and mapserver with asp.net?<br />
Did you tried that one?<br />
Is there any tutorial for asp.net with sde?<br />
Thanks Regards<br />
YAtendra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo Corti</title>
		<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/comment-page-2/#comment-41549</link>
		<dc:creator>Paolo Corti</dc:creator>
		<pubDate>Thu, 10 Jan 2008 11:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=6#comment-41549</guid>
		<description>yatendra, I don't know what could be the problem, but try to post that on the MapServer group at: http://www.nabble.com/MapServer-f1214.html
this comments should be related to issues with the tutorial
ciao</description>
		<content:encoded><![CDATA[<p>yatendra, I don&#8217;t know what could be the problem, but try to post that on the MapServer group at: <a href="http://www.nabble.com/MapServer-f1214.html" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.nabble.com');" rel="nofollow">http://www.nabble.com/MapServer-f1214.html</a><br />
this comments should be related to issues with the tutorial<br />
ciao</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yatendra</title>
		<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/comment-page-2/#comment-41543</link>
		<dc:creator>yatendra</dc:creator>
		<pubDate>Thu, 10 Jan 2008 11:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=6#comment-41543</guid>
		<description>sorry guys the full message is
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.....
i am waiting for reply</description>
		<content:encoded><![CDATA[<p>sorry guys the full message is<br />
msDrawMap(): Image handling error. Failed to draw layer named &#8216;TILE&#8217;.;loadCustomLayerDLL: General error message. Failed to load dynamic Layer LIB: C:\ms4w\Apache\specialplugins\msplugin_sde_92.dll;msGetSymbol(): General error message. Can&#8217;t load requested dynamic library: C:\ms4w\Apache\specialplugins\msplugin_sde_92.dll</p>
<p>please help me out&#8230;..<br />
i am waiting for reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yatendra</title>
		<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/comment-page-2/#comment-41467</link>
		<dc:creator>yatendra</dc:creator>
		<pubDate>Thu, 10 Jan 2008 06:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=6#comment-41467</guid>
		<description>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.
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:

PLease help me out to solve this problem.
Why i am getting this problem.
Can anyone explain please...
Thanks regards</description>
		<content:encoded><![CDATA[<p>Hi to all,<br />
I am trying to connect mapserver with SDE.<br />
I have successfully connected in html(Map file working fine).<br />
Now i am trying this asp.net connetion with same map file.<br />
i followed all instruction and source codes.<br />
application is giving error while running. and error is as follows in MapStream.aspx.cs<br />
msDrawMap(): Image handling error. Failed to draw layer named &#8216;TILE&#8217;.;loadCustomLayerDLL: General error message. Failed to load dynamic Layer LIB:</p>
<p>PLease help me out to solve this problem.<br />
Why i am getting this problem.<br />
Can anyone explain please&#8230;<br />
Thanks regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yatendra</title>
		<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/comment-page-2/#comment-41465</link>
		<dc:creator>yatendra</dc:creator>
		<pubDate>Thu, 10 Jan 2008 06:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=6#comment-41465</guid>
		<description>HI to all</description>
		<content:encoded><![CDATA[<p>HI to all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yatendra</title>
		<link>http://www.paolocorti.net/2006/09/20/mapserver-tutorial-for-c-mapscript-asp-net/comment-page-2/#comment-41226</link>
		<dc:creator>yatendra</dc:creator>
		<pubDate>Wed, 09 Jan 2008 13:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/paolocorti/?p=6#comment-41226</guid>
		<description>I am getting this message 
pls help me out.

msDrawMap(): Image handling error. Failed to draw layer named 'TILE'.;loadCustomLayerDLL: General error message. Failed to load dynamic Layer LIB: 
any suggetions urgent.
Thanks regards</description>
		<content:encoded><![CDATA[<p>I am getting this message<br />
pls help me out.</p>
<p>msDrawMap(): Image handling error. Failed to draw layer named &#8216;TILE&#8217;.;loadCustomLayerDLL: General error message. Failed to load dynamic Layer LIB:<br />
any suggetions urgent.<br />
Thanks regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
