attribute 'class' not recognised

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default attribute 'class' not recognised

    Hi

    I am looking at ASP.NET Community Starter Kit (VBVS) available from
    [url]www.asp.net[/url]. The application seems to run, however when I run it in Visual
    Studio in debug mode looking at ascx files, it comes up with two types of
    errors:

    1. The active schema does not support the element 'span'
    2. Could not find an attribute 'class' of element 'tr'

    The complete application (including SQL Server 2000) and Visual Studio
    (2000) is on a desktop machine. The desktop machine uses Windows 2000
    Professional.

    Is this problem related to the fact that I am not using Windows 2000 Server?
    Is there something wrong with my IIS installation?
    If not how can I view the contents of my 'active schema'?

    Regards
    Uli


    Uli Guest

  2. Similar Questions and Discussions

    1. Contribute not recognised
      Have recently changed PCs and when I go to enable Contribute in Dreamweaver 8, calls for "install v2.0" or later when I have already installed CS3....
    2. #39678 [Opn->Bgs]: __set and __get not called where a class attribute is called statically
      ID: 39678 Updated by: tony2001@php.net Reported By: denis at edistar dot com -Status: Open +Status: ...
    3. #39678 [NEW]: __set and __get not called where a class attribute is called statically
      From: denis at edistar dot com Operating system: Linux PHP version: 5.2.0 PHP Bug Type: Scripting Engine problem Bug...
    4. Recognised Web Qualifications
      Hi all, other than the macromedia certifications, do you know of any recognised web design/management certifications out there, i'm talking about...
    5. how to add class attribute to html code?
      Hi, I have a control that has a property. The property is a class type. I have made it expandable in property grid like fontinfo class. But I...
  3. #2

    Default Re: attribute 'class' not recognised

    Okay I managed to sort this out - must set target schema for page to ie5 to
    be able to recognise parameters in html commands.

    "Uli" <ingrids@global.co.za> wrote in message
    news:eQvOpdEUDHA.1864@TK2MSFTNGP11.phx.gbl...
    > Hi
    >
    > I am looking at ASP.NET Community Starter Kit (VBVS) available from
    > [url]www.asp.net[/url]. The application seems to run, however when I run it in
    Visual
    > Studio in debug mode looking at ascx files, it comes up with two types of
    > errors:
    >
    > 1. The active schema does not support the element 'span'
    > 2. Could not find an attribute 'class' of element 'tr'
    >
    > The complete application (including SQL Server 2000) and Visual Studio
    > (2000) is on a desktop machine. The desktop machine uses Windows 2000
    > Professional.
    >
    > Is this problem related to the fact that I am not using Windows 2000
    Server?
    > Is there something wrong with my IIS installation?
    > If not how can I view the contents of my 'active schema'?
    >
    > Regards
    > Uli
    >
    >

    Uli Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139