最近遇到一个问题,打开VS2013和SQL Server2014都会出报错,错误信息如下: 以前都是好好的,重启了机子也不行,能打开两个VS,再打开第三个VS还是会报错,百度无果,还是在google上找到解决方法,在此记录. 原因是我最近装了mysql,环境变量里的字符数有2181个,字符过长,删掉了不用的不重要的环境变量,字符数降到1849个(字符数在2048个以内即可),打开VS2013和SQL Server,一切正常. mysql相关环境变量,确实过于冗长... C:\Program Fi…
问题描述: windows 10 系统里用Visual Studio 2013打开项目,提示如下: 说项目的.NET Framework version=v4.5,系统里没装,让将项目的框架从v4.5改为4.5.感觉有点扯淡,win10系统里.net framework 4.5是随系统必须要安装的(我的系统是从win7升级到win10的). 解决方案: 下载Windows SDK,安装 .NET Framework 4.5 Software Development Kit,问题解决. 下载地址:…
记一次查询超时的解决方案The timeout period elapsed...... https://www.cnblogs.com/wyt007/p/9274613.html Exception has been thrown by the target of an invocation Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not…
因为从新安装了.net 4.0版本,再打开visual studio 2013时,提示报错:未能完成此操作,不支持接口 解决办法:从microsoft官网下载了最新4.5版本进行安装后.即可成功打开.…
最近因为要做一个启动器,在使用WPF做UI的时候,发现有错误如下: 错误 1 未知的生成错误"此实现不是 Windows 平台 FIPS 验证的加密算法的一部分. 行 8 位置 3." c:\users\tinayh\documents\visual studio 2013\Projects\WpfApplication1\WpfApplication1\App.xaml 8 3 WpfApplication1 百思不得其解啊,于是在网上solo,找到了解决方法: 1.在window中…
当使用Visual Studio打开项目时,如果遇到如上情况,可能是缓存问题,删除解决方案缓存(suo后缀文件)后重新打开sln解决方案即可,如下图…
今天搭建微信扫码支付环境的时候,一样的配置参数,调用连接提示错误 错误:调用的目标发生了异常 然后跟踪到执行 MD5 md5 = System.Security.Cryptography.MD5.Create(); 代码报错,使用度娘搜索无果.后面从谷歌搜索英文错误得以解决 解决办法: add the following configuration to your application configuration file and see if it works fine for you. 加…
I'd suggest checking for an inner exception. If there isn't one, check your logs for the exception that occurred immediately prior to this one. This isn't a web-specific exception, I've also encountered it in desktop-app development. In short, what's…
今天使用Visual Studio 2013打开一个windows 应用商店程序的时候,发现出现如下异常:    at System.Windows.Input.Cursor.LoadFromFile(String fileName)   at System.Windows.Input.Cursor..ctor(String cursorFile)   at Microsoft.Expression.Utility.FileResourceManager.GetCursor(String nam…
使用Visual Studio 2013打开没有问题,但Visual Studio 2015打开cshtml就会提示"Object reference not set to an instance of an object"错误.解决方案是删除 %LocalAppData%\Microsoft\VisualStudio\14.0\ComponentModelCache 下的所有文件或该目录.…