开发者

Support for compact framework in subsonic 3.0?

开发者 https://www.devze.com 2022-12-11 20:59 出处:网络
I was wondering when support for compact framework an开发者_StackOverflow中文版d sql server compact edition will be added to the Subsonic 3.0 project?Is the link below any use?

I was wondering when support for compact framework an开发者_StackOverflow中文版d sql server compact edition will be added to the Subsonic 3.0 project?


Is the link below any use?

http://www.agilification.com/post/T4-Templates-For-The-NET-Compact-Framework.aspx

T4 templates also do not work in a Smart Device project because the

Compact Framework does not include the System.CodeDom namespace. But I found a way to make them work if you or your readers are interested: ( http://www.agilification.com/post/T4-Templates-For-The-NET-Compact-Framework.aspx ).


I've got a custom build of Subsonic 3.0 working on .Net CF. It wasn't too hard - mostly just removing some method overloads, replacing some assumptions on the Linq side of things, and working up a custom build of Queryable and System.Linq.Expressions from the Mono project.

0

精彩评论

暂无评论...
验证码 换一张
取 消