Cannot Deploy Project SharePoint 2010
-
Hi All, I created projected SharePoint 2010 by Visual Studio 2010, when deploy it, i have the problem : "error occurred in deployment step 'activate features' cannot complete this action". Please help me solving for this problem. Thanks, Hieu
-
Hi All, I created projected SharePoint 2010 by Visual Studio 2010, when deploy it, i have the problem : "error occurred in deployment step 'activate features' cannot complete this action". Please help me solving for this problem. Thanks, Hieu
Is it the Visual Studio integrated deployment step where the error occurs? Then you have a conflict. There are different error that throw this message: - The same feature is already activated -> deactivate it - You create a component that is alread on your WebSite, e.g. a list, library or webpart. -> Remove it - You need a feature that must be activated first -> activate it When you check this, the error should be solved.
SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
-
Is it the Visual Studio integrated deployment step where the error occurs? Then you have a conflict. There are different error that throw this message: - The same feature is already activated -> deactivate it - You create a component that is alread on your WebSite, e.g. a list, library or webpart. -> Remove it - You need a feature that must be activated first -> activate it When you check this, the error should be solved.
SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
Hi Ihoecken, Thank you very much for your informations. I already deleted sitecollection and create again, i just deploy and have the same problem. Can we create EventReveicer for active and deactive feature? Thanks, Hieu
-
Is it the Visual Studio integrated deployment step where the error occurs? Then you have a conflict. There are different error that throw this message: - The same feature is already activated -> deactivate it - You create a component that is alread on your WebSite, e.g. a list, library or webpart. -> Remove it - You need a feature that must be activated first -> activate it When you check this, the error should be solved.
SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
I already deleted ListDenifition and create again. it is ok. I thinks that is alread Content Type ID.
-
Hi Ihoecken, Thank you very much for your informations. I already deleted sitecollection and create again, i just deploy and have the same problem. Can we create EventReveicer for active and deactive feature? Thanks, Hieu
trunghieu07 wrote:
Can we create EventReveicer for active and deactive feature?
Yes in Visual Studio you can go to the feature, edit the .cs file and uncomment the activate / deactivate method.
SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
-
trunghieu07 wrote:
Can we create EventReveicer for active and deactive feature?
Yes in Visual Studio you can go to the feature, edit the .cs file and uncomment the activate / deactivate method.
SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
Hi Ihoecken, Thank you very much! Could you please send me code for activate/deactivate method in the .cs file? Hieu
-
Hi All, I created projected SharePoint 2010 by Visual Studio 2010, when deploy it, i have the problem : "error occurred in deployment step 'activate features' cannot complete this action". Please help me solving for this problem. Thanks, Hieu
-
Hi Yun, Thank you for your information. I already deploy successful. www.sharepointviet.com