จริงๆแล้ว
Javascript template
จะมีทั้งใน Visual Studio 11 Express preview
และ Visual Studio 11 Developer preview (full version)
ให้หา
JavaScript templates ที่ path: <Visual Studio installation folder>\Common7\IDE\ProjectTemplates
และเปิดหา
sub folder “1033” ที่อยู่ใต้ directory
ดูว่ามี template file หรือไม่
ถ้ามี แปลว่าproject
template โอเค
แล้วลอง
delete ProjectTemplatesCache
และ ItemTemplatesCache
จากนั้น
Start>>Run>>พิมพ์ “cmd”>>Run as administrator>>หาโฟลเดอร์ Visual Studio 11
เช่น
path คือ “C:\Program Files (x86)\Microsoft Visual Studio 11\Common7\IDE”
จากนั้นพิมพ์
“devenv.exe /InstallVSTemplates”
และพิมพ์ “devenv.exe /Setup”
แต่ถ้าหา
template file ไม่เจอ ก็สามารถ copy โฟลเดอร์จากเครื่องอื่น และทำตาม
step ด้านบนค่ะ
Supa Sethasiripong [MSFT]
MSDN Community Support |
Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.