Power Member
|
引用:
作者Earstorm-5
突然掛點... 顯示0xc0000135視窗 =.=
啊!
|
你這個可能是.net 3.5的問題,微軟建議把.net 3.5重新安裝可解決
引用:
作者Microsoft
You can mitigate this issue by re-enabling .NET Framework 3.5 and the Windows Communication Foundation in Windows Features. For instructions, please see Enable the .NET Framework 3.5 in Control Panel. Advanced users or IT admins can do this programmatically using an elevated Command Prompt (run as administrator) and running the following commands:
dism /online /enable-feature /featurename:netfx3 /all
dism /online /enable-feature /featurename:WCF-HTTP-Activation
dism /online /enable-feature /featurename:WCF-NonHTTP-Activation
|
__________________
測試中...
|