Home  >  Article  >  Database  >  windows7 sqlserver2012 无法写入受保护的内存 解决办法

windows7 sqlserver2012 无法写入受保护的内存 解决办法

WBOY
WBOYOriginal
2016-06-07 15:19:561047browse

32位的Windows: --------------------------------------------------------------------------- 1. 运行-cmd 2. cd C:\Windows\Microsoft.NET\Framework\v4.0.30319 3. aspnet_regiis.exe -i 64位的Windows: -------------------------------------------

32位的Windows:
---------------------------------------------------------------------------
1. 运行->cmd 

2. cd  C:\Windows\Microsoft.NET\Framework\v4.0.30319

3. aspnet_regiis.exe -i

 

64位的Windows:
---------------------------------------------------------------------------
1. 运行->cmd 

2. cd  C:\Windows\Microsoft.NET\Framework64\v4.0.30319

3. aspnet_regiis.exe -i

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn