SharePoint 2010 deployment problem after added a new server to existing farm
Posted
by
mrt
on Server Fault
See other posts from Server Fault
or by mrt
Published on 2010-11-23T15:14:10Z
Indexed on
2012/04/05
5:31 UTC
Read the original article
Hit count: 279
I have SharePoint 2010 farm with one server. I'm developing some features in a sharepoint farm solution (not sandbox because there are some user rights problem). All feature scopes are set to "Site". I can deploy the solution to SharePoint with no problem. I added a new web front-end server to my existing farm. Then when I try deploy my solution, VS2010 shows this error:
Error occurred in deployment step 'Activate Features': Feature with Id 'xxx' is not installed in this farm, and cannot be added to this scope
- I login with AD administrator account to development server.
- Administrator account is in site collection admins on the target web application.
- The farm account is in local administrators group.
Is there a solution for this error?
© Server Fault or respective owner