首次使用 Web 部件的 WSPBuilder 问题
我使用 WSPBuilder 制作了我的第一个 Web 部件。当我尝试使用 STSADM 部署它时,收到一条错误消息,指出访问被拒绝。我是这台机器的管理员(好吧,它是一个虚拟机)。
另外,使用 WSPBuilder,我是否需要更改配置文件(我假设不需要,因为该工具的目的是自动执行此操作)?
谢谢
I have made my first webpart using WSPBuilder. When I try to deploy it using STSADM, I get an error stating access is denied. I am an admin on the machine (well it's a VM).
Also, with WSPBuilder, do I need to change the config files (I assume no as the point of the tool is to automate this)?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您的问题可能有两个原因
There could two reasons for your problem
听起来您没有足够的权限来添加 Web 部件。你使用什么操作系统?如果是 Windows Server 2008 R2 等,您必须以管理员身份运行命令提示符或为管理员关闭 UAC。至于配置,WSP 构建器将为您创建一个名为solution.txt 的文件,其中包含您的解决方案的 ID。为了更好地控制它正在执行的操作,您可以将名为“WSPBuilder.exe.config”的 WSP Builder 配置文件添加到您的项目中。可以在“C:\Program Files\WSPTools\WSPBuilderExtensions”中找到示例。
It sounds like you don't have enough permissions to add the webpart. What OS are you on? If it's Windows Server 2008 R2 etc you will have to run the command prompt as an administrator or turn off UAC for administrators. As for the config WSP builder will create you a file called solution.txt which contains the Id for your solution. For more control over what it is doing you can add a WSP Builder config file to your project called "WSPBuilder.exe.config". An example one can be found in "C:\Program Files\WSPTools\WSPBuilderExtensions".
前往-->运行-->服务.MSC-->检查以下服务是否启动。
Windows SharePoint Services 管理,如果没有,请启动此服务。如果 wsp 部署完成。进入中心管理-->操作-->全局配置-->解决方案管理。此页面包含场中解决方案的列表。检查您的 wsp 在此列表中。
Go to --> RUN--> SERVICES.MSC--> check the following service is started or not.
Windows SharePoint Services Administration, if not pls start this service. if the wsp is deployment done. go center admin--> Operations -->Global Configuration -->Solution management . This page has a list of the Solutions in the farm. check ur wsp in this list.