每次我在VS 2013中运行我的项目时,都会遇到以下异常Could not load file or assembly‘Microsoft.VisualStudio.Data.Tools.SqlEditor.dll’ or one of itsdependencies. An attempt was made to load a program with...
每次我在VS 2013中运行我的项目时,都会遇到以下异常
Could not load file or assembly
‘Microsoft.VisualStudio.Data.Tools.SqlEditor.dll’ or one of its
dependencies. An attempt was made to load a program with an incorrect format.
我试图运行一些命令,但没有到达任何地方.可能是什么原因,并解决它.谢谢.
解决方法:
基于this,Microsoft.VisualStudio.Data.Tools.SqlEditor.dll由Microsoft SQL Server数据工具安装,由Visual Studio安装.
运行Visual Studio安装程序(从“添加/删除程序”)并选择修复重新安装此缺少的依赖项,现在我不再在启动时收到错误.
本文标题为:c# – 无法加载文件或程序集’Microsoft.VisualStudio.Data.Tools.SqlEditor.dll’
- 详解Asp.Net MVC的Bundle捆绑 2022-11-24
- Unity 2017使用UGUI实现大转盘抽奖 2023-01-11
- C#利用GDI+给图片添加文字(文字自适应矩形区域) 2022-12-11
- c# Struct的一些问题分析 2023-04-21
- C#中ftp检测目录是否存在和创建文件夹的实现 2023-06-21
- Unity图形学之ShaderLab入门基础 2023-05-12
- c# – 如何在SQL中按列名检查单元格是否为空? 2023-11-13
- C# 开发step步骤条控件详解 2022-11-02
- C#连接SQL Server的实现方法 2023-01-06
- 使用C#Windows窗体应用程序中的Windows API读取非C#Apps文本框 2023-09-19