Home Home
  login

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.




another login /WSE problem

add-ons

Hi have somewhat the same problem as described in
http://community.countersoft.com/forums/thread/970.aspx
but this did not help me.
We are running a gemini 2.05 and are in the process of installing the screen capture device.
We have installed the WSE 2.0 SP3 run time library as mentioned and restarted the  server.
when i try to see the*/webservices/AuthWS.asmx
I get the following error:

Parser Error Message: The 'type' attribute must be set to a valid type name.

and

=== Pre-bind state information ===
LOG: DisplayName = Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
 (Fully-specified)
LOG: Appbase = file:///e:/www/gemini
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/ba75cca8/30c0b917/Microsoft.Web.Services2.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/ba75cca8/30c0b917/Microsoft.Web.Services2/Microsoft.Web.Services2.DLL.
LOG: Attempting download of new URL file:///e:/www/gemini/bin/Microsoft.Web.Services2.DLL.
WRN: Comparing the assembly name resulted in the mismatch: Build Number


I think this is very strange because Gemini is installed in d:/www/gemini and not e:/www/gemini.
Any idea why the Appbase is set to the wrong  path. and how it can be fixed?

Thanks
Simon

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

Try changing the version attribute of WSE to 2.0.3.0:

 

  • <section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

  • <webServices>

    <soapExtensionTypes>

    <add type="Microsoft.Web.Services2.WebServicesExtension, Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"

    priority="1" group="0" />

    </soapExtensionTypes>

    </webServices>


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks for your efforts,  we found the problem, and it was a problem with out internal installation.
Thanks for the fast response
/Simon


Simon
· 1
Simon