Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / General / September 2005

Tip: Looking for answers? Try searching our database.

Bug In Visual Studio.NET

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ben J. - 10 Feb 2005 19:09 GMT
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.
clintonG - 10 Feb 2005 21:40 GMT
Report bugs to the MSDN Feedback Center [1]

Signature

<%= Clinton Gallagher
        METROmilwaukee "Regional Information Services"
        NET csgallagher AT metromilwaukee.com
        URL http://clintongallagher.metromilwaukee.com/

[1] http://lab.msdn.microsoft.com/ProductFeedback/Default.aspx

> The Bug,
> Create an ASP.net application
[quoted text clipped - 18 lines]
> Studio.NET in the past 2 years.  I have run into a lot of little annoying
> bugs that should be fixed.
Tony - 11 Feb 2005 19:38 GMT
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

> The Bug,
> Create an ASP.net application
[quoted text clipped - 18 lines]
> Studio.NET in the past 2 years.  I have run into a lot of little annoying
> bugs that should be fixed.
Ben J. - 11 Feb 2005 21:45 GMT
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.

> run this in command line at your web folder: aspnet_regiis -c
>
[quoted text clipped - 24 lines]
> > Studio.NET in the past 2 years.  I have run into a lot of little annoying
> > bugs that should be fixed.
cms123 - 28 Sep 2005 21:45 GMT
I do both of your said. But I still get the error message. I copy the hole
folder /aspnet_client/ to sub virture directory, it still does not work.

> Obviously you didn't try recreating the problem.
>
[quoted text clipped - 31 lines]
> > > Studio.NET in the past 2 years.  I have run into a lot of little annoying
> > > bugs that should be fixed.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.