VS 2012 No exports were found that match the constraint 解决办法 删除C:\Users\你的用户名\AppData\Local\Microsoft\VisualStudio\11.0 这里面的全部文件 文章出处:http://blog.luobotou.org/vs-2012-no-exports-were-found-that-match-the-constraint/…
清空Visual Studio 文件缓存目录 Just delete or rename this folder: %AppData%\..\Local\Microsoft\VisualStudio\11.0\ComponentModelCache or %AppData%\..\Local\Microsoft\VPDExpress\11.0\ComponentModelCache For Visual Studio 2013, change the version number: %AppDa…
在Sql Server 数据库还原出现 3154错误 解决方法1:不要在数据库名字上点右键选择还原,而要是在根目录“数据库”三个字上点右键选择还原,然后再选择数据库,问题便可以解决,如果不行参照方法2 解决方法2:写sql语句处理: RESTORE DATABASE [databaseName] FROM DISK = N'X:\数据库备份\database.bak' with replace, NOUNLOAD, STATS = 10 GO…
现在的Server用Windows Server 2012 R2的越来越多了,在部署带Sp1的SharePoint2013的时候,走完预安装工具后,点击setup提示缺少.net4.5. 其实Windows Server 2012 R2打完所有更新补丁后,操作系统的.net版本已经是4.6.1了,因为.net4.6是os的组件的一部分,所以无法直接卸载,也不能单独去手工安装.net4.5安装包. 通过dotnetfx_cleanup_tool 卸载失败了. 2种解决办法: a. 修改注册表: 1…