2013年9月11日 星期三

Error 11 The "Microsoft.Build.Tasks.Message" task could not be loaded from the assembly Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. Could not load file or assembly 'Microsoft.Build.Tasks.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.


在已安裝vs2008的機器上裝了  vs2010 , 用了幾天後移掉vs2010再使用vs2008開專案 , 就會在build的時候出現本訊息, 連帶著properities的 deploy頁面也無法開啟.

Solution:
1.重裝vs2008無效
2.移掉vs2008再重裝無效
3.把vs2010裝回去, 有效

以後就要留著s2010了.

2013年6月26日 星期三

無法在通訊端上執行操作,因為系統緩衝區空間不足,或是佇列已滿

無法在通訊端上執行操作,因為系統緩衝區空間不足,或是佇列已滿
可用微軟的help加大緩充區
http://support.microsoft.com/kb/196271/zh-tw

  1. 啟動 「 登錄編輯程式 」。
  2. 在登錄中找出下列子機碼,然後按一下 [參數
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  3. 在 [編輯] 功能表上按一下 [新增],,然後新增下列登錄項目:
    值名稱: MaxUserPort
    值類型: DWORD
    值的資料: 65534
    有效範圍: 5000-65534 (十進位)
    預設值: 0x1388 (5000 十進位)
    描述: 此參數控制程式向系統要求任何可用的使用者連接埠時,會使用的最大的連接埠號碼。 通常,暫時 (暫時) 連接埠配置值的 1024年和 5000 (含) 之間。發行的資訊安全佈告欄 MS08-037 描述的 Windows Server 2003 行為已密切變更為更多之後符合 Windows Server 2008 和 Windows Vista。如更多有關 Microsoft 資訊安全佈告欄 MS08-037 描述的資訊,按一下下面的文件編號,檢視 「 Microsoft 知識庫 」 中 「 文件:
    951746MS08-037 的描述: 描述 DNS 在 Windows Server 2008 中、 Windows Server 2003 以及 Windows 2000 伺服器 (DNS 伺服器端) 安全性更新: 2008 年 7 月 8,
    951748MS08-037 的描述: 描述 DNS 如 Windows Server 2003,Windows XP 以及 Windows 2000 Server (用戶端) 安全性更新: 2008 年 7 月 8,
    953230MS08-037 的描述: 在 DNS 中的弱點可能會允許詐騙
  4. 結束 「 登錄編輯程式 」,並重新啟動電腦。

2013年6月12日 星期三

SR20 EManage 接線

做一個記錄,未來要還原時才知道怎麼接回去

資料來源
http://www.sr20forum.com/turbo-guides/105531-how-wire-e-manage-all-harnesses-print.html



2013年6月10日 星期一

Oracle.DataAccess.Client slow in x64

呼叫 Oracle.DataAccess.Client 的程式在x32運作正常 , 移到x64後程式能執行但是效率很差.
Solution:
1.查\\10.228.98.4\c$\Users\MYUSER\Oracle\oradiag_MYUSER\diag\clients\user_MYUSER\host_1489833793_80\alert
2.出現<txt>Directory does not exist for read/write [C:\oracle\ora1102_32\log] []
 </txt>
3. 把目錄[C:\oracle\ora1102_32\log] [C:\oracle\ora1102_32\log\diag] [C:\oracle\ora1102_32\log\diag\clients] 都開好

完成.

2013年5月30日 星期四

2013年5月22日 星期三

Insufficient system resources exist to complete the requested service. Waiting 30 seconds... Retrying...

在windows server 2003上 複制100GB的檔案時出現以上錯誤,使用copy 或robocopy 或是滑鼠拖拉都失敗,想改7zip壓縮切slide再搬,7zip跑到半途也會fail.
依MS的solution, 在regedit加PoolUsageMaximum=60後測試看看


出現  ERROR 1130 (0x0000046A) Copying File ... Not enough server storage is available to process this command.
依MS的solution,  再改PoolUsageMaximum=40測試看看,結果亦無效,放棄拷背。

PageSpeed Insights Make your web site faster

https://developers.google.com/speed/pagespeed/insights

The following error occurred: The virtual machine could not be started. The virtual machine could not be started. The account name and password are invalid.

將VM的檔案xxx.vhd, xxx.vmc從A機器搬到B機器後要運行, 出現以上錯誤訊息.

解決辦法: Edit configuration --> General Properties -->重敲帳密即可

Can not uninstall microsoft virtual server 2005




Solution : stop virtual server service then try again.