2015-02-02 2 views
4

Я использую потоки в моем SQL CLR Project, и я получаю следующую ошибку при попытке запустить мою определяемую пользователем функцию. Что я могу сделать, чтобы включить такие потоки, как библиотека Parallel и ждать/async в моем проекте?System.Security.HostProtectionException: Попытка выполнить операцию, которая была запрещена узлом CLR

Msg 6522, Level 16, State 1, Line 4 
A .NET Framework error occurred during execution of user-defined routine or aggregate "CalculateInfo": 
System.Security.HostProtectionException: Attempted to perform an operation that was forbidden by the CLR host. 

The protected resources (only available with full trust) were: All 
The demanded resources were: Synchronization, ExternalThreading 

System.Security.HostProtectionException: 
    at UserDefinedFunctions.getData() 
    at UserDefinedFunctions.CalculateInfo() 

ответ

0

Set Premission установить значение поля для Unrestricted.

 Смежные вопросы

  • Нет связанных вопросов^_^