<?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"
	>
<channel>
	<title>Comments on: Microsoft ASP.NET Ajax SourceCode</title>
	<atom:link href="http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode</link>
	<description>Sharing our knowledge</description>
	<pubDate>Fri, 04 Jul 2008 19:45:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1923</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Tue, 11 Sep 2007 01:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1923</guid>
		<description>AFAIK, Ajax assembly need to install to GAC of that machine. If your server is not dedicated one, you will need to talk with hosting company to install Ajax in their server....

I recommended you to try discountasp.net for ASP.NET ajax web site....</description>
		<content:encoded><![CDATA[<p>AFAIK, Ajax assembly need to install to GAC of that machine. If your server is not dedicated one, you will need to talk with hosting company to install Ajax in their server&#8230;.</p>
<p>I recommended you to try discountasp.net for ASP.NET ajax web site&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caty</title>
		<link>http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1924</link>
		<dc:creator>caty</dc:creator>
		<pubDate>Mon, 10 Sep 2007 16:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1924</guid>
		<description>my site is in production now dlslive.com, but for some reason when i compile through FTP, it didnt work like before, i dont know what is happen, bec the code is the same, i didnt change anything, the files are in the server in other machine, i work in mine but with ftp i work remote with the files, i think the problem was when i compile before that it was ok, HELP???</description>
		<content:encoded><![CDATA[<p>my site is in production now dlslive.com, but for some reason when i compile through FTP, it didnt work like before, i dont know what is happen, bec the code is the same, i didnt change anything, the files are in the server in other machine, i work in mine but with ftp i work remote with the files, i think the problem was when i compile before that it was ok, HELP???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jared</title>
		<link>http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1920</link>
		<dc:creator>jared</dc:creator>
		<pubDate>Mon, 18 Jun 2007 23:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1920</guid>
		<description>Hey Mike,

The link to "Build your own modded System.Web.Extensions.dll" doesn't seem to be working anymore.  I'm running into some problems when trying to compile the source code.  Do you happen to remember any of the highlights from that article?

thanks,

jared</description>
		<content:encoded><![CDATA[<p>Hey Mike,</p>
<p>The link to &#8220;Build your own modded System.Web.Extensions.dll&#8221; doesn&#8217;t seem to be working anymore.  I&#8217;m running into some problems when trying to compile the source code.  Do you happen to remember any of the highlights from that article?</p>
<p>thanks,</p>
<p>jared</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1918</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Tue, 13 Feb 2007 07:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1918</guid>
		<description>Hi Boris ,

Note: Please dont post any question in  GuestBook page. Thanks.

I was also facing that problem. after some time, i found the solution to solve that prob. I also discussed with some people about that probs in DevX forum.  Plz chk it out.

http://forums.devx.com/showthread.php?t=144149


If that solution doesn't work for you then let me know which format type you are using for storing in db. Note that if you are saving bmp then you hav to remove some parts from binary file.

maybe.. you may attach ur database with some sample data. i will take a look when i hav some time...</description>
		<content:encoded><![CDATA[<p>Hi Boris ,</p>
<p>Note: Please dont post any question in  GuestBook page. Thanks.</p>
<p>I was also facing that problem. after some time, i found the solution to solve that prob. I also discussed with some people about that probs in DevX forum.  Plz chk it out.</p>
<p><a href="http://forums.devx.com/showthread.php?t=144149" rel="nofollow">http://forums.devx.com/showthread.php?t=144149</a></p>
<p>If that solution doesn&#8217;t work for you then let me know which format type you are using for storing in db. Note that if you are saving bmp then you hav to remove some parts from binary file.</p>
<p>maybe.. you may attach ur database with some sample data. i will take a look when i hav some time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1919</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Tue, 13 Feb 2007 07:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1919</guid>
		<description>Hello!

I have an OLE Object in my table, that may be jpg, doc, xml file.

In case of jpg I'd like to show it (VS2005 Visual basic).

I did next (not full code):



Dim ms AsNew MemoryStream()

Dim reader As OleDbDataReader = cmd.ExecuteReader(CommandBehavior.SequentialAccess )

reader.Read()

retval = reader.GetBytes(0, 0, outbyte, 0, bufferSize)

ms.Write(outbyte, 0, retval)

ms.Seek(0, SeekOrigin.Begin)

curImage = Image.FromStream(ms)----&#62; error "Parameter is not valid."

I do not see the fault. Please help.

Note: Removed from Guest Book. ~Mike.</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I have an OLE Object in my table, that may be jpg, doc, xml file.</p>
<p>In case of jpg I&#8217;d like to show it (VS2005 Visual basic).</p>
<p>I did next (not full code):</p>
<p>Dim ms AsNew MemoryStream()</p>
<p>Dim reader As OleDbDataReader = cmd.ExecuteReader(CommandBehavior.SequentialAccess )</p>
<p>reader.Read()</p>
<p>retval = reader.GetBytes(0, 0, outbyte, 0, bufferSize)</p>
<p>ms.Write(outbyte, 0, retval)</p>
<p>ms.Seek(0, SeekOrigin.Begin)</p>
<p>curImage = Image.FromStream(ms)&#8212;-&gt; error &#8220;Parameter is not valid.&#8221;</p>
<p>I do not see the fault. Please help.</p>
<p>Note: Removed from Guest Book. ~Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1917</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Tue, 13 Feb 2007 02:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1917</guid>
		<description>Thanks. man.. I hav added ur link in my blog..</description>
		<content:encoded><![CDATA[<p>Thanks. man.. I hav added ur link in my blog..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freelance Cynic</title>
		<link>http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1916</link>
		<dc:creator>Freelance Cynic</dc:creator>
		<pubDate>Sun, 11 Feb 2007 11:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/02/09/microsoft-aspnet-ajax-sourcecode#comment-1916</guid>
		<description>Hmm, some of the technical entries here may confuse a lot of my readers, they confuse me and I have a computer science degree! Your intelligence threatens me..

But your funny entries are more than worth a link. :) so consider us link buddies.</description>
		<content:encoded><![CDATA[<p>Hmm, some of the technical entries here may confuse a lot of my readers, they confuse me and I have a computer science degree! Your intelligence threatens me..</p>
<p>But your funny entries are more than worth a link. <img src='http://michaelsync.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> so consider us link buddies.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
