Welcome to MSDN Blogs Sign in | Join | Help

November 2007 - Posts

.NET Framework 2.0 SP1 & 3.0 SP1

隨著 VS 2008 & .NET Framework 3.5 正式 RTM 之後 .NET Framework 2.0 SP1 & .NET Framework 3.0 SP1 來囉 Microsoft .NET Framework 2.0 Service Pack 1 Microsoft .NET Framework 2.0 Service Pack 1 provides cumulative roll-up updates for customer reported issues
Posted by jchiou | 0 Comments
Filed under: ,

Windows 2008 英文版如何正常顯示繁體中文

相信現在有許多的朋友將自己公司的應用程式開始在 Windows 2008 上做測試,有些朋友一定會遇到應用程式無法在 Windows 2008 上正常顯示繁體中文的問題,但上網或到 MSDN 中都沒有找到繁體中文的語言套件。 其實只要一個小小的設定即可以讓 Windows 2008 英文版正常顯示繁體中文,步驟如下: Control Panel => Regional and Language Options => Administrative => Change system
Posted by jchiou | 0 Comments
Filed under:

微軟技術支援部尋找人才...我們需要你

各位朋友大家好: 微軟全球技術支援中心尋找有開發專長的人才, 我們需要你 詳細說明: CSS Telephone Presales Technical Support Engineer * 1 http://www.104.com.tw/jobbank/cust_job/job.cfm?jobnum=4006691&invoice=23525730000&intro=1&jobsource=checkc&page=1 Support Engineer (Developer)
Posted by jchiou | 0 Comments

VBA 呼叫 managed code dll 出現 Automation 錯誤

問題描述: 使用 Visual Studio 2005 開發的一個 DLL,給 Excal 用 VBA 來使用, 在開發環境中測試都沒有問題 但部署到用戶端(有安裝 .NET Framework 2.0、沒有 VS 2005),執行就會出現錯誤 錯誤訊息: Microsoft Visual Basic --------------------------- Run-time error '-2146232576 (80131700)': Automation error ---------------------------
Posted by jchiou | 2 Comments

無法使用 Office Communicator 透過 LCS/OCS Public IM 與 MSN Messenger 溝通,MSN 聯絡人狀態顯示為”狀態未知 ”

徵狀 當您嘗試啟動Microsoft Office Communicator 軟體並透過Public IM與外界MSN連絡人溝通時, MSN聯絡人可能會顯示狀態未知的錯誤, 請確認是否與下列相似: 英文: 中文: 發生的原因 這個問題的發生原因之一, 可能是因為您是剛申請安裝的 Public IM 新用戶且系統尚未開通,一般需要最多三十天左右的開通時間,請確認您有收到來自lcsprovisioningsupport 所發出的”最後確認開通的郵件”才能開紿使用Public IM或您也可以直接洽詢 lcsvlops@microsoft.com
Posted by jchiou | 0 Comments

如何設定 Windows Server 2003 Service Pack 1 啟用 IIS 執行在 32 位元模式

Configuring IIS to Run 32-bit Applications on 64-bit Windows (IIS 6.0) Windows Server 2003 TM , Service Pack 1 enables IIS 6.0 to run 32-bit Web applications on 64-bit Windows using the Windows-32-on-Windows-64 (WOW64) compatibility layer. Steps: 1. Open
Posted by jchiou | 0 Comments
Filed under:

Visual Studio 2008 and the .NET Framework 3.5 were released to manufacturing (RTM).

The Wait for Visual Studio 2008 is Over! On Monday, Nov. 19 , Microsoft announced that Visual Studio 2008 and the .NET Framework 3.5 were released to manufacturing (RTM). With more than 250 new features,Visual Studio 2008 includes significant enhancements
Posted by jchiou | 1 Comments
Filed under: ,

SQL 2005 重要效能計數物件(Performance Counter)及建議值

列舉部份供參考: Object Counter Preferred Value Memory Available Mbytes > 100MB Paging File %Usage < 70% Process (sqlservr) %Privileged Time < 30% of %Processor Time (sqlservr) Processor %Privileged Time < 30% of Total %Processor Time PhysicalDisk
Posted by jchiou | 0 Comments
Filed under:

Microsoft SQL Server 2008 CTP, November 2007

Microsoft SQL Server 2008, the next release of Microsoft SQL Server, provides a comprehensive data platform that is more secure, reliable, manageable and scalable for your mission critical applications, while enabling developers to create new applications
Posted by jchiou | 1 Comments
Filed under:

Word 2007 Content Control Toolkit

This is a stand-alone, light-weight tool that opens any Word Open XML document (eg .docx) and lists all of the content controls inside of it. The XML parts are also displayed, and a mapping between the content controls and the XML nodes can be accomplished
Posted by jchiou | 1 Comments
Filed under:

Configuring Team Foundation Server to Use a Remote SharePoint Server

Many organizations’ data centers already maintain and manage a central set of Windows SharePoint Site servers, and restrict creation and deployment of new sites to this set of servers. Team Foundation Server requires installation of a SharePoint

好料的 - Visual Studio 2008 and .NET Framework 3.5 Training Kit

The Visual Studio 2008 and .NET Framework 3.5 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2008 features and a variety of framework technologies including: LINQ,

[FYI] The HTTP status codes in IIS 7.0

INTRODUCTION When you try to access content on a server that is running Internet Information Services (IIS) 7.0 by using HTTP, IIS 7.0 returns a numeric code that indicates the status of the response. The HTTP status code is recorded in the IIS log. Additionally,
Posted by jchiou | 1 Comments
Filed under: ,

如何動態取得伺服器上的 SQL Server 執行個體

運用場景: 有些朋友開發的軟體在安裝的過程中,會需要在安裝同時對資料庫做相關的操作,如新增資料庫等, 所以需要將該機器上所執行的 SQL Server 的執行個體皆列出,讓使用者選擇要安裝在那一個執行個體, 要達到這個需求的方法很多,筆者分享如何使用 SMO 來做到這個功能:   使用下列的程式碼需先引用 Microsoft.SqlServer.Smo 程式碼: using System; using System.Collections.Generic; using System.Text;
Posted by jchiou | 0 Comments

如何使用程式碼涵蓋範圍(Code Coverage)?

1. 從『測試』=>『編輯測試回合組態』=>選擇欲設定的組態 2. 在『程式碼涵蓋範圍』頁籤,選擇欲分析的組件(可以是 DLL、EXE) 3. 執行測試程式 4. 在『測試結果』中,點選執行完成的測試,右鍵,即可看到『程式碼涵蓋範圍結果』選項 5. 執行結果分析 下半部份的數字:這可以提供我們做個參考,但請小心,數字有時是可以做出來的。 原始程式碼檢查:可以利用『移至原始程式碼』,做個 Code review,請特別注意底色為 紅色 的程式碼區塊,很可能是程式碼有問題的地方 筆者的環境為
Posted by jchiou | 0 Comments
Filed under:

如何啟用程式碼分析(Code analysis)?

1. 從專案的屬性 2. 在『程式碼分析』的頁籤中,勾選『啟用程式碼分析』,並選擇要套用的規則 3. 可以重新建置專案,或是在專案上按右鍵,即可看到『執行程式碼分析』的選項 4. 分析的結果會出現在『錯誤清單』中 5. 也可以整合 Team Foundation Server,直接將這個問題建立成一個工作項目,讓相關的人員修改 筆者的環境為 Vista + Visual Studio 2005 Team Suit SP1 + Database Professional with SR1&Power
Posted by jchiou | 0 Comments
Filed under:

2007/12/04 微軟技術菁英學院 SQL Server 2005 系統效能調教

由於之前台北場額滿,在 12 月 4 日再加開一班,有興趣的朋友可以到下列網址看詳細資訊: http://www.microsoft.com/taiwan/partner/promo/ctsc/tech.aspx#sql 課程簡介: 此培訓課程中將針對 SQL Server 2005 系統效能調校做詳細的介紹其詳細內容如下: SQL 2005 效能調教概念及工具介紹 (含 Lab) CPU 效能瓶頸分析 (含 Lab) SQL 2005 記憶體及磁碟效能瓶頸分析 Blocking/Query 效能分析
Posted by jchiou | 0 Comments
Filed under:

[VSTT] 如何將 IE7 加入瀏覽器類型中?

筆者的環境為 Vista + Visual Studio 2005 Team Suit SP1 + Database Professional with SR1&Power Tool。 上回建立負載測試中,提及 VS 2005 預設並沒有 IE7 的瀏覽器類型可以使用,要如何增加呢? 步驟如下: 1) 移至 C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Templates\LoadTest\Browsers 2) 複製並貼上
Posted by jchiou | 0 Comments
Filed under:

SBS 2003 R2 上的 SQL 2005 Workgroup 是否有 Profiler 及 DTA

這些工具皆是在標準版以上的產品才有包含 所以在安裝 SQL Server 2005 Workgroup 版後,沒有看到 Profiler 及 Database Tuning Advisor是正常的, 但我們可以從別台有安裝 Profiler 的機器進行遠端收取資料 參考資訊: SQL Server 2005 Features Comparison http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
Posted by jchiou | 0 Comments
Filed under:

2008 Global Launch Wave - Vista Sidebar Gadget

http://www.wedsg.com/winclient/vistasidebargadget/download.htm Download the Vista Sidebar Gadget for your computer. Installing a new Sidebar Gadget is simple, just right click the download link and select "Save Target As..." unzip the downloaded file

Microsoft 現在提供 Works with Windows Server 2008 計劃

http://www.microsoft.com/taiwan/windowsserver2008/innovateonwindowsserver/WorksWithWinServer08.aspx 號外!Works with Windows Server 2008 計劃 除了 Certified for Windows Server 2008 標誌之外,Microsoft 現在提供 Works with Windows Server 2008 計劃。這個計劃建立與新 Windows Server
Posted by jchiou | 1 Comments
Filed under:

New MSDN Tester Center

The Microsoft Tester Center showcases the test discipline as an integral part of the application lifecycle, describes test roles and responsibilities, and promotes the test investments required to deliver high-quality software. http://msdn2.microsoft.com/en-us/testing/default.asp
Posted by jchiou | 1 Comments

微軟技術菁英學院又是啥東東啊?

GTSC Taiwan University 是微軟全球技術支援中心推出的專門為合作夥伴設計的訓練課程。 訓練教材由微軟全球技術支援中心的資深工程師整理編寫。他們根據豐富的技術支援經驗,從每日技術支援案例中整理出最常見的和最核心的問題。 與一般坊間的產品訓練課程不同的是,這個兼具實務性與技術性的進階訓練課程將幫助我們的合作夥伴更加有方法的進行專案的佈署,同時也增強技術人員在系統出現重大問題時解決問題,迅速有效的恢復企業資訊系統運作的能力。微軟希望可以通過這樣的訓練方式幫助合作夥伴建立成熟的專案部署能力,系統維護能力和解決問題的能力,進一步降低系統出錯的可能性。
Posted by jchiou | 1 Comments

微軟全球技術支援中心到底是什麼組織?

這兩天在中南部辦 SQL 2005 效能調校的課程,有許多的朋友詢問『微軟全球技術支援中心』,到底是什麼組織?好像很少聽到。讓筆者跟大家簡單介紹一下: 『微軟全球技術支援中心』 •提供全產品的線上技術支援服務 •五大微軟全球技術支援中心(美國,歐洲, 日本, 印度及大中華區) •大中華區擁有400+ 工程師(Support Engineer),工程師會有各自擅長的產品 http://support.microsoft.com/default.aspx
Posted by jchiou | 1 Comments

我有個超長的動態 SQL 查詢,超過 NVARCHAR(4000),有什麼方法可以讓我執行這個大字串

這個問題可以分 SQL 2000 及 SQL 2005 來看。 SQL 2005 可以使用 NVARCHAR(max) ,長度可以到 2GB !   SQL 2000 可以將大量較小的字串串聯在一起。請看以下範例: DECLARE @q1 NVARCHAR(4000), @q2 NVARCHAR(4000), @q3 NVARCHAR(4000) SET @q1 = 'SELECT...' SET @q2 = 'FROM...' SET @q3 = 'WHERE...' EXEC (@q1
Posted by jchiou | 1 Comments
Filed under:

SQL 2005 中有何方法可以找出封鎖的來源

有的。您可以使用 Dynamic Management Views (DMV) 指令碼找出鎖定和封鎖者。 -- script to show blocking and locks SELECT   t1.request_session_id AS spid,   t1.resource_type AS type,   t1.resource_database_id AS dbid,   (case resource_type    WHEN
Posted by jchiou | 0 Comments
Filed under:

如何使用 T-SQL 來找出 Total實體記憶體和可用實體記憶體的大小

只要執行下列查詢,就可以獲得您要找的資料 With VASummary(Size,Reserved,Free) AS (SELECT   Size = VaDump.Size,   Reserved = SUM(CASE(CONVERT(INT, VaDump.Base)^0)   WHEN 0 THEN 0 ELSE 1 END),   Free = SUM(CASE(CONVERT(INT, VaDump.Base)^0)   WHEN 0 THEN
Posted by jchiou | 0 Comments
Filed under:

SQL Server 與 64 位元作業系統

問: 如果我執行 64 位元版本的 Windows Server ® 作業系統,就必須使用 SQL Server 2000 Enterprise Edition (64 位元) 而不能使用 32 位元 SQL Server 2000,是嗎? 答: 從 SQL Server 2000 的觀點來看,唯一支援的原生 64 位元架構是 Intel 的 ia64。因此,SQL Server 2000 所謂的 64 位元支援是指 ia64。原生 64 位元 ia64 唯一支援的 SQL Server
Posted by jchiou | 1 Comments
Filed under:

Windows Server 2008 Developer Training Kit (Beta 3)

The Windows Server 2008 Developer Training Kit includes a set of hands-on-labs and presentations for technologies such as IIS7, Management, WCF, WF, Windows CardSpace, Windows PowerShell, Virtualization and the Transactional File System (TxF). 下載位置: http://www.microsoft.com/downloads/details.aspx?FamilyId=B36EE81A-AFF5-4314-95D7-DAD3ACFA8094&displaylang=e
Posted by jchiou | 0 Comments

Resources for Windows Server 2008

轉載自: http://blogs.msdn.com/sgisv/archive/2007/11/01/resources-for-windows-server-2008.aspx   The launch of Windows Server 2008 is fast approaching so here are some resources to help you guys ramp up on your application development on Windows Server
Posted by jchiou | 1 Comments
Filed under:

VSTT - 如何新增一個負載測試(Load Test)

很容易的,只要透過精靈,幾個設定即可以完成。步驟如下: 1. 在測試專案 => 右鍵 => 加入 => 負載測試 2. 出現精靈設定的首頁畫面,請直覺的按下一步 3. 考慮時間會發生在 Web 測試的各個要求之間,以及負載案例中各個測試反覆運算之間 4. 負載模式屬性會指定在負載測試期間,如何調整模擬的使用者負載。Team Edition for Testers 提供三種內建的負載模式:常數、逐步執行和目標。請根據您的負載測試目標,選擇負載模式並將屬性調整為適當的層級。 奇怪了,畫面中明明只有兩種設定方法啊,那來的第三種,下一篇分享再告訴你
Posted by jchiou | 3 Comments
Filed under:

為何我的 Visual Studio 2005 沒有 Web 測試及負載測試的項目

有些朋友詢問為何他的 Visual Studio 2005 沒有 Web 測試及負載測試的項目可以使用 筆者會先確認目前使用的 Visual Studio 2005 的版本為何? 因為這些功能規劃在 Visual Studio 2005 Team Tester 版本才有,只要再加裝 Visual Studio Team Tester 後,即會出現這些功能。
Posted by jchiou | 3 Comments
Filed under:

MOSS 2007 是否有支援多個 AD Forests ??

有的。參考資訊: http://technet2.microsoft.com/Office/en-us/library/c70d90e6-f516-492c-b652-65f55a0535161033.mspx?mfr=true
Posted by jchiou | 1 Comments
 
Page view tracker