每次我在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’


基础教程推荐
- .net core 3.1 使用autofac注入(一) 2023-09-27
- .net core获取运行时文件绝对路径 2023-09-28
- C#中的只读结构体(readonly struct)详解 2023-03-14
- 在C#程序中注入恶意DLL的方法详解 2023-07-04
- C# / VB.NET 在PPT中创建、编辑PPT SmartArt图形的方法详解 2023-03-13
- WPF实现3D立方体波浪墙效果 2023-03-09
- unity shader 较完整光照(含有多光源阴影) 2023-05-05
- C# 中杨辉三角的实现 2022-11-18
- C#实现图表中鼠标移动并显示数据 2023-05-21
- C# protobuf自动更新cs文件 2023-02-08