CounterSoft Community Server

Welcome to CounterSoft Community Server Sign in | Join | Help
Home Forums

Error when running a web service - Scheduler

Last post 07-18-2008, 1:55 PM by Bheeks. 12 replies.
Sort Posts:
  •  07-16-2008, 9:26 AM

    Error when running a web service - Scheduler

    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..

  •  07-16-2008, 4:42 PM

    Re: Error when running a web service - Scheduler

    Where did you install the scheduler to?
  •  07-17-2008, 8:33 AM

    Re: Error when running a web service - Scheduler

    within the Gemini folder...which is the same folder the gemini site is installed

  •  07-17-2008, 9:23 AM

    Re: Error when running a web service - Scheduler

    You need to install it to a different folder. Uninstall the scheduler and install it to its own folder.
  •  07-17-2008, 10:04 AM

    Re: Error when running a web service - Scheduler

    hi..thanks for you response.

    I installed the scheduler in a different folder, I tried running one of the web services from the browser and it still comesup with the error.

  •  07-17-2008, 11:25 AM

    Re: Error when running a web service - Scheduler

    Which countersoft's DLLs do you have in the bin folder of the web app?
  •  07-17-2008, 11:38 AM

    Re: Error when running a web service - Scheduler

    all of them..I did not know which to remove of the old version...reason being..I did remove them all to begin with, then installed the ones that came with v3...but the login from our company site to gemini did not work with any of the new one's...that is why I had to put back the old countersoft.Gemini.DLL to get the login to work
  •  07-17-2008, 8:16 PM

    Re: Error when running a web service - Scheduler

    You should not do this. You can not mix DLLs from the old version with the new one.

    Do you know what was the issue with SSO?

  •  07-18-2008, 8:37 AM

    Re: Error when running a web service - Scheduler

    when I remove al the old ones and just have the new DLL's...this is the error that comes up

    Server Error in '/Gemini' Application.

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Could not load type 'Gemini.SSO'.

    Source Error:

    Line 1:  <%@ Page language="c#" Codebehind="SSO.aspx.cs" AutoEventWireup="false" Inherits="Gemini.SSO" %>
    Line 2:  
    Line 3:  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

  •  07-18-2008, 9:09 AM

    Re: Error when running a web service - Scheduler

    Seems like you are going to the old page!

    How did you upgrade your website?

  •  07-18-2008, 9:32 AM

    Re: Error when running a web service - Scheduler

    I removed the old files at first,then copied the new files over to the folder. This is when I began receiving problems regarding the SSO, I then copied the old SSO back as the new files did not conatain any SSO file....then I picked up the DLL problem, to which I then copied the 'old' CounterSoft.Gemini.DLL back....which then solved the login issue...but now the scheduler web services does not work as there is a DLL clash...I can overcome this by choosing to use the mailplugin instead of the scheduler but this is not ideal...

    Right as it stands now...by me using the old SSO page and using the mailplugin...everything is working...but I want to use the scheduler and want the login to be more secure...currently I am passing the parameters from our companys' web site url to log directly into gemini.

     

  •  07-18-2008, 9:36 AM

    Re: Error when running a web service - Scheduler

    Which old files did you remove? Just the dlls?

    You need to deploy all new files (aspx etc..).

  •  07-18-2008, 1:55 PM

    Re: Error when running a web service - Scheduler

    Hi

    once again..thanks for the help

    I have deployed everything....aspx, controls..everything

View as RSS news feed in XML