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.




Strong Named dll's

web-app

I am in the process of trying to use your webservices and I need to strong name the assembly.  However since I used the proxy files I have to Strong name your DLL.  Is there a way to do this or do you have a strong named version available?

If not I may have to create a generic proxy class for eash service needed so I can remove the dependance on the GeminiLib dll file. 

What are your thoughts...

JCauble
· 1
JCauble
Replies (2)
helpful
0
not helpful

Why do you not want to use GeminiLib.dll?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

When I added the proxy classes provided in the sample code from the application it would not compile until I added a reference to the GeminiLib object.  The help file said to use those so you had well defined entities. 

I guess I can generate my own proxy classes but I was trying to follow the directions provided in the help file. 

Basically in all the proxy classes you have objects like ProjectEN, IssuesEN, etc that are the return type of the service calls.  Then I tried to use the Proxy helper provided in your sample as well.

So, I might have to do it the old fashion way as it were...


JCauble
· 1
JCauble