Popular Posts
DNS SERVER LIST Google 8.8.8.8 8.8.4.4 TWNIC 192.83.166.11 211.72.210.250 HiNet 168.95.1.1 168.95.192.1 Seednet 北區 DNS (台北, 桃園, 新竹, 宜蘭, 花蓮, 苗栗) 139.... write 語法: write at [/][<pos>][(<len>)] output 用法: write 'Bruce'. " 輸出常數 Bruce data CNAME(10) value... Regex (Regular Expression) tool Eclipse Regular Expression Tester Java正規表示式工具-Eclipse GUI介面 [Visual Studio 2010] 好用的 Regex 輔助工具
Stats
filetracker error ftk1011
FileTracker error: ftk1011 : an error occurs on converting project from visual studio 2008(or under?) to visual studio 2010, and with some folder or directory named by Chinese characters. There are some kinds of solutions provided (from google):
  1. Add a system enviroment variant TRACKFILEACCESS and set value as false
  2. Edit project file (.csproj), find all <PropertyGroup/> sections and add content <TrackFileAccess>false</TrackFileAccess> into it.
  3. Change .net Framework to 4(above)