Error: Validation (Internet Explorer 6): Attribute 'MS_POSITIONING' is not a valid attribute of element 'body'.
-
Hi, As i am expecting this error **"Validation (Internet Explorer 6): Attribute 'MS_POSITIONING' is not a valid attribute of element 'body'."**and also while iam switching to design mode then on all the controls "Error Creating Control" is visible. Can anyone provide solution for this one. Thanks in advance.
-
Hi, As i am expecting this error **"Validation (Internet Explorer 6): Attribute 'MS_POSITIONING' is not a valid attribute of element 'body'."**and also while iam switching to design mode then on all the controls "Error Creating Control" is visible. Can anyone provide solution for this one. Thanks in advance.
Did you import the code into Visual Studio from a different program, or an earlier version of Visual Studio? I think that it was VS 2003 that supported absolute positioning of controls in the designer, a feature that was later dropped. Markup code from such a project would contain non-standard attributes that would show up as invalid in the validation in VS 2008.
Despite everything, the person most likely to be fooling you next is yourself.