Visual Studio 2022 community ssrs external assembly path

Sushil Agarwal 381 Reputation points
2021-12-12T04:16:42.557+00:00

Hello experts,

can comeone guide which path should i copy dll files which are required in ssrs reports

for example for vs2019 community,
i have copied
BarcodeLib45.dll
Gma.QrCodeNet.Encoding.dll

to path
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\SSRS

then i can see the ssrs without error.

but in vs2022 community ide, when the project is run and report with external assemblies are run its giving error
156820-vs2022-ssrs-dll-not-found.png

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,841 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,816 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Karen Payne MVP 35,196 Reputation points
    2021-12-12T10:57:30.077+00:00

    The install Visual Studio 2010 oddly sounds to me like the DLL is 32bit and as (I don't have VS2022) I understand VS2022 is 64 bit which would account for not loading.

    Nothing in release notes indicate 32 or 64bit so I may be wrong but wanted to put this out there.

    0 comments No comments

  2. Isabellaz-1451 3,616 Reputation points
    2021-12-13T01:33:19.063+00:00

    Hi @Sushil Agarwal
    Can you install the Gma.QrCodeNet.Encoding in another way ? From the nuget ?
    157001-image.png

    And I see that the RDC report can‘t open from your log, maybe you can just modify the suffix of the report to ’rdlc‘ ,then you can edit the report as you like .

    Hope this helps

    Best Regards,
    Isabella


    If the answer is the right solution, please click "Accept Answer" and upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. Isabellaz-1451 3,616 Reputation points
    2021-12-13T03:23:11.097+00:00

    Hi @Sushil Agarwal
    Thanks for reply.
    I am afraid the reporting service project is currently not supported in vs 2022 .

    Reporting Services projects currently not supported in Visual Studio 2022 The Reporting Services projects extension is not yet supported in Visual Studio 2022. This page will be updated when supported.

    I found this from this thread :https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftReportProjectsforVisualStudio

    Best Regards,
    Isabella

    0 comments No comments