Click here to Skip to main content
15,905,782 members

Comments by mkkakarla (Top 1 by date)

mkkakarla 30-Aug-13 8:28am View    
i want to query the SP list using LINQ. so in cmd prompt i moved to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN. then i ran the command SPMetal.exe /web:http://YOURSITE /code:SiteEntities.cs
it gave error -- feature "a95fc532-8b39-49a4-b044-f9209c26d794" for a list template is not installed in this farm. could not complete this operation.

I found the feature with the above guid in wss content database. the feature is not found in db.

I disabled the feature using powershell it not gave any error, when again i try to enable/activate it gave error -- feature is not a farm level feature and not found in site level.

Your help would be appreciated.