Good day everyone,
I have this problem where my ssrs cant load the module which is a zxing custom DLL. I can preview it but whenever I try to deploy it, the error occurs which says
"Error while loading code module: zxing, Version=0.15.0.0, Culture=neutral, PublicKeyToken=token' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded."
I am using ssrs 2014, sql data tools 2012 and .Net 4.0.1. I already copied the DLL into the following folders:
C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER_EMA\Reporting Services\ReportServer\bin
and
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies
I also configured the rssrvpolicy with the following:
<CodeGroup
class="UnionCodeGroup"
version="1"
PermissionSetName="FullTrust"
Name="zxing"
Description="">
<IMembershipCondition
class="UrlMembershipCondition"
version="0.15.0.0"
PublicKeyToken="4e88037ac681fe60"
Url="C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER_EMA\Reporting Services\ReportServer\bin\zxing.dll"
/>
I am forgetting something? I would really appreciate any help, I tried what I found. Thanks.