<?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>Good ITea :: MS Tech Share &#187; .net</title>
	<atom:link href="http://blog.lansea-chu.com/index.php/archives/tag/net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.lansea-chu.com</link>
	<description>Good Idea from Good ITea</description>
	<lastBuildDate>Tue, 27 Jul 2010 21:51:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[.NET]強制移除VS2008與所有2008版本的相關項目</title>
		<link>http://blog.lansea-chu.com/index.php/archives/637</link>
		<comments>http://blog.lansea-chu.com/index.php/archives/637#comments</comments>
		<pubDate>Tue, 25 May 2010 06:53:40 +0000</pubDate>
		<dc:creator>Lansea.Chu</dc:creator>
				<category><![CDATA[.NET程式設計]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://blog.lansea-chu.com/?p=637</guid>
		<description><![CDATA[這幾天要移除掉VS2008改安裝為VS2010
發現VS2008移除不掉
一直產生 載入安裝元件發生錯誤 無法移除 的錯誤,
上網找到了微軟有提供這個移除用的程式
除了可以強制移除VS2008外，還可以順便移除掉VS2008殘留下來沒用的程式
不用一個一個手動移除了
程式可以在這兒下載　http://go.microsoft.com/fwlink/?LinkId=105801
]]></description>
			<content:encoded><![CDATA[<p>這幾天要移除掉VS2008改安裝為VS2010</p>
<p>發現VS2008移除不掉</p>
<p>一直產生 <strong>載入安裝元件發生錯誤 無法移除</strong> 的錯誤,</p>
<p>上網找到了微軟有提供這個移除用的程式</p>
<p>除了可以強制移除VS2008外，還可以順便移除掉VS2008殘留下來沒用的程式</p>
<p>不用一個一個手動移除了</p>
<p>程式可以在這兒下載　<a title="http://go.microsoft.com/fwlink/?LinkId=105801" href="http://go.microsoft.com/fwlink/?LinkId=105801">http://go.microsoft.com/fwlink/?LinkId=105801</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lansea-chu.com/index.php/archives/637/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ASP.NET]Crystal Report 上傳到其它主機後無法執行</title>
		<link>http://blog.lansea-chu.com/index.php/archives/206</link>
		<comments>http://blog.lansea-chu.com/index.php/archives/206#comments</comments>
		<pubDate>Fri, 23 Jan 2009 09:31:57 +0000</pubDate>
		<dc:creator>Lansea.Chu</dc:creator>
				<category><![CDATA[.NET程式設計]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[crystal]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[主機]]></category>
		<category><![CDATA[無法]]></category>
		<category><![CDATA[載入]]></category>

		<guid isPermaLink="false">http://blog.lansea-chu.com/?p=206</guid>
		<description><![CDATA[這是因為該主機上沒有裝Crystal Report.NET的可轉散發套件，
就是俗稱的runtime啦:)

那麼，該怎麼裝呢。
首先您必須在該設計的電腦上找到
C:\Program Files\Microsoft Visual Studio 9.0\Crystal Reports\
(以VS2008為例，若為2005，則為8.0)
這個資料夾，接著會看到CRRedist目錄，
裡面就會有您的設計機的處理器類型的可轉散發套件了
若要執行的主機是64位元的，則要想辦法從64位元的VS中拿出這個套件唷。
在這裡本人提供64位元的2008版本下載。
PS. Crystal Report.NET與 CrystalReport 的授權方式有些不同。
在這僅是讀取元件的部分，因此這個可轉散發套件
就如同Flash Player，是可以轉散發的！
請點擊以下下載點從Skydrive取得檔案

]]></description>
			<content:encoded><![CDATA[<p>這是因為該主機上沒有裝Crystal Report.NET的可轉散發套件，</p>
<p>就是俗稱的runtime啦:)<br />
<span id="more-206"></span></p>
<p>那麼，該怎麼裝呢。</p>
<p>首先您必須在該設計的電腦上找到<br />
<strong>C:\Program Files\Microsoft Visual Studio 9.0\Crystal Reports\</strong><br />
(以VS2008為例，若為2005，則為8.0)<br />
這個資料夾，接著會看到CRRedist目錄，<br />
裡面就會有您的設計機的處理器類型的可轉散發套件了</p>
<p>若要執行的主機是64位元的，則要想辦法從64位元的VS中拿出這個套件唷。</p>
<p>在這裡本人提供64位元的2008版本下載。<br />
PS. Crystal Report.NET與 CrystalReport 的授權方式有些不同。<br />
在這僅是讀取元件的部分，因此這個可轉散發套件<br />
就如同Flash Player，是可以轉散發的！</p>
<p>請點擊以下下載點從Skydrive取得檔案</p>
<p><iframe scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="width:240px;height:66px;margin:3px;padding:0;border:1px solid #dde5e9;background-color:#ffffff;" src="http://cid-5a40dd78df47f561.skydrive.live.com/embedrowdetail.aspx/%e9%83%a8%e8%90%bd%e6%a0%bc%e5%88%86%e4%ba%ab%e6%aa%94%e6%a1%88/IA64.zip"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lansea-chu.com/index.php/archives/206/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[ASP.NET]使用ASP.NET連結MySQL時,中文出現亂碼解決方式</title>
		<link>http://blog.lansea-chu.com/index.php/archives/100</link>
		<comments>http://blog.lansea-chu.com/index.php/archives/100#comments</comments>
		<pubDate>Thu, 14 Aug 2008 12:26:28 +0000</pubDate>
		<dc:creator>Lansea.Chu</dc:creator>
				<category><![CDATA[.NET程式設計]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[主機]]></category>
		<category><![CDATA[亂碼]]></category>
		<category><![CDATA[國外]]></category>

		<guid isPermaLink="false">http://blog.lansea-chu.com/?p=100</guid>
		<description><![CDATA[這次做一個系統，
要用到ASP.NET連結Mysql
但發現寫入資料庫的資料只要是中文都是亂碼，
做了一點處理，分享解決辦法出來給大家

於是我改了整個資料庫（包含資料表，欄位）的效對為UTF-8，
但仍然一樣，寫入的資料都為亂碼，
後來解決的方法是，
更改Mysql連線字串如以下(原來每次連線都得指定編碼)
server=localhost;user id=[帳號]; password=[密碼];database=[資料庫]; pooling=false;CharSet=utf8;
最重要的地方是最後面的 CharSet 需為您的編碼。
]]></description>
			<content:encoded><![CDATA[<p>這次做一個系統，</p>
<p>要用到ASP.NET連結Mysql</p>
<p>但發現寫入資料庫的資料只要是中文都是亂碼，</p>
<p>做了一點處理，分享解決辦法出來給大家</p>
<p><span id="more-100"></span></p>
<p>於是我改了整個資料庫（包含資料表，欄位）的效對為UTF-8，</p>
<p>但仍然一樣，寫入的資料都為亂碼，</p>
<p>後來解決的方法是，</p>
<p>更改Mysql連線字串如以下(原來每次連線都得指定編碼)</p>
<p>server=localhost;user id=[帳號]; password=[密碼];database=[資料庫]; pooling=false;<span style="color: #ff0000;">CharSet=utf8</span>;</p>
<p>最重要的地方是最後面的 CharSet 需為您的編碼。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lansea-chu.com/index.php/archives/100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
