hey there...
I have now installed the scheduler service but I am receiving the following error when I try to run the gemini.asmx file from my browser
The type 'Gemini.GeminiWS' is ambiguous: it could come from assembly 'E:\Website\companywebsite\Gemini\bin\CounterSoft.Gemini.DLL' or from assembly 'E:\Website\companywebsite\Gemini\bin\CounterSoft.Gemini.Web.DLL'. Please specify the assembly explicitly in the type name.
Seems that I need to specify which assembly it needs to use...which assembly does it need?...do I just point it to use a specific assembly in the header tags of the asp.net page??..
(i.e. <% Assembly Name="AssemblyName"%> )......
any help would be greatly appreciated..