Can't find WebUIValidation.js

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

  1. #1

    Default Can't find WebUIValidation.js

    We are experiencing the following error on our pages:

    Unable to find script library
    '/aspnet_client/system_web/1_0_3705_288/WebUIValidation.js'. Try placing
    this file manually, or reinstall by running 'aspnet_regiis -c'.

    When searching google I came across the solution that instructs you to
    modify the webconfig file, which we are in the process of testing to see if
    it fixes the problem. Here is what we put in our webconfig file:
    <webControls
    clientScriptsLocation="m:\web\users\L001U24ETU\htm l\aspnet_client\system_web
    \1_0_3705_288\" />

    My question is does anyone know why this happens? I talked to a friend of
    mine who was experiencing the same problems and what we narrowed it down to
    is that we got to the page with the error through a redirect. Have others
    seen this??

    Thanks
    Kevin


    Kevin Blakeley Guest

  2. Similar Questions and Discussions

    1. Using DW find to find tags not on page
      I transfering content from 1498 static pages into a MySQL database. I've isolated 1450 pages with single h1 or h2 tags that I can use in the title...
    2. trailing slash issue in Find.find
      require "find" Find.find("/usr/bin/") { |file| puts file } /usr/bin//rmdir /usr/bin//rm /usr/bin//mv /usr/bin//mknod /usr/bin//mkfifo...
    3. Forcing .NET to render the '/aspnet_client/system_web/1_0_3705_0/WebUIValidation.js' on the web page
      We are using our own custom JavaScript validation as well as .Net validation. However, when we include our custom validation on a page, ..NET does...
    4. CustomValidator Delima OR Rendering the WebUIValidation Tag
      When using a ASP.NET CustomValidator, which runs client- side javascript, and using other ASP.NET validators (i.e. RequiredField, Compare, etc.)...
    5. Can't Find the DSN
      I'm using an Access database on my site and have tried to connect via DSN. After tweaking the testing server info in Dreamweaver I can now "connect"...
  3. #2

    Default Re: Can't find WebUIValidation.js

    did you do this?
    >running 'aspnet_regiis -c'.



    Chance Hopkins 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