pandazx's blog

データ分析など雑多な技術ブログ

2019-01-01から1ヶ月間の記事一覧

Visual Studio 2010でCannot find or open the PDB file error

実行中に以下のエラーメッセージが出た場合の対応。 'C:\Windows\System32\ntdll.dll' を読み込みました。Cannot find or open the PDB file Visual Studioで、ツール→オプション→デバッグ→シンボル→Microsoft シンボル サーバにチェックする。 これで解決。…

Skype for Business自動起動を停止

自動起動は止められないので、停止コマンドを自動実行させる。 以下の内容でstop_skype.bat ファイルを作成(Skypeアプリを停止するバッチ) taskkill /F /IM lync.exe /T Win+Rでshell:startupでスタートアップフォルダを開いて、stop_skype.batファイルを…