WebApplication moss 功能在一个环境中抛出 FileNotFound

发布于 2024-12-11 07:40:47 字数 271 浏览 0 评论 0原文

我在 Web 应用程序范围内开发了某个功能,我已将其部署在我的开发计算机中,激活它并且运行良好。
一旦我将其部署在测试环境中并尝试激活它,它就会抛出“找不到文件”。
我认为服务器之间的主要区别是测试环境中的中央管理。不是前端,而在我的开发计算机中,所有内容都托管在同一台计算机上。

我认为这与试图达到“propeties.Feature.Parent as SPWebApplication”的功能有关(我无法在测试环境中调试代码)有

什么想法吗?

提前致谢。

I developed a certain feature at web application scope, I've deployed it in my development computer, activated it and it worked fine.
Once I've deployed it in out Test environment and tried to activate it, it throws "File Not Found".
The main difference between the servers which I think of is that the Central Admin in the Test env. is not a front-end, while in my dev computer everything is hosted on the same computer.

I think it has something to do with the feature trying to reach "propeties.Feature.Parent as SPWebApplication" (I can't debug the code in the test environment)

Any ideas ?

Thanks in advanced.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜未央樱花落 2024-12-18 07:40:47

好的,这是我第二次遇到这个问题,所以我要
写博客谈论它,这样也许下次我会记得。如果你使用的是VS
2010 年并在 IIS 之外进行开发(在我的例子中是控制台应用程序),
您需要确保您的项目不针对 x86 平台。
转到您的项目属性,单击“构建”选项卡,并确保
平台目标下拉列表设置为 x64(或任何平台)。又少了一个
比有用的错误...

来自 FileNotFound创建 SPSite 或获取对 SPWebApplication (SharePoint 2010) 的引用时出现异常

请参阅这篇文章:带有 SPSite 构造函数的 FileNotFoundException

Ok, this is the second time I’ve had this problem, so I’m going to
blog about it so maybe I’ll remember next time. If you’re using VS
2010 and developing outside of IIS (console application in my case),
you need to make sure your project is not targeting the x86 Platform.
Go to your Project Properties, click the Build tab, and make sure the
Platform target dropdown is set to x64 (or Any Platform). Another less
than helpful error…

From FileNotFound Exception when creating SPSite or getting reference to SPWebApplication (SharePoint 2010)

Also see this post: FileNotFoundException with the SPSite constructor

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文