Thursday, October 1, 2009

An object in the SharePoint administrative framework does not exist

Scenario:
You got the following error , while adding a solution.

Error: An object in the SharePoint administrative framework, "SPSolutionLanguagePack Na
me=0 Parent=SPSolution Name=xxxx.wsp", depends on other objects which do not exist. Ensure that all of the objects dependencies are created and retry this operation.
C:\SKN\xxxx.wsp: The Solution installation failed.


Solution:

- Reset the timer service

net stop "Window sharepoint services timer" 
net start "Window sharepoint services timer"

If you still facing the same issue, try to change the Solution ID and repackage it, this should solve your problem 100%.

4 comments:

Anonymous,  February 3, 2010 at 11:28 PM  

Great post, great man :)

Kailash Dhondiyal April 11, 2010 at 5:23 AM  

http://dhondiyals.wordpress.com/2010/04/11/resolved-an-object-in-the-sharepoint-administrative-framework-could-not-be-deleted-because-other-objects-depend-on-it/

Unknown July 26, 2012 at 3:17 AM  

Change Solution ID then it will work 100%.

Mostly solution id will be in Deployment folder.

kinna September 14, 2014 at 10:01 AM  

Thanks a Lot man.You saved My Time