顯示具有 VS2005 標籤的文章。 顯示所有文章
顯示具有 VS2005 標籤的文章。 顯示所有文章

星期四, 5月 27, 2010

Visual Studio Express ISO file Download links

最近遇到一些程式.都是用VS EXPRESS開發
看看手邊竟都沒有早期的EXPRESS版本安裝程式

在網上找了一下.發覺並不難找到ISO檔連結.記錄一下.以備日後需要

中文版

VB 2005 Express ISO: http://download.microsoft.com/download/6/e/1/6e1e8e73-6e42-4790-a23e-4f3f3a8b776b/VB.ISO

VC# 2005 Express ISO: http://download.microsoft.com/download/d/6/5/d655c429-1d43-43d1-84c2-18acee6c0925/VCS.ISO

VWD 2005 Expess ISO: http://download.microsoft.com/download/4/1/b/41bb5e6a-b72b-4994-aac5-9a15aa115929/VWD.ISO

VC 2005 Express ISO: http://download.microsoft.com/download/d/a/3/da39d165-bfc5-4323-8230-0caf8ed7d7c3/VC.ISO

 

English

Visual Web Developer 2005 Express Edition (449,848 KB) http://go.microsoft.com/fwlink/?linkid=57037

Visual Basic 2005 Express Edition (445,282 KB) http://go.microsoft.com/fwlink/?linkid=57033

Visual C# 2005 Express Edition (445,282 KB) http://go.microsoft.com/fwlink/?linkid=57035

Visual C++ 2005 Express Edition (474,686 KB) http://go.microsoft.com/fwlink/?linkid=57034

Visual J# 2005 Express Edition (448,702 KB) http://go.microsoft.com/fwlink/?linkid=57036

 

Microsoft Visual Studio 2008 Express Edition -- 繁體中文
http://download.microsoft.com/download/4/d/8/4d872f14-298b-4715-8741-bad3915ef45/VS2008ExpressCHTX1428503.iso

Microsoft Visual Studio 2008 Express Edition -- English
http://download.microsoft.com/download/8/b/5/8b5804ad-4990-40d0-a6aa-e894cbbb3dc/VS2008ExpressENUX1397868.iso

Microsoft Visual Studio 2010 Express Edition -- English
http://download.microsoft.com/download/1/E/5/1E5F1C0A-0D5B-426A-A603-1798B951DDAE/VS2010Express1.iso

星期四, 4月 03, 2008

解決Visual Studio 2005 IDE 變的緩慢的問題

最近在逛connect時.發現一個項目 http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=105177

裡頭寫明了在VS2005 BETA版時,修正了一個進入DEBUG或是IDE操作變慢的狀況,雖然微軟已經回報了已解決,但這個問題從我接觸VS2005以來.一直困擾著我,看了幾個相關的提報,有提到當 C:\Documents and Settings\Administrator\Application Data\Microsoft\VisualStudio\8.0\windows.prf 這個檔案變大時,會造成IDE變慢

當我試著刪除此檔後,IDE果然變順了,不過另一位同事ALAN在他的電腦上刪除該檔,卻沒很明顯的加快.我猜想可能是他手沒洗.或是他的是桌機本身就比較快

若你有試了此方法.記得留言告知嚐試後的感覺~

星期五, 5月 25, 2007

DEBUG 模式下,中斷點失效,提示訊息 "The breakpoint will not currently be hit. No symbols have been loaded for this document"

我常使用的debug模式為,把程式執行起來,再用選單上的 debug/attatch to process,選擇自己要debug的應用程式,這樣子雖然無法享受所有vs2005 提供的所有debug功能,但反應速度是最快的!

有天,有支應用程式突然無法停在中斷點,斷點一直提示The breakpoint will not currently be hit. No symbols have been loaded for this document,明明以前都可以的,苦惱啊!!檢查了好久整個設定都對,最後發現是他attatch時的程式類型別別錯誤,一共有二種排除方式,在這提供其中一項

attatch to process時,點select選擇到對的應用程式類型,因為我的應用程式有使用到資料庫連結,所以我選擇了 managed code 跟 T-SQL Code,即排除了一定要由ide中點run 慢到讓人吐血的debug方式

星期日, 11月 26, 2006

Visual studio 2005 數個DEBUG的技巧

  1. 遇到異常的錯訊.不知道死在那的Debug方式
  2. 享受Debug的樂趣,且遇到exception時,不會讓程式程式無法繼續往下Debug。
  3. 組件(非執行檔)的DEBUG方式

1.有時在DEBUG會跳出錯誤訊息,但是中斷點卻沒有停留在程式錯誤的地方,或是程式的錯誤讓你感到很無厘頭時的處理方式。

  • 把你主程式與你認為有錯的組件,進到project option中,把 Enabled unmanaged debugging打勾
  • Menu/debug/exception,把所有的類型的打勾(或你想看的類型自行打勾),若下回要回覆原來的預設值只要點選reset all即可
  • 再重編專案進入debug即可

2.有時程式中會有一些自行引發的例外,他可能是你有處理的或是無聲的例外,若在RUNTIME執行時並不會有訊息,但在DEBUG MODE時只要遇到就都過不去了!讓你無法往下做DEBUG。

  • 先重編你的專案
  • 自行點選執行檔執行你要偵錯的程式
  • 點選vs2005上的Debug/Attach to process(若有多個主程式那可以用CTRL+MOUSE做多選)
  • 按Attach即可,此時再去RUN你的程式
  • 快快樂樂的去DEUBG吧!

3.組件(非執行檔)的DEBUG方式

  • 方法同2

星期一, 11月 06, 2006

Use Optimistic concurrency

使用ado.net使資料更新時.常常會發生
Concurrency violation: the UpdateCommand affected 0 of the expected 1 records
並行違規: UpdateCommand 已經影響必須是 1 記錄的 0.

解決的方式為
當使用TableAdapter Configuration Wizard定義時,選Advanced Options,把Use Optimistic concurrency選項去除,讓產生的update,delete語法只使用key值比對即可解決

而此訊息說真的蠻困擾的,有時是不定時發生 :(

可以參考說明 http://msdn2.microsoft.com/en-us/library/aa0416cz(VS.80).aspx

星期六, 11月 04, 2006

幾個Visual Studio 2005 IDE方便的功能

幾個Visual Studio 2005 Ide方便的功能
1.空白鍵












2.Tab鍵
快速使用snippet完成程式

按tab後會出現




掛載事件





星期三, 11月 01, 2006

Microsoft Visual Studio 2005 IDE Enhancements 增強工具包

此工具包含了五種功能,但熊會用到的大概就其中的2-3種吧!
1.Source Code Outliner:可以將你開啟代碼中的class、event、method、property、variable等等用樹狀表示出來,樹狀結構可以讓你自己切換要查看那種類型的項目,快速點二下可以開啟到讓程式碼中。 這個功能很不錯,但我覺得使用後會讓ide變慢,所以沒用時記得關閉! 且熊認為他沒將region列入是一個敗筆。
2.Visual C++ Code Snippets: 原本c++不支援snippets,現在也支援了!
3.Indexed Find:使用Microsoft Indexing Service加強型的search(感覺速度較快)! 若你的Indexing Service未啟用,則程式會自動幫你啟用 。若你設定停用,那你會得到一個錯訊"The following error occurred while executing IndexeFind: Could not start Indexing Service, start the service manually."
4.Super Diff Utility:用三原色來表示程式碼比較的不同,紅色表示刪除,藍色表示被更改過,綠色表示新增。用了一下他只能選local端的實體檔案,而無法比較到vss中的舊版本!
5.Event Toaster Utility:IDE訊息通知功能!例如可以在編譯結束時或是debug到中斷點時,以訊息或是聲音告訊你做完了!

以上的功能熊會用到的大概就1.5吧!事實上玩了半天還真的不錯用!使用方式呢?
除了Event Toaster Utility要做設定外,其它的功能都在view/other windows中叫出即可!很easy玩二下即可上手。而Event Toaster Utility請進到Tools Options/PowerToys,設定通知方式,則會在發生讓事件的時點主動通知你!

按我下載囉,go!

星期五, 9月 29, 2006

快速註冊元件到toolbox tab的方式

最近IDE常常怪怪的,從使用VS2005以來就常常會發生,明明有註冊過元件在選盤上,但開了新專案時,完全不出現(連自己專案中寫的comopnent或是datamodule中其它元件也不出現),但重開舊專案有時又會出現,有人知道這是怎麼一回事嗎?

找了好久都找不到為什麼,試著清空APPLICATION DATA中的資料,一樣沒有什麼效果,且神奇的是,在TOOLBOX上選 SHOW ALL,卻還會顯示頁簽,但裡面沒有半顆元件,慘的是DEVEXPRESS什麼都沒有就是元件多,重安裝他雖然有重新登錄到頁簽中,但還是不會出現,光要手動重拉且分類就昏到。不小心快速快元件出現在選盤上的方式為,直接把DLL拉進頁面中即完成,比起你按右鍵光要彈出選單就要等數分鐘快速了N百倍。

而順道一提的是,VS2005 SP1(BETA)真的會讓IDE的反應快很多很多很多很多,用了一天的心得就是,LAG還是會有,但每次LAG呆滯的時間少了許多,而編譯器的BUG要待長時間的驗證!

星期四, 9月 28, 2006

Visual Studio 2005 Service Packs1(Beta)

終於出現了,看看"IDE stops responding"與其它編譯的錯誤的改善,真是令人十分開心,而正式版還要再等3-4個月。

Hotfixes included in the Beta Service Packs:


Hotfix KB Article/Fix Description
KB898904 Update to the Web Project Conversion Wizard in Visual Studio 2005
KB909350 FIX: You receive LNK2001 and LNK1120 error messages when you use the Vcbuild.exe command-line tool to build a Visual C++ solution
KB910275 FIX: The customized color code marker that is actually added may differ from the customized color code marker that you try to add in Visual Studio 2005
KB910832 FIX: The IDE stops responding when you work with nested generic types in C# in Visual Studio 2005
KB911281 FIX: A native application takes a long time to start when you try to debug the application by using Visual Studio 2005
KB911884 KB Info Not Yet Available
KB912019 FIX: You may receive an error message when you rebuild a solution and try to view a Windows Form in Design view in Visual Studio 2005
KB912482 KB Info Not Yet Available
KB912790 KB Info Not Yet Available
KB913377 FIX: IntelliSense may stop working, and Visual Studio may crash, when you try to open a large Managed C++ project in Visual Studio 2005
KB913432 FIX: The IDE stops responding when you build a project that generates lots of text in the Output window in Visual Studio 2005
KB913940 An attributed ATL-based COM server unexpectedly exits in Visual Studio 2005
KB913951 FIX: The browser may stop responding when you scroll through a Visual J# 2005 Web page that contains a J# Browser Control
KB913996 FIX: Error message when you use the debugger in Visual Studio 2005 to debug an MFC class library application: "Managed Debugging Assistant 'Loader Lock' has detected a problem in ''"
KB915038 FIX: You may receive Visual Basic compiler error messages when you are developing a Visual Basic 2005 project in Visual Studio 2005
KB915110 FIX: Visual Studio 2005 may stop responding when you build a Web application project that is checked out of Visual SourceSafe
KB915312 KB Info Not Yet Available
KB915364 Update to support Visual Studio 2005 Web Application Projects
KB915418 FIX: An access violation may occur when you try to run a Visual C++ 2005 application that contains OMG CORBA IDL code
KB915423 FIX: Error message when you use certain code patterns that involve the IDisposable interface in the Visual Studio 2005 C++ compiler: "Fatal error C1001"
KB915781 FIX: You may receive an incorrect error message when you open a Visual Studio 2005 Tools for Office document
KB916632 FIX: All the applications that use the C run-time library may not start after you install Visual Studio 2005 and then you uninstall Visual Studio 2005 without restarting the computer

KB916688 FIX: Error message when you try to use the Visual SourceSafe 2005 LAN booster service together with Visual Studio 2005 on a server that is running Windows 2000: "Unable to use SourceSafe LAN service"
KB916769 FIX: The Visual Studio 2005 IDE stops responding when you work with a large Visual C++ .NET solution in Visual Studio 2005
KB916812 FIX: The report does not print the first time that you click Print when you try to print the report from the Report Viewer control in Visual Studio 2005
KB917036 FIX: The Visual Studio 2005 IDE may corrupt the deployment files for a Web Setup Project and for a Setup Project
KB917141 FIX: The position of the Properties window may not be saved after you exit Visual Studio 2005 on a dual-monitor system
KB917147 FIX: The Cole Property Page object of a Visual C++ application may be deleted when the Bound Property Changed function is invoked, and Visual Studio 2005 may unexpectedly close (crash)
KB917291 FIX: Custom build steps may not run when you add the custom build steps to a Visual C++ 2005 Win32 static library project in Visual Studio 2005
KB917327 FIX: Japanese, Chinese, or Korean characters in resource files may be overwritten by question marks after you convert a Visual C 6.0-based project to Visual Studio 2005
KB917328 KB Info Not Yet Available
KB917329 KB Info Not Yet Available
KB917452 FIX: You may experience performance issues when you use solutions that contain large Visual Basic projects in Visual Studio 2005
KB917464 KB Info Not Yet Available
KB917491 KB Info Not Yet Available
KB917766 KB Info Not Yet Available
KB918373 FIX: The Atls.pdb file and the Atlsd.pdb file contain incomplete debugging information when you debug an ATL-based C++ application in Visual Studio 2005
KB918454 KB Info Not Yet Available
KB918553 FIX: A floating-point exception may occur when an inline function in a C++ application returns an uninitialized floating-point variable in Visual Studio 2005
KB918559 FIX: You may experience slow performance and increased memory usage when you start the debugger for a Visual C++ project in Visual Studio 2005
KB918896 KB Info Not Yet Available
KB918999 KB Info Not Yet Available
KB919095 KB Info Not Yet Available
KB919156 KB Info Not Yet Available
KB919232 FIX: MS Project Work Item Publish Error
KB919280 How to rebuild the C++ STL library for Visual Studio 2005
KB919449 KB Info Not Yet Available
KB919588 KB Info Not Yet Available
KB919898 KB Info Not Yet Available
KB919904 FIX: You may receive an error message when you try to build a Web project that references a .NET Compact Framework 2.0 assembly in Visual Basic 2005
KB920145 FIX: You may receive an error message when you consume an assembly that has an obfuscated generic type in Visual Studio 2005
KB920285 KB Info Not Yet Available
KB920770 FIX: You may receive a "Fatal error C1902" error message and a solution build may fail when you try to use the AT command or a scheduled task to automate a build of a C or C++ project in Visual Studio 2005
KB920805 FIX: You may experience slow performance when you work with a Visual Basic solution that contains many projects in Visual Studio 2005
KB920855 KB Info Not Yet Available
KB921211 KB Info Not Yet Available
KB921339 KB Info Not Yet Available
KB921534 KB Info Not Yet Available
KB921535 KB Info Not Yet Available
KB922449 KB Info Not Yet Available
KB922531 KB Info Not Yet Available
KB922545 KB Info Not Yet Available
KB922657 KB Info Not Yet Available
KB922822 KB Info Not Yet Available
KB922969 KB Info Not Yet Available
KB922989 KB Info Not Yet Available
KB923147 FIX: Visual Studio 2005 exits unexpectedly when you try to edit an existing Data Table object or add a new Data Table object to the dataset that you are editing
KB923328 KB Info Not Yet Available
KB923434 KB Info Not Yet Available
KB923436 KB Info Not Yet Available
KB923573 KB Info Not Yet Available
KB923672 KB Info Not Yet Available
KB923782 KB Info Not Yet Available
KB923842 KB Info Not Yet Available
KB924124 KB Info Not Yet Available
KB924162 KB Info Not Yet Available
KB924525 KB Info Not Yet Available

星期一, 9月 11, 2006

Visual Studio 2005 Team Edition for Database Professionals

今天在看Tech.Ed2006的議題時,看到這一個版本的VS, 看起來應是加強了資料庫處理的版本。查看了一下目前是CTP4,按這下載
裝起來後發覺功能還蠻多的,可以對二個資料庫做結構的比較,也可以對資料做比較!當熊試著想新增SQL2005的專案時,卻一直出現"SQL Server不允許遠端連接",說也真怪,檢查了SQL的設定是可以遠端連接的 :( 。不玩了,改天再看囉!

星期日, 9月 10, 2006

Consolas Font Pack for Microsoft Visual Studio 2005

此字型套件會自動最佳化Visual Studio 2005程式編寫使用的字型!安裝後會將當前的字型自動設定為Consolas!
此字型有一個主要的特色:加強型的cleartype字型,且每一個字元的寬度是固定寬的。

不知道是不是太習慣之前的配置,安裝後覺得字型有點方正,看起來有點吃力,還在努力適應中!

星期三, 8月 02, 2006

Visual Studio 2005 遇到的錯訊與排除方法

VS2005用了有一段時間了,遇到的狀況一直都沒少過,在這分享幾個遇到問題的解決方式,與一些有趣的錯誤畫面!


1.debug 時出現 Error:LoaderLock was detected,或是你在ide要編緝source code時出現"No symbols are loaded for any call stack frame.The source code cannot be displayed"

解決方式:進到debug option/exceptions/將Managed Debugging Assistants中LoaderLock的勾拿掉

2.打開連線精靈即出現"Value dose not fall within the expected range"


或編寫程式到一半,突然出現"Unexpected error encountered : Unspecified error"

或編譯程式時出現 LC ERROR -532459699

不確定如何出現


解決方式:重開vs

3.最讓我痛恨的..ram被吃光光,恨死了~
Low Memory or possible heap corruption

此時的工作管理員是長這樣子的

由工作管理員中,可以得知,我在run的程式並不多,但pf卻用到了1.3g,而此時保存下來的數據己經是我從工作管理員中,強制砍掉devenv.exe後放了一部份資源的數據,要不然原先的可用實體記憶體己經不到100mb了! 這種狀況一天要遇個好幾次真是累

4.IDE中出現一條線 ,線永遠在那,點不到也不影響你vs其它code的顯示

不想理他,再做我的事,但他竟然出現了一個框

哇哈哈~想說把他拉到邊邊去.不理他,又過了沒多久vs不動了,但框還是可以拉動耶.神奇!

會出現這條線,我猜想是xtrareport造成的殘影..呵.不確定啦.

結論:用vs電腦要夠快..且ram只有1g是非常非常非常非常痛苦的..至少對有用devexpress的專案來說 :(

星期六, 7月 22, 2006

Visual Studio 中的即時運算視窗

要測試一段程式碼的正確性時,在delphi中最常使用的是放一個button掛上click事件,然後寫一些code去測試他,然而在vs中的即時運算視窗,即可以在不寫額外code的狀況下,得知結果。

例如如下的code

public class Test
{
 static int staticsum(int i1, int i2)
 {
  return i1 + i2;
 }

 int sum(int i1, int i2)
 {
  return i1 +i2;
 }
}

當你想直接測試staticsum運算結果正不正確時,請直接在運算視窗中打入
? Test.staticsum(1,10) 而系統會先編譯專案,然後執行告知結果為11。

若要調用且測試sum的結果.打入
? Test.sum(1,10)
此時會到一個錯訊"需要有物件參考才能使用非靜態欄位、方法或屬性 'BearDebugTest.Test.sum(int, int)'",明確的告訴你只能調用靜態的方法,不過這個限制倒是可以蠻輕易的"破解"他,換另一個角度去切入就好了~ 自己試一下吧~~

其實跟"運算視窗"應算是"命令視窗"的簡化版,只是將能做的事情單純化! ^^

貼上文章後,發現blogger笨笨的,把我縮排的空白都吃掉了,有人能告訴我有什麼tag可以保持對code的原來樣式的支援嗎?要不然一個個的去打全型的空白是很吃力的事!

星期一, 6月 12, 2006

MSDN下載的visual studio 2005測試版

MSDN可以下載visual studio的測試版,但是預設的安裝key是不能改的~所以只能試用180天,若你有合法的key請自行修改如下

1.使用ultra iso等軟體
2.解開vs\Setup\setup.sdb
3.使用notepad打開,刪除最後的 [Product Key]
4.將金鑰修改成空白
5.將檔案放回去

那日後若是試用ok,要購買正版時,這片也可以拿來安裝,因為在輸入key的畫面是空白可輸的

Visual Studio 2005 產品比較表


Visual Studio 2005 Team System Editions 比較

Visual Studio Team Edition for Software Architects w/ MSDN Premium Subscription

Visual Studio Team Edition for Software Developers w/ MSDN Premium Subscription

Visual Studio Team Edition for Software Testers w/ MSDN Premium Subscription

Visual Studio Team Suite w/ MSDN Premium Subscription

為專業開發人員提供之多重語言(Multiple - Language)發展環境

Visual Studio Team Edition for Software Architects

Visual Studio Team Edition for Software Developers

Visual Studio Team Edition for Software Testers

Class Designer

單元測試、程式碼涵蓋率分析

動態程式碼分析工具、靜態程式碼分析工具、程式碼效能量化工具

應用程式設計工具、邏輯架構設計工具、部署設計工具

Visio UML 模組

負載測試、手動測試等工具、測試案例管理

Visual Studio Professional

Microsoft Visual Basic®, Visual C++®, Visual C#, Visual J#®, Visual Web Developer™ and Visual FoxPro®

可創造重覆使用的組件、伺服器開發工具、包括互動式偵錯功能的進階偵錯工具

智慧型手機(Smartphone)、掌上型電腦(Pocket PC)與 Windows CE 等開發 Web 應用程式預先編譯功能

Visual Basic Visual C# 資料庫預存程序的撰寫與部署

視覺化的資料庫設計工具;Oracle DB2 資料庫存取;XSD 編輯器;XSLT 編輯器與偵錯

Visual Studio Tools for Office 工具

可編寫 Microsoft Excel®Microsoft WordMicrosoft Outlook® Microsoft InfoPath® 等應用軟體

Microsoft Word Microsoft Excel 整合視覺化設計介面

可自訂的工作窗格(Action Pane)與智慧型標記(Smart Tag

Microsoft Access 2003 Developer Extensions
Runtime
授權

為使用 Microsoft Visual SourceSafe® 的協同工作小組提供原始碼與版本管理

企業級軟體生命週期管理平台

Team Foundation Server Workgroup 版(最多 5 個連結使用者)

Team Foundation Client(包含 CAL

提供企業用開發流程範本、政策與指南以分享最佳開發實務案例

進階的軟體、資料庫與商務流程塑模工具

藉由 Application Center Test (ACT) XML Web services 與應用程式提供效能與功能測試工具



Visual Studio 2005 產品概觀

功能

Express 產品

Visual Studio Standard Edition

Visual Studio Professional Edition

Visual Studio Tools For Office

Visual Studio Team System

IntelliSense

Code editor

Code snippets

Programming languages included

VB, VC#, VC++, and VJ# are single language. Visual Web Developer includes VC# and VB

所有

所有

VB and VC#

所有

Office development support

Support for Excel 2003, Word 2003, InfoPath 2003 and Outlook 2003

Support for Excel 2003, Word 2003, InfoPath 2003 and Outlook 2003

User experience

Simplified menu options and defaults

Simplified menu options and defaults

Full

Full

Full

Windows Forms designer

VB, VC#, VC++, VJ#

Web Forms designer

Visual Web Developer

Mobile Device Support

Database design tools (create/modify tables and stored procedures)

Local

Local and remote

Local and remote

Local and remote

Local and remote

Data Access Designers

VB, VC#, VC++, VJ#:local, Visual Web Developer: local and remote

Local and remote

Local and remote

Local and remote

Local and remote

Documentation

10mb "Getting Started"; Starter Kits targed at first-time programmers; 200mb optional MSDN Express

MSDN

MSDN

MSDN

MSDN

Class Designer / Object Test Bench

XML Editor Support

VB, VC#, VC++, VJ#:XML only, Visual Web Developer: basic XSLT support

Full XML/XSLT

Full XML/XSLT

Full XML/XSLT

Full XML/XSLT

Deployment Tools

ClickOnce

Click Once

Extensibility

Add external tools to the menu only. Use 3rd party controls.

Consume extensions

所有

所有

所有

Reporting

Visual Web Developer: SQL Server Reporting Services Add-in

SQL Server Reporting Services

SQL Server Reporting Services / Crystal Reports

SQL Server Reporting Services

SQL Server Reporting Services / Crystal Reports

Source Code Control

MSSCCI-compatible (Visual SourceSafe sold separately)

MSSCCI-compatible (Visual SourceSafe sold separately)

MSSCCI-compatible (Visual SourceSafe sold separately)

MSCCI-compatible (includes Visual SourceSafe, Visual Studio Team Foundation Server sold separately)

Debugging

Local

Local

Local / remote

Local

Local / remote

64-bit Compiler Support (Itanium)

64-bit Compiler Support (x64)

Server explorer “Servers” Node

所有

所有

所有

SQL Server 2005 Integration

Code Profiling

Static Analysis

Unit Testing

Code Coverage

Project Management

Test Case Management

Size

80mb (Express + SQL Express + .NET Framework Redist)

Single CD

Multiple CDs

Multiple CDs

Multiple CDs

Additional Tools Included

SQL Server 2005 Express Edition

SQL Server 2005 Express Edition

SQL Server 2005 Developer Edition

SQL Server 2005 Developer Edition; Microsoft Office Access 2003 Developer Extensions; Access 2003 Runtime license

SQL Server 2005 Developer Edition (included with client products only)

功能

Express 產品

Visual Studio Standard Edition

Visual Studio Professional Edition

Visual Studio Tools For Office

Visual Studio Team System




資料來源
http://www.microsoft.com/taiwan/vstudio/products/vsts/compare/default.aspx
http://www.microsoft.com/taiwan/vstudio/products/compare/default.aspx