Consultor Eletrônico



Kbase P102081: Getting error "The namespace,, is a duplicate" when loading a .Net Web Service containing a .Net pro
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/31/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0x

SYMPTOM(s):

Getting error when loading a .Net Web Service containing a .Net proxy

The namespace,, is a duplicate

The web browse contains the following information:

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: The namespace, , is a duplicate.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.

The .Net Proxy contains functions that return strong typed DataSet.

The error does not occur if the functions return generic DataSet.

CAUSE:

Bug# 20050315-001

CAUSE:

The DataSet classes have all the same Namespace set to "".

FIX:

Upgrade to OpenEdge 10.1A and later