<?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"
	>

<channel>
	<title>Fransiscus Setiawan .NET Blog &#187; Others</title>
	<atom:link href="http://fransiscuss.com/category/others/feed/" rel="self" type="application/rss+xml" />
	<link>http://fransiscuss.com</link>
	<description>My notepad to share knowledge with others</description>
	<pubDate>Tue, 17 Aug 2010 05:28:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Disabling Time Synchronization of Virtual PC image</title>
		<link>http://fransiscuss.com/disabling-time-synchronization-of-virtual-pc-image/</link>
		<comments>http://fransiscuss.com/disabling-time-synchronization-of-virtual-pc-image/#comments</comments>
		<pubDate>Thu, 14 May 2009 07:21:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://fransiscuss.com/?p=208</guid>
		<description><![CDATA[I was having the problem where I tried to change the date and time on my VPC environment, it keeps resetting it back. To resolve the issue, you need to edit the *.VMC file and add the highlighted section below, resave the file and launch your VPC.
&#60;integration&#62;
    &#60;microsoft&#62;
        &#60;mouse&#62;
            &#60;allow type=&#8221;boolean&#8221;&#62;true&#60;/allow&#62;
        &#60;/mouse&#62;
        &#60;components&#62;
            &#60;host_time_sync&#62;
                &#60;enabled [...]]]></description>
			<content:encoded><![CDATA[<p>I was having the problem where I tried to change the date and time on my VPC environment, it keeps resetting it back. To resolve the issue, you need to edit the *.VMC file and add the highlighted section below, resave the file and launch your VPC.</p>
<p><span style="color: #000080; font-family: Courier New;">&lt;integration&gt;<br />
    &lt;microsoft&gt;<br />
        &lt;mouse&gt;<br />
            &lt;allow type=&#8221;boolean&#8221;&gt;true&lt;/allow&gt;<br />
        &lt;/mouse&gt;<br />
     <strong>   &lt;components&gt;<br />
            &lt;host_time_sync&gt;<br />
                &lt;enabled type=&#8221;boolean&#8221;&gt;false&lt;/enabled&gt;<br />
            &lt;/host_time_sync&gt;<br />
        &lt;/components&gt;</strong> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://fransiscuss.com/disabling-time-synchronization-of-virtual-pc-image/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Another Entry to My Blog</title>
		<link>http://fransiscuss.com/another-entry-to-my-blog/</link>
		<comments>http://fransiscuss.com/another-entry-to-my-blog/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 01:15:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://fransiscuss.com/?p=159</guid>
		<description><![CDATA[I&#8217;ve decided to buy a domain which basically link to the same server. My new domain is http://www.fransiscus.com.au and at the same time I&#8217;ll migrate my content from Joomla to Wordpress .I will try to blog more and writing a better blog to share more .NET knowledge with everyone. I feel so excited to move [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to buy a domain which basically link to the same server. My new domain is <a href="http://www.fransiscus.com.au" target="_blank">http://www.fransiscus.com.au</a> and at the same time I&#8217;ll migrate my content from Joomla to Wordpress .I will try to blog more and writing a better blog to share more .NET knowledge with everyone. I feel so excited to move to my new workplace on the 8th september 2008 <img src='http://fransiscuss.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> and I hope new place = new project = new knowledge to be shared with everyone</p>
]]></content:encoded>
			<wfw:commentRss>http://fransiscuss.com/another-entry-to-my-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Undo compressing old files by windows</title>
		<link>http://fransiscuss.com/undo-compressing-old-files-by-windows/</link>
		<comments>http://fransiscuss.com/undo-compressing-old-files-by-windows/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 07:37:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Others]]></category>

		<category><![CDATA[compress]]></category>

		<guid isPermaLink="false">http://fransiscuss.com/?p=102</guid>
		<description><![CDATA[My computer was losing its graphic card driver and somehow losing sound as well and I realised that i&#8217;ve been compressing the old files via disk clean up. 
I thought i want to do reformat my PC, I tried to google to undo the compressing old files by windows and I&#8217;ve found that you need [...]]]></description>
			<content:encoded><![CDATA[<p>My computer was losing its graphic card driver and somehow losing sound as well and I realised that i&#8217;ve been compressing the old files via disk clean up. </p>
<p>I thought i want to do reformat my PC, I tried to google to undo the compressing old files by windows and I&#8217;ve found that you need to run this from the command prompt. It will uncompress all the old files that has been compressed through windows disk clean up.I wonder why they don&#8217;t create a functionality to undo this.  </p>
<p>C:\>compact /u /s /a /q /i *.* </p>
]]></content:encoded>
			<wfw:commentRss>http://fransiscuss.com/undo-compressing-old-files-by-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>COMException (0&#215;80040154): Retrieving the COM class factory for component with CLSID</title>
		<link>http://fransiscuss.com/comexception-0x80040154-retrieving-the-com-class-factory-for-component-with-clsid/</link>
		<comments>http://fransiscuss.com/comexception-0x80040154-retrieving-the-com-class-factory-for-component-with-clsid/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 03:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[Others]]></category>

		<category><![CDATA[COM]]></category>

		<category><![CDATA[INTEROP]]></category>

		<guid isPermaLink="false">http://fransiscuss.com/?p=48</guid>
		<description><![CDATA[I&#8217;ve got this error when i tried to deploy my service with .NET wrapper for VB6 component : 
System.Runtime.InteropServices.COMException (0&#215;80040154): Retrieving the COM class factory for component with CLSID {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} failed due to the following error: 80040154.
The workaround of this problem are:
Go to regedit and check for this entry  {D8749532-0D3D-43B6-973C-C1D62BB6B3C7} ,(replace this with your [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got this error when i tried to deploy my service with .NET wrapper for VB6 component : <strong><br />
System.Runtime.InteropServices.COMException (0&#215;80040154): Retrieving the COM class factory for component with CLSID {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} failed due to the following error: 80040154</strong>.</p>
<p>The workaround of this problem are:</p>
<li>Go to regedit and check for this entry  {D8749532-0D3D-43B6-973C-C1D62BB6B3C7} ,(replace this with your clsid key) which is under &#8220;\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID&#8221;, If it is not exist then it almost certainly that you haven&#8217;t registered your VB6 component it self</li>
<li>
Now you need to go to your project folder and find a reference folder and then copy the DLL that you created before (there will be several DLL under that folder, I believe you need to pick DLL with the largest size) and copy it to the same folder with your .NET DLL on production server</li>
<li>
Register that DLL using <strong>&#8220;regsvr32 filename&#8221; (e.g regsvr32 APLCryptoCore.dll)</strong> and then restart your service and then it should be working </li>
]]></content:encoded>
			<wfw:commentRss>http://fransiscuss.com/comexception-0x80040154-retrieving-the-com-class-factory-for-component-with-clsid/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dynamic array in VB/VB.NET/ASP</title>
		<link>http://fransiscuss.com/dynamic-array-in-vbvbnetasp/</link>
		<comments>http://fransiscuss.com/dynamic-array-in-vbvbnetasp/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 01:55:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[Others]]></category>

		<category><![CDATA[VB.NET]]></category>

		<category><![CDATA[Array]]></category>

		<category><![CDATA[ASP]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://fransiscuss.com/?p=44</guid>
		<description><![CDATA[Time to go back to old school ASP, I found that i need to create an array that contains a list of languages from a table in database. I would like to make this array length as many as the number of rows in language table. yes you can do it through keyword of ReDim [...]]]></description>
			<content:encoded><![CDATA[<p>Time to go back to old school ASP, I found that i need to create an array that contains a list of languages from a table in database. I would like to make this array length as many as the number of rows in language table. yes you can do it through keyword of <strong>ReDim</strong> and <strong>Preserve</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
</pre></td><td class="code"><pre class="asp asp" style="font-family:monospace;">     <span style="color: #0000ff; font-weight: bold;">&lt;%</span>
                <span style="color: #990099; font-weight: bold;">dim</span> objLanguage
                <span style="color: #990099; font-weight: bold;">dim</span> languageCount
                <span style="color: #990099; font-weight: bold;">dim</span> languageArray<span style="color: #006600; font-weight:bold">&#40;</span><span style="color: #006600; font-weight:bold">&#41;</span>
&nbsp;
                languageCount <span style="color: #006600; font-weight: bold">=</span> 0
&nbsp;
                <span style="color: #990099; font-weight: bold;">set</span> objLanguage <span style="color: #006600; font-weight: bold">=</span> <span style="color: #990099; font-weight: bold;">Server</span>.<span style="color: #330066;">CreateObject</span><span style="color: #006600; font-weight:bold">&#40;</span><span style="color: #cc0000;">&quot;ADODB.Recordset&quot;</span><span style="color: #006600; font-weight:bold">&#41;</span>
                objLanguage.<span style="color: #9900cc;">ActiveConnection</span> <span style="color: #006600; font-weight: bold">=</span> MM_CTG_STRING
                objLanguage.<span style="color: #9900cc;">Source</span> <span style="color: #006600; font-weight: bold">=</span> <span style="color: #cc0000;">&quot;SELECT * FROM Languages&quot;</span>
                objLanguage.<span style="color: #9900cc;">CursorType</span> <span style="color: #006600; font-weight: bold">=</span> 0
                objLanguage.<span style="color: #9900cc;">CursorLocation</span> <span style="color: #006600; font-weight: bold">=</span> <span style="color: #800000;">2</span>
                objLanguage.<span style="color: #9900cc;">LockType</span> <span style="color: #006600; font-weight: bold">=</span> <span style="color: #800000;">3</span>
                objLanguage.<span style="color: #330066;">Open</span><span style="color: #006600; font-weight:bold">&#40;</span><span style="color: #006600; font-weight:bold">&#41;</span>
&nbsp;
                <span style="color: #990099; font-weight: bold;">WHILE</span> <span style="color: #990099; font-weight: bold;">NOT</span> objLanguage.<span style="color: #0000ff; font-weight: bold;">EOF</span>
                    <span style="color: #990099; font-weight: bold;">response</span>.<span style="color: #330066;">Write</span><span style="color: #006600; font-weight:bold">&#40;</span><span style="color: #cc0000;">&quot;&lt;td&gt;&lt;p class='fieldTitle'&gt;&quot;</span><span style="color: #006600; font-weight:bold">&#41;</span>
                    <span style="color: #990099; font-weight: bold;">response</span>.<span style="color: #330066;">Write</span><span style="color: #006600; font-weight:bold">&#40;</span>objLanguage<span style="color: #006600; font-weight:bold">&#40;</span><span style="color: #cc0000;">&quot;Language&quot;</span><span style="color: #006600; font-weight:bold">&#41;</span><span style="color: #006600; font-weight:bold">&#41;</span>
                    <span style="color: #990099; font-weight: bold;">response</span>.<span style="color: #330066;">Write</span><span style="color: #006600; font-weight:bold">&#40;</span><span style="color: #cc0000;">&quot;&lt;/p&gt;&lt;/td&gt;&quot;</span><span style="color: #006600; font-weight:bold">&#41;</span>
&nbsp;
                    <span style="color: #990099; font-weight: bold;">ReDim</span> <span style="color: #990099; font-weight: bold;">Preserve</span> languageArray<span style="color: #006600; font-weight:bold">&#40;</span>languageCount<span style="color: #006600; font-weight:bold">&#41;</span>
                    languageArray<span style="color: #006600; font-weight:bold">&#40;</span>languageCount<span style="color: #006600; font-weight:bold">&#41;</span> <span style="color: #006600; font-weight: bold">=</span> objLanguage<span style="color: #006600; font-weight:bold">&#40;</span><span style="color: #cc0000;">&quot;LanguageID&quot;</span><span style="color: #006600; font-weight:bold">&#41;</span>
                    languageCount <span style="color: #006600; font-weight: bold">=</span> languageCount + <span style="color: #800000;">1</span>
                    objLanguage.<span style="color: #330066;">MoveNext</span><span style="color: #006600; font-weight:bold">&#40;</span><span style="color: #006600; font-weight:bold">&#41;</span>
                <span style="color: #990099; font-weight: bold;">WEND</span>
&nbsp;
                objLanguage.<span style="color: #330066;">Close</span><span style="color: #006600; font-weight:bold">&#40;</span><span style="color: #006600; font-weight:bold">&#41;</span>
                <span style="color: #990099; font-weight: bold;">Set</span> objLanguage <span style="color: #006600; font-weight: bold">=</span> <span style="color: #0000ff; font-weight: bold;">nothing</span>
            <span style="color: #0000ff; font-weight: bold;">%&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://fransiscuss.com/dynamic-array-in-vbvbnetasp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>App_GlobalResources maps to a directory outside this application, which is not supported</title>
		<link>http://fransiscuss.com/app_globalresources-maps-to-a-directory-outside-this-application-which-is-not-supported/</link>
		<comments>http://fransiscuss.com/app_globalresources-maps-to-a-directory-outside-this-application-which-is-not-supported/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 01:46:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[Others]]></category>

		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://fransiscuss.com/?p=38</guid>
		<description><![CDATA[I got this error when i switched the default web server in visual studio to use IIS instead of visual studio integrated web server. To fix this error is by changing the IIS Default Web Site Properties in (Home Directory -> Local Path). Remove any &#8220;\&#8221; character at the end of the directory. IIS will [...]]]></description>
			<content:encoded><![CDATA[<p>I got this error when i switched the default web server in visual studio to use IIS instead of visual studio integrated web server. To fix this error is by changing the IIS Default Web Site Properties in (<strong>Home Directory -> Local Path</strong>). Remove any <strong>&#8220;\&#8221;</strong> character at the end of the directory. IIS will automatically add one which causing double <strong>&#8220;//&#8221;</strong> at then end and it causes problem if you manually add one before. You can check Default <strong>Web Site Properties -> ASP.NET -> File Location for actual setting information </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://fransiscuss.com/app_globalresources-maps-to-a-directory-outside-this-application-which-is-not-supported/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Controlling PDF document through parameter</title>
		<link>http://fransiscuss.com/controlling-pdf-document-through-parameter/</link>
		<comments>http://fransiscuss.com/controlling-pdf-document-through-parameter/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 21:54:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Others]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://fransiscuss.com/?p=25</guid>
		<description><![CDATA[It&#8217;s a simple thing but might be essential. Sometimes you would like to have a link to your pdf document into a particular page. This is how you can do it. Add &#8220;page=&#8221; and the page no. This is the example
http://www.adobe.com/prodlist.pdf#page=3
For the full documentation about controlling the page size, you can download it from Adobe [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a simple thing but might be essential. Sometimes you would like to have a link to your pdf document into a particular page. This is how you can do it. Add &#8220;page=&#8221; and the page no. This is the example</p>
<p><a href="http://www.adobe.com/prodlist.pdf#page=3" target="_blank">http://www.adobe.com/prodlist.pdf#page=3</a></p>
<p>For the full documentation about controlling the page size, you can download it from Adobe directly by clicking <a href=" http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf " target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fransiscuss.com/controlling-pdf-document-through-parameter/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
