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.




VS 2010 Integration

visual-studio
add-ons

I just tried this today and i get the message:

Your Gemini website is not configured to accept GET/POST/PUT/DELETE Http verbs.

Where can I set this up?

rternier
· 1
rternier
Replies (15)
helpful
0
not helpful

This is in IIS (on the web server). Edit the ASHX handler and allow all verbs for the Gemini site.
See: http://www.countersoft.com/downloads/v37/docs/GeminiInstallationGuide.pdf page 18.

We will welcome any immediate feedback.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks.


rternier
· 1
rternier
helpful
0
not helpful

Another question - What needs to happen to let Gemini and TFS talk?

I can get Gemini hooked into my VS Environment. Does Gemini support TFS yet?


rternier
· 1
rternier
helpful
0
not helpful

This is not possible at the moment.

The next release will make this happen.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I am having the same issue, but I have configured the ashx handler.  I've gone back and checked it multiple times, reset IIS, and it still gives me the same error.  Ideas?

Thanks,
Mike


mloranger
· 1
mloranger
helpful
0
not helpful

Which version of IIS are you running?
It might be that WebDav is taking over, try removing it from the handlers and modules of the Gemini site.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Hello, i'm getting the same error message with the desktop application. The .ashx handler is configured to accept all the forementioned verbs, but i'm still getting this error. What do you mean by 'WebDav is taking over'? What handler and module should i remove from the Gemini site?


andrei_robite
· 1
andrei_robite
helpful
0
not helpful

WebDAV is the handler and module to remove.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

FYI - TFS Source Control integration is done now: http://blogs.countersoft.com/index.php/2010/08/tfs-source-control


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I've the same problem when trying to connect to my gemini site.Your Gemini website is not configured to accept GET/POST/PUT/DELETE Http verbs.

I've been in touch with my hosting provider and they ensured WeDav is not supported and all verbs are supported.

I've tested the connection with the Countersoft Gemini API Test Harness and this works. I've been prompted with the full name of the logged in user and when I run the other function the result pane is filling with xml data.

Any ideas?


Nobug
· 1
Nobug
helpful
0
not helpful

Our site is configured correctly, are you using a proxy?
Please check the app.log for errors: %appdata%\CounterSoft\Gemini\Desktop\app.log


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I'm not using a proxy. The app.log is empty.

I'm using the 64bit version of VS.


Nobug
· 1
Nobug
helpful
0
not helpful

Are you sure that you can't connect to our installation?
Which version of Gemini (web) are you running?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Yes, I'm sure.

Gemini v3.7.2 Build 2784


Nobug
· 1
Nobug
helpful
0
not helpful

Can you please try and use fiddler (http://www.fiddler2.com/fiddler2) and check the response from the server?
Do you see any HTTP errors?


Mark Wing
· 9108
Mark Wing