vmplayer Failed to lock the file error

今日,VMware Player(6.0.1)を立ち上げると、Failed to lock the file errorというエラーとなった。以下のリンクにもあるが、VMDKフォルダに行き、####.vmdk.lckファイルを削除すれば、通常通り立ち上がった。

http://blog.criterionsoftware.com.br/2012/07/vmware-player-failed-to-lock-file-error.html

Windows Phone 7 - 1 - C#からwifi等のSettingページ表示

C#からwifi等のSettingページ表示をどうして実現しているのだろうか?

ちょっと調べたところ、以下にAPIに関する情報があった。
http://blogs.codes-sources.com/kookiz/archive/2011/09/11/wp7-display-a-settings-screen-from-a-mango-application.aspx

Tasks.ConnectionSettingsTask Propertyをセットして、Showを呼び出すと出来る。

1: var task = new Microsoft.Phone.Tasks.ConnectionSettingsTask();
2:
3: task.ConnectionSettingsType = Microsoft.Phone.Tasks.ConnectionSettingsType.WiFi;
4:
5: task.Show();

その他の設定の画面が呼び出せないか見てみたが、無いようだ。

The Path ”Contains More Than the Allowed 259 Characters” in TF

I encouter this error and solve the prolem using this. Just a little trip to use in TFS of VS2010.

Check out this and this may help.

http://h30507.www3.hp.com/t5/The-Watering-Can-of-Enterprise/The-Path-quot-Contains-More-Than-the-Allowed-259-Characters-quot/ba-p/81642

Use the following reg file to add to the registry.

reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices" /v V: /t REG_SZ /d "\DosDevices\C:\" /f