I have moved an assembly out of the GAC and into an applocal location. The assembly uses the CLR and the expression host for generating code on the fly. When it tries to generate the code, it hits an Exception in the CLR and crashes. I am assuming the issue is the GAC gets Fulltrust by default, my app location does not.
I have tried adding a custom configuration file that grants fulltrust to all assemblies, but I still get the error.
I am not sure what I need to do to get the DLL to function, looking for any advice.
Here is the error:
Thanks,
Brad
Brad Syputa, Microsoft SQL Server Business Intelligence This posting is provided ASIS with no warranties.