Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: CLR Integration with Third Party DLL

    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...

  • RE: CLR Integration with Third Party DLL

    Thanks

    That is my next step.

  • RE: CLR Integration with Third Party DLL

    My config setting is not picking up from that location even I restarted by sql server

    what could be the problem?

  • RE: CLR Integration with Third Party DLL

    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?

  • RE: CLR Integration with Third Party DLL

    I solved this problem by

    1. setting set trustworthy on and

    2. signing my assembly a strong name (adding snk key).

  • RE: CLR Integration with Third Party DLL

    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...

Viewing 6 posts - 1 through 6 (of 6 total)