Exception: Cannot declare a namespace and a type both named 'A'

  •  05-26-2006, 9:47 PM

    Exception: Cannot declare a namespace and a type both named 'A'

    Server Error
    Compilation Exception 
    Cannot declare a namespace and a type both named 'A'
     
    We used the CuteEditor for a few months with nothing like this happening. Now all of a sudden, with no changes to anything under the /CuteSoft_Client directory, this server side exception began appearing inside the editor's text region at runtime. This happens on every page where we use it. The the toolbars are getting formatted pretty randomly too (8 rows of 5 buttons across on a blank gray background & such). Even though it says "compilation error," it's not happening when we compile our solution... it's getting thrown when the editor dynamically compiles at runtime, (and it's visible to the end user).
     
    We saw posts here that said this had been fixed, we so completely removed all traces of version 5.2, then installed 5.3. No dice.
     
    How do we resolve this?
     
    Where can we get a DLL version that we can debug? ...or a differently obfuscated or non-obfuscated copy of the 5.3 DLL; we don't care, anything without members named "a"? This is really hurting us.
View Complete Thread