Hello,
Is there a policy change for full trusted assemblies in ssrs 2014 in Native mode? I have an assembly that uses the File.Exists funtion. For this the assembly should be FULLTRUST in the config files:
msdn.microsoft.com/en-us/library/ms152828(v=sql.120).aspx
(cannot post an url so removed https:\\)
In ssrs 2012 it works file but I'm trying to run the assembly on a SQL 2014 machine but this does not work. Also in my visual studio 2013 the assembly is full trusted. I tried to add the assembly in the GAC and created an StrongNameMembershipCondition with PublicKeyBlob key but this does not work as well.
I'm out of options. hope that someone can help me with this.
Kind regards,
Ronald