在VS 2008上使用城堡项目

发布于 2024-08-16 12:09:41 字数 258 浏览 4 评论 0原文

我阅读了很多有关 Castle 项目的内容,并决定开始使用它,主要是 ActiveRecord。但如何开始呢?

有一个 msi 在 VS 2005 上安装旧版本。在我的 VS 2008 上没有任何反应。

还有一堆项目特定的 zip 可供单独下载。它们包含文件:主要是 dll 和 xml。就像 Castle.ActiveRecord.dll 一样。比我聪明的人可能知道把它们放在哪里,但我不知道。

我正在使用 VS 2008 和 asp.net MVC。

I've read alot about the Castle Project and decided to start using it, primarilly ActiveRecord. But how to get started?

There's an msi that installs an old release on VS 2005. Nothing happens on my VS 2008.

There's also a bunch of project specific zips available for downloading indivudually. They contain files: dlls and xmls mostly. Like Castle.ActiveRecord.dll. People brighter than me may know where to put these but I have no idea.

I'm using VS 2008 with asp.net MVC.

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

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

发布评论

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

评论(3

北城挽邺 2024-08-23 12:09:41

忘记 msi 安装程序吧。它已经很长时间没有维护了。

如何使用Castle.ActiveRecord.dll?就像任何其他第 3 方库一样:将其放入项目的“lib”目录(或任何您想要调用的名称)及其依赖项(它包含的所有 DLL),然后单击项目中的“添加引用”并添加这些 DLL作为参考。

然后开始编写代码。请查看教程

如果您想要 Visual Studio 集成,可以在此处单独获取,但这仅对 NVelocity 有好处。

Forget about the msi installer. It's been unmaintained for a long time.

How to use Castle.ActiveRecord.dll? Just like any other 3rd party library: put it the "lib" directory of your project (or whatever you want to call it) along with its dependencies (all the DLLs it includes), then click Add Reference in your project and add these DLLs as references.

Then start writing your code. Take a look at the tutorial.

If you want Visual Studio integration you can get it separately here, but it's only good for NVelocity.

所谓喜欢 2024-08-23 12:09:41

您开始使用教程了吗?您可以在这里找到它:

Castle ActiveRecord - 入门 - 要求

它告诉您您需要将哪些 DLL 添加到您的项目中。

Did you get started with the tutorial? You can find it here:

Castle ActiveRecord - Getting Started - Requirements

It tells you which DLLs you need to add to your project.

以歌曲疗慰 2024-08-23 12:09:41

看起来有一个项目提供了两个版本的集成 - 你尝试过吗?

http://using.castleproject.org/display/Contrib/Castle+ Visual+Studio+集成

如果这不起作用,您正在寻找哪些我们可以提供帮助的附加功能?

It looks like there's a project that provides integration for both versions - have you tried it?

http://using.castleproject.org/display/Contrib/Castle+Visual+Studio+Integration

If that doesn't work, what additional features are you looking for that we can help with?

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