Using SubSonic in VB.Net web application

耗尽温柔 提交于 2019-12-05 19:00:41

Of course,

The instant I post a question I am able to find the answer. The trick is when you are generating your DAL in SubCommander and you must specify a /lang vb argument. My final arguments list looked like this:

generate /out DAL /lang vb

Then it gives me my DAL code in VB.net and that works just fine with everything I've got.

Mike

I've done it many times. My command line is:

generate /out Classes\DAL /lang vb
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!