<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Information City &#187; Programming</title>
	<atom:link href="http://www.infoct.net/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infoct.net</link>
	<description>Community Interest</description>
	<lastBuildDate>Tue, 24 Jan 2012 02:46:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Convert string to MD5 hash</title>
		<link>http://www.infoct.net/2012/01/05/convert-string-to-md5-hash/</link>
		<comments>http://www.infoct.net/2012/01/05/convert-string-to-md5-hash/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 06:29:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=501</guid>
		<description><![CDATA[Thought this could be useful in near future, reposting this for my own reference: &#8216; calculate the MD5 hash of a given string &#8216; the string is first converted to a byte array Public Function MD5CalcString(ByVal strData As String) As String Dim objMD5 As New System.Security.Cryptography.MD5CryptoServiceProvider Dim arrData() As Byte Dim arrHash() As Byte &#8216; [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2012/01/05/convert-string-to-md5-hash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN Error: Can&#8217;t open &#8216;temp/tempfile.tmp&#8217;: Access is denied</title>
		<link>http://www.infoct.net/2011/12/27/svn-error-cant-open-temptempfile-tmp-access-is-denied/</link>
		<comments>http://www.infoct.net/2011/12/27/svn-error-cant-open-temptempfile-tmp-access-is-denied/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 05:44:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Tortoise]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=499</guid>
		<description><![CDATA[Was trying to check in a new folder but got rejected with the error as per subject. Searching through Google found out the error was infamous with McAfee due to file-protection. If you&#8217;ve access to McAfee, you probably might want to disable it first, then reactivate it after SVN check in. But if that is [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/12/27/svn-error-cant-open-temptempfile-tmp-access-is-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET: System.Security.XmlSyntaxException &#8211; Invalid syntax.</title>
		<link>http://www.infoct.net/2011/09/08/asp-net-system-security-xmlsyntaxexception-invalid-syntax/</link>
		<comments>http://www.infoct.net/2011/09/08/asp-net-system-security-xmlsyntaxexception-invalid-syntax/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 09:21:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=456</guid>
		<description><![CDATA[It was a normal weekday and I was just wanted to start my development work. While I was trying to run a web application, this abnormal behavior crops up. It was still working fine the day before and nothing changed since then. What could possibly went wrong? Looking through the event viewer, manage to find [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/09/08/asp-net-system-security-xmlsyntaxexception-invalid-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Window Search Service: The entry in the hash map cannot be updated.</title>
		<link>http://www.infoct.net/2011/09/05/window-search-service-the-entry-in-the-hash-map-cannot-be-updated/</link>
		<comments>http://www.infoct.net/2011/09/05/window-search-service-the-entry-in-the-hash-map-cannot-be-updated/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 13:27:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=454</guid>
		<description><![CDATA[Was getting this error in my event viewer log and it&#8217;s creating quite frequently: The entry in the hash map cannot be updated. Context: Application, SystemIndex Catalog Details: A device attached to the system is not functioning. (0x8007001f) For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp Proceeded to Google &#8220;Sensei&#8220;, found out that [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/09/05/window-search-service-the-entry-in-the-hash-map-cannot-be-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS infamous phantom error: Server Unavailable</title>
		<link>http://www.infoct.net/2011/08/04/iis-infamous-phantom-error-server-unavailable/</link>
		<comments>http://www.infoct.net/2011/08/04/iis-infamous-phantom-error-server-unavailable/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 08:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[DEBUG]]></category>
		<category><![CDATA[IIS 6]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=441</guid>
		<description><![CDATA[Was assigned a task and upon finish downloading the project, an attempt to debug the projects shows a message box with contents like &#8220;unable to start debugging on the same web server&#8221;. Browsing through the error, one of the point which drives to delve further what&#8217;s the root cause of it, here it goes &#8220;An [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/08/04/iis-infamous-phantom-error-server-unavailable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET &#8211; Breakpoint Type Not Supported</title>
		<link>http://www.infoct.net/2011/08/02/asp-net-breakpoint-type-not-supported/</link>
		<comments>http://www.infoct.net/2011/08/02/asp-net-breakpoint-type-not-supported/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 14:05:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=438</guid>
		<description><![CDATA[Trying to debug one of existing web project and prompted below error: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Microsoft Visual Studio &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; The following breakpoint cannot be set: (new breakpoint) Breakpoint Type Not Supported. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; OK &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; It&#8217;s the text copied from message box. Proceed to (Debug > Disable All Breakpoints) and rebuild the project before attempting for debug should [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/08/02/asp-net-breakpoint-type-not-supported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PrestaShop on Windows PC</title>
		<link>http://www.infoct.net/2011/08/02/installing-prestashop-on-windows-pc/</link>
		<comments>http://www.infoct.net/2011/08/02/installing-prestashop-on-windows-pc/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 13:50:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=433</guid>
		<description><![CDATA[A friend recently ask me on this. I still remember, those days in order to setup a php hosting up on windows, there are plenty of configuration to do for both the apache and php to work together. Not to mention, that have not include getting up the MySQL. But things are getting more friendly [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/08/02/installing-prestashop-on-windows-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hitting errors when creating connection from crystal report and ms report to MS access DB</title>
		<link>http://www.infoct.net/2011/05/31/hitting-errors-when-creating-connection-from-crystal-report-and-ms-report-to-ms-access-db/</link>
		<comments>http://www.infoct.net/2011/05/31/hitting-errors-when-creating-connection-from-crystal-report-and-ms-report-to-ms-access-db/#comments</comments>
		<pubDate>Tue, 31 May 2011 07:08:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[crystal report]]></category>
		<category><![CDATA[Microsoft Reporting]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=370</guid>
		<description><![CDATA[Prompted with the below error when creating new connection to MS Access DB using Crystal Report: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Crystal Reports ActiveX Designer &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Logon failed. Details: ADO Error Code: 0x Source: Microsoft JET Database Engine Description: Cannot start your application. The workgroup information file is missing or opened exclusively by another user. SQL State: 3028 Native [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/05/31/hitting-errors-when-creating-connection-from-crystal-report-and-ms-report-to-ms-access-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot open database &#8220;ASPState&#8221; requested by the login. The login failed. Login failed for user &#8216;sa&#8217;</title>
		<link>http://www.infoct.net/2011/05/07/cannot-open-database-aspstate-requested-by-the-login-the-login-failed-login-failed-for-user-sa/</link>
		<comments>http://www.infoct.net/2011/05/07/cannot-open-database-aspstate-requested-by-the-login-the-login-failed-login-failed-for-user-sa/#comments</comments>
		<pubDate>Fri, 06 May 2011 16:21:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASPSTATE]]></category>
		<category><![CDATA[MSSQL 2008 R2]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=360</guid>
		<description><![CDATA[Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Cannot open database &#8220;ASPState&#8221; requested by the login. The login failed. Login failed for user &#8216;sa&#8217;. Prompted with the infamous error [...]]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/05/07/cannot-open-database-aspstate-requested-by-the-login-the-login-failed-login-failed-for-user-sa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ajax plugin</title>
		<link>http://www.infoct.net/2011/03/31/ajax-plugin/</link>
		<comments>http://www.infoct.net/2011/03/31/ajax-plugin/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 08:24:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.infoct.net/?p=357</guid>
		<description><![CDATA[Found this article which share quite a hefty of open source resources. Bookmarking it for reference later. Go take a look if you&#8217;re free.]]></description>
		<wfw:commentRss>http://www.infoct.net/2011/03/31/ajax-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

