XSP4 无法启动,缺少 xsp4 程序集
我有一个正在运行的单声道 (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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也有同样的问题。为了更正,我将 xsp4.exe 和 Mono.WebServer2.dll Mono.Security.dll 添加到 gac 中:
I had the same problem. To correct, I added xsp4.exe, and Mono.WebServer2.dll Mono.Security.dll to the gac:
你在哪里找到其他单声道包?我认为错误是因为来自 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.