Err: Could not load type 'Microsoft.Web.Services.ScriptModule'.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudhaMurugesan
    New Member
    • May 2007
    • 94

    Err: Could not load type 'Microsoft.Web.Services.ScriptModule'.

    Hi all,
    I am using ASP.net & C#. I get this server error . I tried to paste the bin folder manually and removed the <httpmodules> using <remove name="ScriptMod ule">. But its of no use. How shall i solve this problem. Help me plz..

    Server Error in '/Alteration' Application.
    --------------------------------------------------------------------------------

    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Could not load type 'Microsoft.Web. Services.Script Module'. (D:\PMS\web.con fig line 119)

    Source Error:


    [code=xml]Line 117: </httpHandlers>
    Line 118: <httpModules>
    Line 119: <add name="ScriptMod ule" type="Microsoft .Web.Services.S criptModule"/>
    Line 120: <add name="BridgeMod ule" type="Microsoft .Web.Services.B ridgeModule"/>
    Line 121: <add name="WebResour ceCompression" type="Microsoft .Web.Services.W ebResourceCompr essionModule"/> [/code]


    Source File: D:\PMS\web.conf ig Line: 119


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:2.0.507 27.42; ASP.NET Version:2.0.507 27.42
    with Thanks
    Sudha
Working...