Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 External access assembly permission denied

Author  Topic 

ravithegreat
Starting Member

1 Post

Posted - 2008-12-29 : 03:31:39
Hi,

I am currently working on a SQL CLR assembly. When I try to deploy the assembly into my server I get the following error message

Error 12 EXTERNAL ACCESS ASSEMBLY permission was denied on object 'server', database 'master'.

I have set the trustworthy property of the database to 'True' and also assigned the user to the role of db_owner but still does'nt work. Then I gave the permissions to the login using the statement
'GRANT EXTERNAL ACCESS ASSEMBLY TO [loginname]' but no avail

Any help would be appriciated.
   

- Advertisement -