简体   繁体   English

无法在VS19中加载LLBL Gen Pro的自定义可视化程序

[英]Unable to load custom visualizer of LLBL Gen Pro in VS19

I am using Visual Studio 2019. To C:\\Users...\\Documents\\Visual Studio 2019\\Visualizers I have added the following dll files to enable a visualizer for predicate buckets by LLBL Gen Pro. 我正在使用Visual Studio 2019.对于C:\\ Users ... \\ Documents \\ Visual Studio 2019 \\ Visualizers,我添加了以下dll文件以通过LLBL Gen Pro为谓词存储桶启用可视化器。 This approach works for VS 2017. 此方法适用于VS 2017。

The dll files: SD.LLBLGen.Pro.DebugVisualizers2017.dll, SD.LLBLGen.Pro.DQE.SqlServer.dll, SD.LLBLGen.Pro.ORMSupportClasses.dll dll文件: SD.LLBLGen.Pro.DebugVisualizers2017.dll, SD.LLBLGen.Pro.DQE.SqlServer.dll, SD.LLBLGen.Pro.ORMSupportClasses.dll

When trying to use it in VS19, I get the following error prompt: 尝试在VS19中使用它时,出现以下错误提示:

Unable to load the custom visualizer. 无法加载自定义展示台。 Could not load file or assembly 'SD.LLBLGen.Pro.DebugVisualizers2017, Version=5.5.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27' or one of its dependencies. 无法加载文件或程序集'SD.LLBLGen.Pro.DebugVisualizers2017,Version = 5.5.0.0,Culture = neutral,PublicKeyToken = ca73b74ba4e3ff27'或其依赖项之一。 Operation is not supported. 不支持该操作。 (Exception from HRESULT: 0x80131515) (来自HRESULT的异常:0x80131515)

Has anyone encountered this problem before? 有人遇到过这个问题吗? What could I do about it? 我该怎么办?

The code snippet where I am trying to observe/ visualize the predicate: 我试图观察/可视化谓词的代码段:

     class Something {

     public void DoSG(TransactionListFilters filters)  
     {

          var transactionBucket = GetTransactionBucket(filters);
          var locationBucket = GetTransactionBucket(filters, false, true); }

          ...
     }

The debugger visualizers are compiled against the visualizer dll for the particular vs version. 调试器可视化程序针对特定vs版本针对可视化程序dll进行编译。 For vs 2019 we ship a visualizer in v5.6 which is currently in beta. 对于vs 2019,我们在v5.6中发布了可视化工具,该工具目前处于测试阶段。

ps: next time, ask the question on our support forums as we don't actively monitor stack overflow. ps:下一次,由于我们没有主动监控堆栈溢出,请在我们的支持论坛上提问。 https://www.llblgen.com/tinyforum . https://www.llblgen.com/tinyforum

If you want to have the visualizer be compiled against the dll from vs 2019, use the sourcecode for the runtimes, which is available to you on our website after you've logged in (under the extras section for downloads for a particular version). 如果要从Visual Studio 2019开始针对dll编译可视化程序,请使用运行时的源代码,登录后即可在我们的网站上找到该源代码(在Extras部分下可下载特定版本)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 LLBL GEN PRO 3.1选择两个不同的字段 - LLBL GEN PRO 3.1 Select distinct two fields C# 自定义 Fonts 在 Xamarin Forms (Android) 中不起作用。 Xamarin 4.8。 Windows 10, VS19 - C# Custom Fonts not working in Xamarin Forms (Android). Xamarin 4.8. Windows 10, VS19 VS19 .NET Target Frameworks 锁定在 2.0、3.0 和 3.5 - VS19 .NET Target Frameworks is locked on 2.0, 3.0, & 3.5 无法运行简单的单元测试 #Cs #VS19 #MSTest - Can't run a simple Unit Test #Cs #VS19 #MSTest VS19 C# 只有一种字体 class 构造函数给出 - VS19 C# only one Font class constructors given 使用 vs19 中的构建后执行自动复制目录的每个文件 - Copy every files of a dir automatically using post build executions in vs19 在VS19中创建项目以使用Angular前端和ASP.NET后端 - Creating a Project in VS19 to work with an Angular Frontend and ASP.NET Backend 从 VS19 调试模式到已发布网站的 DevOps 接口有什么区别? - What is a Difference between DevOps Interface from VS19 Debug Mode to published Website? Visual Studio自定义调试器可视化程序无法加载依赖项 - Visual Studio custom debugger visualizer cannot load dependency DbCommand的自定义Visualizer - Custom Visualizer for DbCommand
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM