Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. "WebUIValidation.js" NOT FOUND

"WebUIValidation.js" NOT FOUND

Scheduled Pinned Locked Moved ASP.NET
asp-nethelpcsharpjavascriptvisual-studio
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    ZarrinPour
    wrote on last edited by
    #1

    Hi all, I'm writing an ASP.NET project and in one of its form,i have used an "RequiredFieldValidator " component But when i want to run project from visualStdio-IDE and while page is being loaded , i receive the following error: --------------------------- Microsoft Internet Explorer --------------------------- Unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing this file manually, or reinstall by running 'aspnet_regiis -c'. --------------------------- OK --------------------------- But i Heve checked the above path and the mentioned file : "WebUIValidation.js" exist in that directory. Also according to this error i ran "aspnet_regiis -c" but .....i receive this error again. Please Help me. Thanks a lot.

    M 1 Reply Last reply
    0
    • Z ZarrinPour

      Hi all, I'm writing an ASP.NET project and in one of its form,i have used an "RequiredFieldValidator " component But when i want to run project from visualStdio-IDE and while page is being loaded , i receive the following error: --------------------------- Microsoft Internet Explorer --------------------------- Unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing this file manually, or reinstall by running 'aspnet_regiis -c'. --------------------------- OK --------------------------- But i Heve checked the above path and the mentioned file : "WebUIValidation.js" exist in that directory. Also according to this error i ran "aspnet_regiis -c" but .....i receive this error again. Please Help me. Thanks a lot.

      M Offline
      M Offline
      MorningZ
      wrote on last edited by
      #2

      Make sure that the "aspnet_client" directory exists in the root of the website, not just inside the virtual directory.... you may think it is where it is supposed to be, but if you go into the "View Source" of the page, look for "WebUIValidation.js" (it'll be in a tag like: ) if your site is "http://www.domain.com", then try to point your browser at "http://www.domain.com/aspnet\_client/system\_web/1\_1\_4322/WebUIValidation.js" and see if indeed the file is there... my $$ is on that it ain't If you make it idiot-proof, they'll make a better idiot

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups