Below is the procedure to install Microsoft .NET 3.5 to Windows 8.1, this installation is necessary because by default the .Net 3.5 is not installed on Windows 8.1. To install through Internet: ============================ - Control Panel > Programs > Program and Features - Click on "Turn Windows features on or off" Check the ".Net 3.5 framework" box and click "OK". To install by using the Microsoft Windows 8.1 DVD": =================================================== - Insert the media to the DVD drive. - Go to the below folder; E:\sources\sxs (in the case DVD drive is set to "E" drive.) - As the administrator, open the "Command Prompt" window. From the "Command Prompt" window, type in the following command and hit [Enter] key. Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccess ---------------------------------------------------------------------------------- In Japanese ---------------------------------------------------------------------------------- Microsoft .NET 3.5 は、Windows 8.1にインストールされていませんので、 下記の手順に従ってインストールを行ってください。 インターネットからのインストール方法 =============================== - [コントロールパネル」 > [プログラム] > [Windowsの機能の有効化または無効化] と進む。 - [.NET Framework 3.5 (.NET 2.0 および 3.0を含む)] に、チェックマークを入れ、[OK]をクリックする。 - [閉じる] をクリックする。 - コンピュータを再起動する。 Microsoft Windows 8.1 DVDを使用してのインストール方法 ============================================== - DVD ディスクをDVDドライブに入れる。 - ウィンドウズ・エクスプローラーを開き、下記のフォルダに移動する。(DVDドライブが”E”ドライブの場合) E:\sources\sxs (DVD driveを“E”ドライブに設定している場合.) - アドミニストレータの権限にて、コマンド・プロンプトを起動する。 - コマンド・プロンプトのウィンドウから、下記のコマンドを打ち込み、[Enter] キーを押す。 Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccess End of file.