SQLServer2017 CLR system.io.fileloadexception 0x8013150a

EXEC sp_configure 'show advanced options', 1; 
RECONFIGURE with override; 
EXEC sp_configure 'clr strict security', 0; 
RECONFIGURE with override; 
EXEC sp_configure 'show advanced options', 0; 
RECONFIGURE with override;