2008年5月11日 星期日

Visual Studio 2008 在點擊檔案時找不到檔案路徑(can't find the file path when click / open the file)

我發現VC 2008在我灌Vista的這台電腦下,
如果直接從檔案點擊,當呼叫VC2008開啟時,windows會找不到檔案,
而切換至安全模式,則沒有這個問題。
因此懷疑跟User Account Control ( UAC )有關,
果然,在我關閉UAC之後,就沒有這個問題了。
目前還不知道,啟動UAC時,有沒有更好的解法,
有人知道的話,還請回應。

沒有留言:

張貼留言

Lean 4 極簡教學 (Using VS Code on macOS)

 1. Install Lean Environment: https://lean-lang.org/install/ 試著完Step one, two, three 2. 在VS code下,建一新的project: 取名Hello_World 3. 嘗試執行Main.lea...