SharePoint:安装并启用某项功能,获取访问被拒绝错误

时间:2014-03-19 15:46:24

标签: c# visual-studio-2010 sharepoint sharepoint-2010

我已从VS2010中的空SharePoint项目创建了SharePoint计时器。我有一个继承自SPJobDefinition的类。

我有构造函数,Execute方法等等。我还有一个功能,它具有FeatureActivated和FeatureDeactivating事件。

我作为管理员在Visual Studio中,我是服务器上的场管理员。

我遇到了两个问题:

1. In Visual Studio I right click on the project and click 'Deploy' and I get 
an error.

Error occurred in deployment step 'Recycle IIS Application Pool':
<nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.

2. The tutorials I have been following mention that in the Feature folder 
there will be a feature.xml however my features folder does not have that file,
am I missing something?

编辑:

在教程中,它说将文件复制到%ProgramFiles%\ Common Files \ Microsoft Shared \ web server extensions \ 14 \ TEMPLATE \ FEATURES \

它还说每个功能都有自己的子目录。在此文件夹的根目录下是Feature.xml

我构建解决方案,进入项目文件夹,然后进入功能,并且没有feature.xml

当我打开该功能时,“此解​​决方案中的项目”框中没有任何内容,是吗?

带VS的机器与SP机器相同。

1 个答案:

答案 0 :(得分:-1)

尝试以管理员身份运行Visual Studio。您还需要确保您的帐户具有权限(dbowner)我认为您正在部署到的Web应用程序的内容数据库。