web.config error

  • Thread starter Thread starter jack
  • Start date Start date
J

jack

Hi all
every time i run and aspx page i get the bellow error

<compilation debug="true">
Line 31: <assemblies>
Line 32: <add assembly="System.Web.Extensions,
Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/Line 33: <add assembly="System.Design, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 34: <add assembly="System.Web.Extensions.Design,
Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/


i would be glad if any one help me in this.
 
Did you add the System.Web.Extensions.Design dll to your project? This is in
the same folder as the System.Web.Extensions dll for ASP.Net AJAX.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
 
Back
Top