We are getting the following error while opening web projects from Visula
Studio, its complaing some prolem with IIS Metabase...
We tried Uninstall --- IIS,.NET,and even tried with uninstall and install
the Service Pack but nothing is working out .... any solution?

the OS is XP Professional

The Error...............
====================================================
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 36
Date: 6/26/2006
Time: 3:32:32 PM
User: N/A
Computer: TestMachine
Description:
The server failed to load application '/LM/W3SVC'. The error was 'The
specified metadata was not found.

For additional information specific to this message please visit the
Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
=====================================================

Thanks in advance.

Re: Getting Error when opening/Running the Web Projects from Visual St by handpeople

handpeople
Wed Jul 19 20:20:44 CDT 2006


vsr wrote:
> We are getting the following error while opening web projects from Visula
> Studio, its complaing some prolem with IIS Metabase...
> We tried Uninstall --- IIS,.NET,and even tried with uninstall and install
> the Service Pack but nothing is working out .... any solution?
>
> the OS is XP Professional
>
> The Error...............
> ====================================================
> Event Type: Warning
> Event Source: W3SVC
> Event Category: None
> Event ID: 36
> Date: 6/26/2006
> Time: 3:32:32 PM
> User: N/A
> Computer: TestMachine
> Description:
> The server failed to load application '/LM/W3SVC'. The error was 'The
> specified metadata was not found.
>
> For additional information specific to this message please visit the
> Microsoft Online Support site located at:
> http://www.microsoft.com/contentredirect.asp.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> =====================================================
>
> Thanks in advance.


Re: Getting Error when opening/Running the Web Projects from Visual St by handpeople

handpeople
Wed Jul 19 20:21:26 CDT 2006


vsr wrote:
> We are getting the following error while opening web projects from Visula
> Studio, its complaing some prolem with IIS Metabase...
> We tried Uninstall --- IIS,.NET,and even tried with uninstall and install
> the Service Pack but nothing is working out .... any solution?
>
> the OS is XP Professional
>
> The Error...............
> ====================================================
> Event Type: Warning
> Event Source: W3SVC
> Event Category: None
> Event ID: 36
> Date: 6/26/2006
> Time: 3:32:32 PM
> User: N/A
> Computer: TestMachine
> Description:
> The server failed to load application '/LM/W3SVC'. The error was 'The
> specified metadata was not found.
>
> For additional information specific to this message please visit the
> Microsoft Online Support site located at:
> http://www.microsoft.com/contentredirect.asp.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> =====================================================
>
> Thanks in advance.

Here is the fix do all this in order

rundll32 c:\windows\system32\inetsrv\wamreg.dll, CreateIISPackage
regsvr32 c:\windows\system32\inetsrv\asptxn.dll
IISRESET

Do it from the command prompt


Re: Getting Error when opening/Running the Web Projects from Visual St by handpeople

handpeople
Wed Jul 19 20:22:11 CDT 2006


handpeo...@hotmail.com wrote:
> vsr wrote:
> > We are getting the following error while opening web projects from Visula
> > Studio, its complaing some prolem with IIS Metabase...
> > We tried Uninstall --- IIS,.NET,and even tried with uninstall and install
> > the Service Pack but nothing is working out .... any solution?
> >
> > the OS is XP Professional
> >
> > The Error...............
> > ====================================================
> > Event Type: Warning
> > Event Source: W3SVC
> > Event Category: None
> > Event ID: 36
> > Date: 6/26/2006
> > Time: 3:32:32 PM
> > User: N/A
> > Computer: TestMachine
> > Description:
> > The server failed to load application '/LM/W3SVC'. The error was 'The
> > specified metadata was not found.
> >
> > For additional information specific to this message please visit the
> > Microsoft Online Support site located at:
> > http://www.microsoft.com/contentredirect.asp.
> >
> > For more information, see Help and Support Center at
> > http://go.microsoft.com/fwlink/events.asp.
> > =====================================================
> >
> > Thanks in advance.

Here is the fix do all this in order from the command prompt

rundll32 c:\windows\system32\inetsrv\wamreg.dll, CreateIISPackage
regsvr32 c:\windows\system32\inetsrv\asptxn.dll
IISRESET