VS 2022 DebugVisualizer

Posts   
 
    
kakaiya
User
Posts: 159
Joined: 20-Mar-2004
# Posted on: 04-Mar-2023 08:05:33   

Hi,

Using VS2022 Community - where should SD.LLBLGen.Pro.DebugVisualizers2022.dll file and any other file need to put it in to see 'bucket' in Visualizers?

Attachments
Filename File size Added on Approval
Exception.bmp 410,694 04-Mar-2023 10:36.25 Approved
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 06-Mar-2023 11:21:58   

Well this had me baffled for some time, but it turns out the AllowPartialTrustedCallers attribute on the debugger visualizer assembly causes this. Removing that makes it work.

We'll ship a hotfix for this later today for 5.9 and 5.10 (as we have another issue to fix in the runtime as well).

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 06-Mar-2023 17:31:22   

The hotfix for 5.9.5 and 5.10.1 is now available.

Frans Bouma | Lead developer LLBLGen Pro
kakaiya
User
Posts: 159
Joined: 20-Mar-2004
# Posted on: 07-Mar-2023 06:27:25   

Hi Otis,

Thank you.