Hello All,
I am facing following server side dependencies. Following are the few errors. Please post your comments if you had work around with same.
[MissingFeature] Database [PROD01_Content_XXXXX] has reference(s) to a missing feature: Id = [f99f774c-6160-4bb6-8519-10e30b02d5b3]. The feature with Id f99f774c-6160-4bb6-8519-10e30b02d5b3 is referenced in the database [PROD01_Content_XXXXX], but is not installed on the current farm. The missing feature may cause upgrade to fail. Please install any solution which contains the feature and restart upgrade if necessary.
I tried to find this feature with its id using power shell, But its not able to find a feature with the Id.
MissingSetupFile] File [Features\Sharepoint2013_XXXXXMasterPage2013\MasterPage.master] is referenced [2] times in the database [PROD01_Content_XXXXX], but is not installed on the current farm. Please install any feature/solution which contains this file. One or more setup files are referenced in the database [PROD01_Content_XXXXX], but are not installed on the current farm. Please install any feature or solution which contains these files.
I am also getting same error with web part(".Webpart") file too.
MissingSetupFile] File [Features\XXXXX\ProjectDesign\images\uniform\sprite.png] is referenced [1] times in the database [PROD01_Content_XXXXX], but is not installed on the current farm. Please install any feature/solution which contains this file. One or more setup files are referenced in the database [PROD01_Content_XXXXX], but are not installed on the current farm. Please install any feature or solution which contains these files.
I am getting same error for all my images too.
One thing I would like to mention is: I've deployed the sharepoint 2010 wsp on 2013 version.Is this the reason for getting [MissingSetupFile] error?
What should I do to get it resolved ? Help Me.