Re: Bug In Visual Studio.NET
From: Ben J. (BenJ_at_discussions.microsoft.com)
Date: 02/11/05
- Next message: royv: "Running ASP.NET in VS.NET"
- Previous message: lryan: "Re: Now VS.NET 2003 comes with Win 2003 Server / SQL 2000"
- In reply to: Tony: "Re: Bug In Visual Studio.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Feb 2005 13:45:03 -0800
Obviously you didn't try recreating the problem.
aspnet_regiis -c will not do anything in this situation.
If you don't stick the script tag into the aspx file, then asp.net will do
it on postback and that won't work in IE.
"Tony" wrote:
> run this in command line at your web folder: aspnet_regiis -c
>
> it will solve your problem, not put javascript on the top of your web page.
>
> Tony
>
>
> "Ben J." <Ben J.@discussions.microsoft.com> wrote in message
> news:D4557FFE-588A-44A3-9B3B-28379791E917@microsoft.com...
> > The Bug,
> > Create an ASP.net application
> > on a form insert a System.Web.UI.HtmlControls.HtmlTable
> > inside it insert a field required validator and a textbox, set the
> > validator's control to validate to the text box.
> > put a button on the page not inside the table.
> > on page load set the table's visible property to false
> > on button click set the tables visible property to true.
> >
> > You will get the following error when you click the button
> > "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'.
> >
> > you can solve this problem by manually inserting the following code line
> > into your aspx header.
> > <script language="javascript" type="text/javascript"
> > src="/aspnet_client/system_web/1_1_4322/WebUIValidation.js"></script>
> >
> > I don't understand why Microsoft hasn't released any updates for Visual
> > Studio.NET in the past 2 years. I have run into a lot of little annoying
> > bugs that should be fixed.
> >
> >
> >
>
>
>
- Next message: royv: "Running ASP.NET in VS.NET"
- Previous message: lryan: "Re: Now VS.NET 2003 comes with Win 2003 Server / SQL 2000"
- In reply to: Tony: "Re: Bug In Visual Studio.NET"
- Messages sorted by: [ date ] [ thread ]