0
votes
3answers
114 views
SubSonic, and Microsoft stopping support for LINQ.
Hello, I am a front end developer working on a small social network. Currently, we are using SubSonic and it has satisfied all of our needs. Since Microsft has stopped supporting LINQ, I want to know …
1
vote
5answers
409 views
Learn SubSonic before NHibernate or Vice Versa?
We've been using our own DAL for our projects in our company and for the passed 2 projects this has causing us problems. Because of this I want to study SubSonic and/or NHibernate. Is it better to …
1
vote
3answers
336 views
Is Subsonic 3.0 safe for production use?
I'm interested in using Subsonic 3.0 for developing a new ASP.Net MVC application that will be going into production use soon. Would this be a feasible option? Does anyone have an idea when 3.0 is …
1
vote
3answers
277 views
Is connection pooling working correctly in Subsonic?
I am getting reports that connection pooling is not working in the Subsonic orm when used with sql server on a remote machine. I'm not sure how they are monitoring this, maybe with the profiler.
…
0
votes
5answers
143 views
SubSonic 3.0 - Medium Trust
In June 2009 SubSonic 3.0 was released. Because I'm looking for an ORM solution for my website which is able to work in a medium trust environment this looks an option.
From searching this site I …
1
vote
5answers
112 views
SubStage Crashes Immediately on Startup
I have just installed subSonic 2.2 on an XP Sp3 VM .NET Framework 3.5 and when I try to launch the SubStage exe it crashes immediately. Any ideas?
Thought I'd add I am running the VM inside VMWare …
0
votes
0answers
15 views
Understanding MSDTC in Windows.
Hi
To use transaction construct(as follows) in Subsonic, MSDTC needs to be running on Windows machine. Right?
using (TransactionScope ts = new TransactionScope())
{
using …
2
votes
3answers
125 views
Subsonic 3.0 and linq
I'm playing around with Subsonic 3.0 SimpleRepository and try to get menus and menuitems with one linq query, but the menuitems is allways null
Menu
public class Menu
{
public Menu()
{
…
0
votes
3answers
133 views
SubSonic 3.0.0.3 t4 template generation on lage database runs out of connections
When running the templates against a database with 1400+ tables I get the following error. The server shows hundreds of connections. Does anyone know if this is a problem with template generation in …
0
votes
1answer
11 views
Transaction : Delete related records from multiple tables using subsonic T4 templates?
Hi,
Using templates, how can I delete related records from multiple tables in a transaction?
Please advise. Thanks
Pankaj
0
votes
0answers
13 views
subsonic : Can’t decide which property to consider the Key? foreign key issue.
Hi
I am trying to select count of rows from a table which has foreign keys of two tables. The C# code threw the error mentioned below. So, I added a primary key column to the table (schema as …
1
vote
0answers
13 views
SubSonic 2.2 + SharedDbConnectionScope
I have seen posts (first, second) on StackOverflow that say that SubSonic 2.2's SharedDbConnectionScope doesn't work with TransactionScope.
Can we still rely on SharedDbConnectionScope in other …
0
votes
1answer
20 views
Subsonic Simple Repository String Lengths
I'm playing around with the SimpleRepository provider (with automigrations) in SubSonic 3 and I have an annoying problem:
The only way I can control the string length in my database tables is by …
0
votes
0answers
12 views
Subsonic null object reference
I have a site hosted on FastHosts servers with medium trust.
I'm getting the following error every month or so, recycling the app by editing Web.config makes the problem go away but the client is not …
0
votes
1answer
16 views
subsonic ActiveRecord: Lambda Parameter not in scope.
Hi
I am trying to delete list of albums from Album table. Following is the syntax but it fails saying "Lambda Parameter not in scope"
Album.Delete(x => (ListOfIds).Contains(x.Id));
What am I missing …
