为什么我在使用 Subsonic 3 时遇到任意异常
我有几个关于 Subsonic 3 的问题:
- 有人在他们的项目中使用它吗?
- 为什么我在访问表时不断出现主键异常?
- 为什么在使用亚音速时似乎会出现任意空引用异常?
I have a few questions regarding Subsonic 3:
- Does anyone use it in their projects?
- Why do I keep on getting primary key exceptions when accessing tables?
- Why do I seem to be getting arbitrary null reference exceptions when using subsonic?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您不使用主键,则 activerecord 模板将不适用于您。 这不是一个错误——就像抱怨你的车不能侧向行驶一样。 它不在功能列表中。
If you're not using primary keys, the activerecord templates aren't going to work for you. Not a bug - it's like complaining that your car doesn't drive sideways. It's not in the feature list.
是的,我们正在使用它(一个项目使用 ActiceRecord ,另一个项目使用 SimpleRepository)并且运行良好。 您可能需要访问 SubSonic 文档 并演练一些演示,然后将其作为一个选项关闭。 我有一种感觉,学习一些 SubSonic 基础知识确实会对您有所帮助。
Yep, we're using it (one project uses ActiceRecord and the other SimpleRepository) and it is working great. You might want to visit the SubSonic Docs and walkthrough a couple of the demos before to dismiss it as an option. I have a feeling learning some of the SubSonic fundementals would really help you out.