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.




Config error using webservices

web-app

I have installed Gemini using the MSI, and the web interface works fine, but now I am trying to get the webservices running (for use in the Importer) but keep getting the following config error. (After originally seeing this error I changed the version number on line 280 from '2.0.0.0' to '2.0.5050.0', but to no avail.) Any advice?

Thanks, Adam

Server Error in '/Gemini' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

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

Source Error:

Line 278:        <webServices>
Line 279:            <soapExtensionTypes>
Line 280:                <add type="Microsoft.Web.Services2.WebServicesExtension, Microsoft.Web.Services2, Version=2.0.5050.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
Line 281:            </soapExtensionTypes>
Line 282:        </webServices>

Source File: c:\inetpub\wwwroot\Gemini\web.config    Line: 280

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Web.Services2' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = Microsoft.Web.Services2, Version=2.0.5050.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
 (Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/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.5050.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gemini/f42e7299/690ce1c7/Microsoft.Web.Services2.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/gemini/f42e7299/690ce1c7/Microsoft.Web.Services2/Microsoft.Web.Services2.DLL. LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/Gemini/bin/Microsoft.Web.Services2.DLL. WRN: Comparing the assembly name resulted in the mismatch: Build Number


Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

adam
· 1
adam
Replies (3)
helpful
0
not helpful

Please see http://community.countersoft.com/forums/thread/926.aspx

You must have WSE2.0 SP3 installed on the web server.

 


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks


adam
· 1
adam
helpful
0
not helpful

I think the simplest solution is to change assembly version to 2.0.3.0. in config. This assembly is deployed with gemini (in bin folder) so there is no need to install another package to web server....   Michal Levy


michal.levy
· 1
michal.levy