Hello,
when using the debug mode with AN everythings seems to be fine.
but when switch to release, I get the following error:Error 363 CREATE ASSEMBLY for assembly 'Arachnode.Functions' failed because assembly 'Arachnode.Functions' is not authorized for PERMISSION_SET = UNSAFE. The assembly is authorized when either of the following is true: the database owner (DBO) has UNSAFE ASSEMBLY permission and the database has the TRUSTWORTHY database property on; or the assembly is signed with a certificate or an asymmetric key that has a corresponding login with UNSAFE ASSEMBLY permission. Functions
which is the error that you get when you have not reset database.
I have already run the RESET_DATABASE procedure, so what else can be the issue?
In the first time I tried to run on release mode, I was asked to select a connection strin (server name and database), but I couldn't find the instance of the sqlserver.
Now I am stuck with that message...
Thanks for help.
Any chance you changed the config setting here?
For best service when you require assistance:
Skype: arachnodedotnet
I will check it out - this is a project setting that may be project configuration specific - one second...
BINGO!!!