1、首先先到微軟網站下載是用版的 ISO 直接下載
http://download.microsoft.com/download/2/9/2/2921FC84-9F50-438C-AC3E-62C3F66F999F/X16-60996VS2010UltimTrialCHT.iso
2、使用 UltraISO 將 ISO 檔底下的 Setup/setup.sdb 的文件取出,然後使用筆記本打開。
mitblog 發表在 痞客邦 留言(0) 人氣(207)

Visual Studio 2010 安裝其他 Framework。
當點選「安裝其他 Framework」後,會開啟預設網站,網址:http://blogs.msdn.com/b/dotnet/p/dotnet_sdks.aspx#
mitblog 發表在 痞客邦 留言(0) 人氣(131)
Visual studio 2010 package program, installed by default. NET Framework 4.0, you need to 3.5sp1 packaged into the system installed together (selected from the same location as my application Download prerequisites "), you are prompted many stories such as error
The "the prerequisites installation location is not set to the component vendor's Web site, the items can not be found on the disk. NET Framework 3.5 SP1" File DotNetFX35SP1/DotNetFX35/x64/dotnetfx35langpack_x64zh-CHS.exe,.
Cause Analysis:
The reason is the following, can not find in the corresponding folder NET 3.5 SP1 the module.
mitblog 發表在 痞客邦 留言(0) 人氣(26)

在 Visual Studio 加入外部工具或 Command Prompt,方便需要時可即使啟用,雖然在 VS 內的 工具 功能表上已提供很多工具,例如:建立GUID、錯誤查詢、ATL/MFC 追蹤工具...等,但是,在 ...\Microsoft Visual Studio 8\Common7\Tools 目錄中還是會提供其他可用的工具,這時就可以將需要的工具加入,當需要用到時,只要點選 工具 就能在功能表快速啟用工具。
開啟 Visual Studio,在 工具 > 外部工具。
標題:輸入名稱。
mitblog 發表在 痞客邦 留言(0) 人氣(942)
AndroidStudio for Visual Studio
Download:http://androidstudio.tektips.in/android-studio-download-now.aspx
mitblog 發表在 痞客邦 留言(0) 人氣(54)

Microsoft Visual Studio 2010 預設是沒有 ASP.NET MVC 4,但可自行安裝。
可至微軟官網下載:http://www.microsoft.com/zh-tw/download/details.aspx?id=30683
AspNetMVC4Setup.exe 安裝畫面。
mitblog 發表在 痞客邦 留言(0) 人氣(491)

Visual Studio 2008 的內建功能裡並沒有提供任何機制能夠管理「最近使用的專案」,若需要在「最近使用的專案清單」刪除特定專案還需要額外安裝 PowerCommands for Visual Studio 2008 才行,而且也沒有釘選 (Pin) 功能,如果專案一多,可能真正常用的專案會被擠掉。
不過到了 Visual Studio 2010 不但可以直接在 啟始頁「釘選」特定專案,讓該專案能夠永久停留在「最近使用的專案清單」裡,還能隨時將不需要留存在上面的專案從此清單移除。
mitblog 發表在 痞客邦 留言(0) 人氣(397)

使用 Visual Studio 2010 寫 C 語言程式。
Step one:新增 > 專案。
Step two:Visual C++ > Win32 主控台應用程式。
mitblog 發表在 痞客邦 留言(0) 人氣(16,137)
Use Visual Studio 2010 Compiler C Programming.
Example Source Code:
// cplusplus.cpp : 定義主控台應用程式的進入點。
//
#include "stdafx.h" // 不可刪除
#include <stdlib.h>
#include <ctype.h>
#include <stdio.h>
int _tmain(int argc, _TCHAR* argv[])
{
printf("test");
return 0;
}
mitblog 發表在 痞客邦 留言(0) 人氣(919)

Visual Studio 2010 更新 sp1,HTML5 & CSS3 in Visual Studio 2010 SP1
下載網址:http://www.microsoft.com/downloads/zh-tw/details.aspx?FamilyID=75568aa6-8107-475d-948a-ef22627e57a5
亦可直接下載iso檔:http://go.microsoft.com/fwlink/?LinkId=210710
mitblog 發表在 痞客邦 留言(0) 人氣(450)