原因分析: 在 Windows 8 和 Windows Server 2012 中,.Net Framework 3.5 是按需分配的功能。根据功能的元数据是包含在 Windows 8 和 Windows Server 2012。但是,二进制文件和其他与功能关联的文件不包括在内。当启用该功能时,Windows 将试图下载缺少的信息来安装该功能的 Windows 更新,就可能出现错误。 网络配置和计算机在这种配置环境中安装更新程序都可能会影响这一过程,因此,当首次安装这种功...[ 查看全文 ]
[错误信息] Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access 97 Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data. [原因] 这个错误发生在IIS使用匿名帐号(通常是IUSR)时,该帐号在NT中对数据库所在目录 没有正确的权限. [解决...[ 查看全文 ]