Thanks.  Sorry I hadn't gotten back.  And thanks for the
good suggestion, but ScriptResource.axd was the very
first thing I checked!

I think the problem arises from trying to load version 3.5 of the
Web.Extensions
in Web.config.  Or at least when the environment is VS2005, the
problem occurs, that is, the ASP.Net Validator controls fail and cause
a
Web server error on page load.

I removed the following two lines from my Web.config:

  <add assembly="System.Web.Extensions, Version=3.5.0.0,
           Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  <add assembly="System.Web.Extensions.Design, Version=3.5.0.0,
          Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

and everything worked fine.  In that particular solution, I don't
have any version 3.5 stuff.

I have not tried running the same solution in VS2008.  Might see some
differences in the build that don't have the problem.

Feedback anyone?

Jim



On Oct 13, 10:44 am, CK <[EMAIL PROTECTED]> wrote:
> is any of your ajax working either?
>
> If in IE you get a javascript error saying sys is not defined, then
> your ScriptResource.axd isn't registered properly.
>
> On 13 Oct, 11:05, Stratum <[EMAIL PROTECTED]> wrote:
>
>
>
> > I use the ASP.Net Required Field Validator control on
> > some Web pages.
>
> > After I added the AJAX Control Toolkit to
> > my VS2005 and modified the Web.config
> > file, the pages with ASP.Net validator
> > controls could no longer be served either
> > by my localhost or by my on-line Web host.
>
> > Any idea what's happening?  I'm pretty sure
> > the problem is that I have inadvertently
> > disabled the serving of pages with
> > ASP.Net validator control JavaScript.
>
> > Jim-
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/DotNetDevelopment

You may subscribe to group Feeds using a RSS Feed Reader to stay upto date 
using following url  

<a href="http://feeds.feedburner.com/DotNetDevelopment";> 
http://feeds.feedburner.com/DotNetDevelopment</a>
-~----------~----~----~----~------~----~------~--~---

Reply via email to