Unrecognized attribute 'xmlns'

Get the following VB.Net error when starting application. Program breaks on exception at ambiguous line of code:

Public Class FormOrderList 'My order list form
Inherits System.Windows.Forms.Form

Does anyone have a clue how I can find the real offending line of code. Assume it is an offending XML name space, and I have only messed with the .config XML which looks fine. Thanks in advance for any help.

The Error:

An unhandled exception of type 'System.Configuration.ConfigurationException' occurred in system.windows.forms.dll

Additional information: Unrecognized attribute 'xmlns'

Comments

  • I figured it out myself.

    : Get the following VB.Net error when starting application. Program breaks on exception at ambiguous line of code:
    :
    : Public Class FormOrderList 'My order list form
    : Inherits System.Windows.Forms.Form
    :
    : Does anyone have a clue how I can find the real offending line of code. Assume it is an offending XML name space, and I have only messed with the .config XML which looks fine. Thanks in advance for any help.
    :
    : The Error:
    :
    : An unhandled exception of type 'System.Configuration.ConfigurationException' occurred in system.windows.forms.dll
    :
    : Additional information: Unrecognized attribute 'xmlns'
    :

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion