SharePoint:安装和启用一个特性,得到访问拒绝错误
本文关键字:错误 拒绝 访问 一个 安装 启用 SharePoint | 更新日期: 2023-09-27 17:50:55
我在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
我构建了解决方案,然后进入项目文件夹然后是Features,没有feature.xml
当我打开该功能时,"项目在此解决方案"框中没有任何内容,对吗?
有VS的机器就是有SP的机器
尝试以管理员身份运行Visual Studio。你还需要确保你的帐户有权限(dbowner),我认为对你正在部署的web应用程序的内容数据库。