subsonic
SUBSONIC using subcommander via VS2008 causing following errors - help please
Ive been using subcommander to generate my dal.Im using vb.net and sqlexpress and .net 3.5 My webconfig looks like this[详细]
2023-01-19 07:28 分类:问答SubSonic - Generated Classes have the following error - the type or namespace name does not exist in KimDal
Im trying to generate my dal and this works but when i check my code in visual studio 2008 i get this message \"the type or namespace name does not exist in KimDal\"[详细]
2023-01-19 05:33 分类:问答Subsonic Single WHERE clause
Is it possible to apply a WHERE clause on a SubSonic query? For example, I get get a single based on id...[详细]
2023-01-18 03:32 分类:问答Subsonic 3.0 TestRepository "Find" not working
Using Subsonic 3, I have a simple class called \"ConferenceRepository\" that has a method that returns a bunch of conferences based on their status. I am testing this using SubSonic\'s built in suppor[详细]
2023-01-18 02:58 分类:问答Subsonic query, i suck!
I\'m using subsonic 2.2 in one of my projects. I\'m have a comment section where i query one table called Comments. First I query all records with ParentId=0, and then in the foreach statement I query[详细]
2023-01-17 23:20 分类:问答Connection string not found when trying to query database under SubSonic
I get this error no matter what version of SubSonic I use. When I query the database for data, it errors out, saying it can not connect to the database.[详细]
2023-01-15 19:06 分类:问答SubSonic 3.0 , I'm missing SubSonic.Query
I probably missed something in the .tt configuration for some reason my intellisense when I type SubSonic.Query or Query = new Query(DB.Table) is not highl开发者_StackOverflow社区ighting and giving me[详细]
2023-01-14 07:48 分类:问答Subsonic Oracle autoincrement problem
I think this question has been done before, but I don\'t find a clear answer. I have migrated SQl Server 2005 database to oracle 11. I am using subsonic 2.1. I have manged to create all the data layer[详细]
2023-01-13 17:05 分类:问答SubSonic generation of tables with columns as ColumnX
This doesn\'t make much sense to me.We had this happen twice recently when generating SubSonic objects for a database table or view columns got renamed to ColumnX.The first time it made sense because[详细]
2023-01-13 16:48 分类:问答SubSonic 2.1 Generating ANSISQL for SQL Server 2008 SP1
I have a previously developed project that I am working on now. The project uses SubSonic 2.1 as ORM and it has been working fine since we decided to move to a newer server. The new server has SQL Ser[详细]
2023-01-13 13:24 分类:问答