Hi,
Problem: When I try to add CGI to IIS7 on Windows 7 (from Control Panel) I get:
"An error has occurred., Not all of the features were successfully changed."
Another thread led me to the CBS.log file where I find this (this is the tail end of the log)...
2013-05-12 11:06:48, Error CSI 00000010@2013/5/12:15:06:48.348 (F) d:\win7sp1_gdr\base\xml\udom_xmlcursor.cpp(47):Error STATUS_ILLEGAL_CHARACTER originated in function CXmlCursor::Next expression: RtlXmlNextLogicalThing( &m_State, &m_Namespaces, &m_CurrentThing, &m_AttributeList )
[gle=0x80004005]
2013-05-12 11:06:48, Error CSI 00000011 (F) STATUS_ILLEGAL_CHARACTER #260559# from ChangeListOrderingContext::LoadAndParseOrderFile(...)[gle=0xd0000161]
2013-05-12 11:06:48, Error CSI 00000012 (F) STATUS_ILLEGAL_CHARACTER #260314# from Windows::COM::CPendingTransaction::ExtractInformationFromRtlTransaction(...)[gle=0xd0000161]
2013-05-12 11:06:48, Error CSI 00000013 (F) HRESULT_FROM_WIN32(582) #160989# from Windows::COM::CPendingTransaction::IStorePendingTransaction_Analyze(...)[gle=0x80070246]
2013-05-12 11:06:48, Error CSI 00000014 (F) HRESULT_FROM_WIN32(582) #160463# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_Commit(Flags = 102 (0x00000066), pSink = NULL, disp = 0, coldpatching = FALSE)[gle=0x80070246]
2013-05-12 11:06:48, Error CSI 00000015 (F) HRESULT_FROM_WIN32(582) #160462# 736665 us from Windows::ServicingAPI::CCSITransaction_ICSITransaction::Commit(flags = 0x00000066, pSink = NULL, disp = 0)
[gle=0x80070246]
more info:
Currently I have IIS up and running and I have a 'Team Foundation Server' site.
I want to get PHP running and for that I need to enable Fast CGI.
Can anyone help me resolve this issue?
Thank You