question

SushilAgarwal-8271 avatar image
0 Votes"
SushilAgarwal-8271 asked Isabellaz-1451 answered

Visual Studio 2022 community ssrs external assembly path

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


sql-server-reporting-serviceswindows-forms
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

karenpayneoregon avatar image
0 Votes"
karenpayneoregon answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Isabellaz-1451 avatar image
0 Votes"
Isabellaz-1451 answered SushilAgarwal-8271 commented

Hi @SushilAgarwal-8271
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.









image.png (71.4 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

The Gma.QrCodeNet.Encoding is properly referenced in project and when clickonce published report can be seen, but within vs 2022 ide either report project or application debug from vs2022 while previewing report above error is occuring

0 Votes 0 ·
Isabellaz-1451 avatar image
0 Votes"
Isabellaz-1451 answered

Hi @SushilAgarwal-8271
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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.