I have an SSRS report that I wrote, taking advantage of System.Numerics.BigInteger. When the client installs the report they get this error:
The client is using .NET version 4.6.1 and the report works when installed on my local server. When I wrote the report I had to add a reference to the assembly like so:
What am I missing/not understanding that causes this not to work?