I'm having the following problem. I'm installing SharePoint 2010 Beta so I need to activate the windows feature "Windows Communication Foundation Non-HTTP Activation". The problem is I cannot activate it, i get the message: "An error has occurred. Not all features were successfully changed"

When i look at the log (C:\Windows\Logs\CBS\CBS.log) I found this error:

Process output: [l:186 [186]"SMConfigInstaller[Error]: Failed in calling 'StartService' for service 'NetTcpActivator'. Error code: 0x8007042c

Anyone can give me a clue of what is happening here?

link|improve this question
Even though SharePoint occasionally contains programming, this is a general program installation issue and thus belongs on superuser.com or serverfault.com. – Randolpho Mar 1 '10 at 16:12
feedback

migrated from stackoverflow.com Mar 3 '10 at 2:28

This question came from our site for professional and enthusiast programmers.

1 Answer

OK, I finally solved it. I uninstalled .NET Framework 4.0 and then the feature activated correctly, and then I installed .NET Framework 4.0 again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown