<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>偵測 .Net/Mono 安裝目錄與 CLR 版本</title>
<link>http://blog.roodo.com/thinkingmore/archives/5994219.html/</link>
<description><![CDATA[參考自：How to determine the .NET installation directory and CLR version

env=System.Runtime.InteropServices.RuntimeEnvironment()
print env.GetRuntimeDirectory()
print env.GetSystemVersion()
print env.SystemConfigurationFile
// 輸出結果 (Ubuntu 8.04 + Mono 1.2.6)
// /usr/lib/mono/2.0
// v2.0.50727
// /etc/mono/2.0/machine.config

]]>
	</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/thinkingmore/archives/5994219-comment.xml" rel="self" type="application/rss+xml" />
<item>
	<title>回應：偵測 .Net/Mono 安裝目錄與 CLR 版本</title>
	<description><![CDATA[Dear 大大
關於上次mono的問題，謝謝您
現在遇到另個瓶頸，問題如下：
<a href='http://phorum.study-area.org/index.php/topic,51803.0.html' rel='nofollow'>http://phorum.study-area.org/index.php/topic,51803.0.html</a>

能否協助，因為公司要測試在linux上run asp.net
連結mysql，拜託大大幫幫忙了，感謝您~]]>
	</description>
	<link>http://blog.roodo.com/thinkingmore/archives/5994219.html</link>
	<guid>http://blog.roodo.com/thinkingmore/archives/5994219.html#comment-16428297</guid>
	<author>sugsay@gmail.com(sugsay)</author>	<category>文章回應</category>
	<pubDate>Thu, 15 May 2008 16:25:32 +0800</pubDate>
</item>
</channel>
</rss>