Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Error upgrading ASP.NET controls
posted

I'm trying to upgrade the ASP.NET Controls on a machine.  Currently the following is installed:

Infragistics NetAdvantage:

    ASP.NET 2010.3

    jQuery 2011.1

    Silverlight 2011.1

    Windows Forms 2011.1

    WPF 2011.1

I'm trying to upgrade the ASP.NET controls to 2011.1 to be in line with the others.  I've looked at the logfile and found the following errors:

"ConfigureIIsExec:  A matching web object in memory was found, but the web object in memory has no associated base"

"ConfigureIIsExec:  Error 0x80070002: Failed to find Web base"

"ConfigureIIsExec:  Error 0x80070002: Failed to get base of web: WebSiteLocator_0001 for VirtualDir"

"Error 26004.  Failed to read IIsVirtualDirs table.  (-2147024894         )"

There are 6 sites configured on this server.  The server is Windows 2003 R2 Standard SP2.

I've done some googling and there aren't a lot of hits on these.  What did come back appears to be WiX.  And I think that's probably out of my control as my guess is it's part of the install package.

Any help you may be able to provide is greatly appreciated.

 

Thanks,

    Nick

 

Parents
No Data
Reply
  • 12875
    Suggested Answer
    posted

    Hi,

     

    The errors you mention would indicate an issue with IIS, commonly the culprit with ASP.NET installations.

    Our staff has reviewed log files with similar error messages and since this is 11.2, the more general things that could be suggested should be accounted for already, such as IIS6 compatibility and having a “Default Web Site”.

     

    We have done some searching and found that other peoplea are also having similar issues.  You should review http://support.citrix.com/article/CTX127255 .  This resolution may be applicable here as well.

Children