Viewing 6 posts - 1 through 6 (of 6 total)
Hi,
I have an issue with security.
Error Message:
System.Configuration.COnfigurationErrorException:
An error occured creating the configuration section header for securityCryptographyConfiguration: That assembly does not allow partially trussted callers(C:\program...\MSSQL.1\Binn\sqlservr.exe.config line 6) ---> System.SecurityException: That assembly...
December 15, 2008 at 4:51 am
My config setting is not picking up from that location even I restarted by sql server
what could be the problem?
December 14, 2008 at 6:53 pm
In which name I should have app.config file?(app.config or sqlservr.exe.config),
in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn path
or any other path?
December 14, 2008 at 6:34 pm
I solved this problem by
1. setting set trustworthy on and
2. signing my assembly a strong name (adding snk key).
December 14, 2008 at 6:12 pm
Thanks Jonathan
Issue has been solved.
Have a new issue.
In my assembly i have used Enterprise library - cryptography, that required app config.
when I run my function it throws an error that...
December 12, 2008 at 7:40 am
Viewing 6 posts - 1 through 6 (of 6 total)