zoukankan      html  css  js  c++  java
  • 未能找到任何适合于指定的区域性或非特定区域性的资源。请确保在编译时已将“Microsoft.VisualStudio.Data.Providers.SqlServer.SqlViewSupport.xml”正确嵌入或链接到程序集“Microsoft.VisualStudio.Data.Providers.SqlServer”,或者确保所有需要的附属程序集都可加载并已进行了完全签名。

    环境:win7 + VS2019

    配置SqlDataSource数据源报错:

    ---------------------------
    Microsoft Visual Studio
    ---------------------------
    未能找到任何适合于指定的区域性或非特定区域性的资源。请确保在编译时已将“Microsoft.VisualStudio.Data.Providers.SqlServer.SqlViewSupport.xml”正确嵌入或链接到程序集“Microsoft.VisualStudio.Data.Providers.SqlServer”,或者确保所有需要的附属程序集都可加载并已进行了完全签名。
    ---------------------------
    确定

    解决办法是将下面dll复制到 C:Program Files (x86)Microsoft Visual Studio2019CommunityCommon7IDE
    下载地址1:

    https://files.cnblogs.com/files/sygwin/Bca7bb94432284501a611a5e99c16736e637648143331623050_Microsoft.VisualStudio.Data.Providers.SqlServer.zip

    下载地址2:

    https://aka.ms/dc/file?name=Bca7bb94432284501a611a5e99c16736e637648143331623050_Microsoft.VisualStudio.Data.Providers.SqlServer.zip&tid=ca7bb94432284501a611a5e99c16736e637648143331623050

    参考:https://stackoverflow.com/questions/68814553/what-is-this-error-unable-to-add-data-connection-could-not-find-any-resources

    作者:四毛的家
    出处:http://www.cnblogs.com/sygwin/
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。
  • 相关阅读:
    oc中 中文到拼音的转换
    ios 添加全屏返回手势
    自我总结- CGAffineTransform
    解决pod search出来的库不是最新
    四舍五入的函数,保留小数点后几位数不四舍五入
    iOS 键盘变中文
    LanguageImage尺寸
    打包上传64位支持的解决办法
    第1年11月2日 ssh分发秘钥时出现错误“Permission denied (publickey,gssapi-keyex,gssapi-with-mic)” yarn
    第1年11月1日 uniapp原生
  • 原文地址:https://www.cnblogs.com/sygwin/p/15195380.html
Copyright © 2011-2022 走看看