IIS manager GUI not working (Method not found)

This post has been republished via RSS; it originally appeared at: Microsoft Tech Community - Latest Blogs - .

Issue: IIS manager GUI not working.  

 

When user is opening up IIS manager and trying to browse the application pools then we are getting below error message. 

 

"Method not found:  Microsoft.Web.Administration.StartModeMicrosoft.Web.Administration.ApplicationPool.get_StartMode()". 

 

Cause: Server is loading older version of "Microsoft.Web.Administration.dll" from C:\Windows\assembly\GAC_MSIL\Microsoft.Web.Administration\7.0.0.0__31bf3856ad364e35 GAC folder.

 

Resolution:

  1. Please take the backup of C:\Windows\assembly\GAC_MSIL\Microsoft.Web.Administration\7.0.0.0__31bf3856ad364e35 folder. 
  2. After that copy "C:\Windows\System32\inetsrv\Microsoft.Web.Administration.dll" dll and paste it into C:\Windows\assembly\GAC_MSIL\Microsoft.Web.Administration\7.0.0.0__31bf3856ad364e35 folder. 
  3. After that you should be able to browse the Application Pool in IIS Manager. 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.