SubSonic 生成命名空间,但我的网站无法识别它。
我在 Visual Studio 2008 中有一个非常基本的设置 - 引用我的类库项目的网站项目。 这两个项目都引用了 SubSonic 3,但模板已针对我的 MySQL 数据库进行了修改。 它连接并生成大部分代码(出于某种原因,存储过程除外),并且命名空间就在那里,并且我的智能感知在网站项目中编码时拾取了它,我仍然收到构建错误,指出命名空间不存在存在。
这让我发疯,它知道(希望)这可能很简单,但我没有足够的睡眠来合理化这个问题。 任何帮助将非常感激!
先感谢您。
-扎姆
P.S. 我使用过 SubSonic 的早期版本,但从未使用过 MySQL。
I've got a pretty basic setup in Visual Studio 2008 - Website project referencing my class library project. SubSonic 3 is referenced from both projects, but the template has been modified for my MySQL db. It connects and generates the most of code (except for stored procedures, for some reason), and the namespace is there, and my intellisense picks it up while coding in the website project, I still get build errors saying that the namespace doesn't exist.
It's driving me crazy, and it know (hope) it's probably simple, but I've not had enough sleep to rationalize the problem. Any help would be incredibly appreciated!
Thank you in advance.
-Zam
P.S. I've used SubSonic earlier versions, but never with MySQL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该项目是否引用了 subsonic dll 和 mysql .net 连接器?
Does the project reference the subsonic dll and the mysql .net connector?