Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Access denied on Gemini DLLs with API

api

I use the Gemini api with an asp.net app. When I deploy it it runs fine for a while (about a day) and the I get the Access Denied error on the WebServices or Common DLL. (See attached example.)

Originally,I installed the DLLs in the bin directory of the app. When I got the error message, I could get it working by redeploying the app or even just renaming the DLL and renaming it back (presumably forcing a recompile of the app).

I tried installing the DLLs in the GAC. Again, it worked for a day, but after it failed, even uninstalling and reinstalling did not help.

What is happening here? Neither my custom DLLs nor other third party DLLs in my app have this issue. Clearly, it is not a true permissions problem, since it runs fine for several hours.

Thanks.

gemini.txt ]
User75023
· 1
User75023
Replies (2)
helpful
0
not helpful

Never seen this before! Did you put all CS dlls (commons and json in the GAC)?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes. Commons, WebServices, and the json were all in the GAC.

I did see that I left the WebServices and json in the bin directory of the app, so that was probably the problem. I have removed them from the bin and we'll see if that works.


User75023
· 1
User75023