failed to load resource file osql.rll

运行osql命令,突然报错

“failed to load resource file osql.rll”

去搜索osql.rll,发现文件还在,并没有丢失。

1、尝试重启系统,无效;

2、在微软的download center下载(https://www.microsoft.com/en-us/download/)

sqlcmd installer 和ODBC Driver 11 for SQL Server

然后重新启动系统就可以使用了

时间: 2024-08-06 03:20:55

failed to load resource file osql.rll的相关文章

Failed to load resource net ERR INCOMPLETE CHUNKED ENCODIN

错误信息: Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING 环境现象 chrome chrome浏览器下,之前访问的界面是什么样子,访问出错的这个网址后,界面依然还是什么样子,只是不响应鼠标和键盘事件了! 按下F12,打开调试窗口,就显示一句错误信息: IE兼容内核 IE兼容内核浏览器下,打开之后界面是空白的,按下F12,打开调试窗口,显示如下图的内容: 错误原因: 网上搜索了一下,有文章提到是response.clos

Failed to load resource: the server responded with a status of 400 (Bad Request) 错误请求解决

前言 这个问题是我在用ajax做文件上传时遇到的,朋友也遇到这种情况,在这里总结一下 分析 Failed to load resource: the server responded with a status of 400 (Bad Request)   是错误请求的报错 出现这种错误一般情况是: 1.前端的参数类型和后端的参数类型不匹配,比如前端string 类型,后端是date类型 <input type="date" id="bornDay" name

Unity3D 移动MM failed to find resource file{mmiap.xml}解

欢迎来到unity学习.unity培训.unity企业培训教育专区,这里有很多U3D资源.U3D培训视频.U3D教程.U3D常见问题.U3D项目源码,我们致力于打造业内unity3d培训.学习第一品牌. 在进行移动MM集成的时候总是会遇到一个bug:  failed to find resource file(mmiap.xml} 原因是:为Unity打包的时候和原生Android工程不一样,打包好了之后,找不到mmiap.xml解决方法如下:1.使用Unity打包好后.2.使用apkTool解

移动MM failed to find resource file{mmiap.xml}

原地址:http://blog.csdn.net/alking_sun/article/details/36175861 在进行移动MM集成的时候总是会遇到一个bug:  failed to find resource file(mmiap.xml} 原因是:为Unity打包的时候和原生Android工程不一样,打包好了之后,找不到mmiap.xml 解决方法如下: 1.使用Unity打包好后. 2.使用apkTool解包 3.使用apkTool再打包 注:上述解包和打包的目的是为了去除签名.

ripple Failed to load resource: the server responded with a status of 404 (Not Found)

在VS2015中使用Cordova + typescript开发中,遇到个问题. 在javascript console 中提示: Failed to load resource: the server responded with a status of 404 (Not Found) 解决的办法: 将工程的config.xml 拷贝到www目录下,就可以解决.

Failed to load resource: net::ERR_CACHE_MISS

Failed to load resource: net::ERR_CACHE_MISS 译为开发人员工具载入缓存的时候,说找不到资源. 原因是你先打开页面,然后打开chrome的开发人员工具.而页面本身设置了no-store 无缓存,所以后者打开的开发人员工具去不到缓存. 如果你已经打开开发者工具的时候,然后再刷新就不会有这个错误了,同时可以看下页面的头信息: HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Transfer-Enc

访问视频资源报错:Failed to load resource: net::ERR_CONNECTION_RESET

访问视频资源报错: 浏览器显示:Failed to load resource: net::ERR_CONNECTION_RESET. 原因:公司内部限制了访问外网资源,凡是视频资源都不能访问. 解决方式: 1.更改要访问的资源地址,改成公司内网能访问到: 2.让公司取消访问外网策略限制... 原文地址:https://www.cnblogs.com/super-chao/p/8949803.html

.net 上传文件 Failed to load resource: net::ERR_CONNECTION_RESET Bug 解决

环境: .net 4.0 ashx一般处理程序 使用 html5 FormData ajax上传文件 功能如下:如果用户有登录,则对文件进行处理:如果用户没登录,则直接返回json,提示用户未登录 遇到问题: 用户登录:正常 用户没登录:调试的时候,没任何异常,浏览器显示Failed to load resource: net::ERR_CONNECTION_RESET错误. 解决方法:原因找了好久,考虑到可能是文件流还没跑完,直接返回json才出错的,再代码处理处理文件流,如下所示: else

Spring Boot Failed to load resource: the server responded with a status of 404 ()

出现错误: Failed to load resource: the server responded with a status of 404 () 但是其他页面正常显示: 原因: 浏览器看一下:  点开 看一下 请求链接: Request URL: http://localhost:8080/emp/asserts/css/bootstrap.min.css 明显 加了 请求关键字 emp 了. 但是我们的资源路径全部放在 static 应该没有问题,拦截器如果存在问题,那其他页面也不可能正