XSP4 无法启动,缺少 xsp4 程序集

发布于 2024-12-21 18:14:38 字数 806 浏览 4 评论 0原文

我有一个正在运行的单声道 (2.10.7) 实例,我正在尝试编写一些 ASP.NET MVC 3 应用程序,但我只是碰壁了,我不知道如何通过。

首先,我收到了关于未找到 XSP4 的错误(从 MonoDevelop 2.9.1 Beta 启动一个简单的应用程序),因此我从 Git 存储库安装了 XSP(使用默认选项),之后,尝试启动服务器时,我缺少指向 Mono.WebServer v0.4.0 的引用。

我在网上查找了 Mono.WebServer DLL,找到了它,下载了它并将其放入 GAC 中,现在我得到了这个 errox64

Handling exception type FileNotFoundException
Message is Could not load file or assembly 'xsp4, Version=2.11.0.0, 
Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of 
its dependencies. The system cannot find the file specified.

所以现在我真的不知道我错过了什么(我刚刚安装了 xsp4!)。

我正在运行 Slackware x64 13.37 以及除 xsp4(从 Git 存储库获取)之外的所有 Mono 软件包,我是否缺少某些内容?可能是某些东西放错了地方?

提前致谢!

I have a mono (2.10.7) instance running and I'm trying to code some ASP.NET MVC 3 application but I just hit a wall I don't know how to pass.

First, I was getting an error about XSP4 not being found (launching a simple app from MonoDevelop 2.9.1 Beta), so I installed XSP from the Git repo (with the default options) and, after that, trying to launch the server, I get a missing reference pointing to Mono.WebServer v0.4.0.

I looked in the web for the Mono.WebServer DLL, found it, download it and put it into the GAC, and now I getting this errox64

Handling exception type FileNotFoundException
Message is Could not load file or assembly 'xsp4, Version=2.11.0.0, 
Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of 
its dependencies. The system cannot find the file specified.

So now I don't really know what I'm missing (I just installed xsp4!).

I'm running Slackware x64 13.37 and all Mono packages but xsp4 (that got from the Git repo), am I missing something? could be that something is in the wrong place?

Thanks in advance!

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

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

发布评论

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

评论(2

初相遇 2024-12-28 18:14:38

我也有同样的问题。为了更正,我将 xsp4.exe 和 Mono.WebServer2.dll Mono.Security.dll 添加到 gac 中:

gacutil / i xsp4.exe
gacutil / i Mono.WebServer2.dll
gacutil / i Mono.Security.dll

I had the same problem. To correct, I added xsp4.exe, and Mono.WebServer2.dll Mono.Security.dll to the gac:

gacutil / i xsp4.exe
gacutil / i Mono.WebServer2.dll
gacutil / i Mono.Security.dll
暮光沉寂 2024-12-28 18:14:38

你在哪里找到其他单声道包?我认为错误是因为来自 git 的 xsp 需要来自 git 的 mono。尝试从同一个地方获取包 xsp2 或也从 git 编译 mono。

Where did you find the other mono packages? I think error is because xsp from git requires mono from git. Try getting package xsp2 from same place or compile mono from git also.

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