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.




Cannot reference Services DLLs in Visual Studio

web-app

I've been asked by a client to integrate Gemini into an existing web application.  Seemed to be an easy enough task -- he gave me the link to the DLLs (the CounterSoftGeminiServices22_0.zip file) and a code sample.  Except when I try to add references to any of the DLLs, I get the following message from Visual Studio:

A reference to '...\CounterSoft Gemini\Gemini Services\CounterSoft.Gemini.Commons.dll' could not be added. This is not a valid assembly or COM component. Only assemblies with extension 'dll' and COM components can be referenced. Please make sure that the file is accessible, and that it is a valid assembly or COM component.

It gives me this error on CounterSoft.Gemini.Commons.dll, CounterSoft.Gemini.Services.dll, and Microsoft.Web.Services3.dll.

I am attempting to load this in a Visual Studio 2003 project, .Net 1.1.  Is that my problem?  (I checked, but I couldn't find requirements on the web site saying it needed anything greater.)  Do I have a corrupted download?  (How can I check?)

YakkoWarner
· 1
YakkoWarner
Replies (1)
helpful
0
not helpful

You need to use .NET 2.0.


Mark Wing
· 9108
Mark Wing