Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compilation Error - Global
Message
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
Compilation Error - Global
Divers
Thread ID:
01001995
Message ID:
01001995
Vues:
64
I have a webservice that runs fine on my local computer. When I move the webservice to my webserver I get an error with WSDLReader stating the XML Parser failed at linenumber 0. The download of the specified resource has failed.

When I try to load the WSDL file, by pointing to the URL on the server I get the following message:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: CS1595: 'aeServices.Global' is defined in multiple places; using definition from 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\aeservices\974c8d44\99ad8e8a\assembly\dl2\febfcee4\4e0237a1_263ac501\aeImporter.DLL'

Source Error:

 

Line 26:     
Line 27:     [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 28:     public class Global_asax : aeServices.Global {
Line 29:         
Line 30:         private static bool __initialized = false;
 

Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\aeservices\974c8d44\99ad8e8a\nwm4ugox.0.cs    Line: 28 
Any ideas?

Thank you,
Paul
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform