1
vote
0answers
8 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 SharedDbConnectio …
0
votes
0answers
9 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 b …
0
votes
0answers
6 views
Subsonic - MySQL - Unsigned BigInt and bit issue
Well;
I am using Unsigned BigInt(40) Auto Increment column as primary key.
Whenever I try to query the table I am getting following exception:
"Object of type 'System.UInt64' …
0
votes
0answers
25 views
Video from http://www.wekeroad.com/ss_setup2.html
Hi,
I am very new to SubSonic
I hit an error on Could not load type 'Subsonic.BuildProvider' from assembly 'Subsonic'
The following is my code:
<connectionStrings>
< …
0
votes
2answers
16 views
Is there a way to use T4 templates with a web site project?
Can T4 templates be used in a web site project?
Or more specifically, can Subsonic be used in a web site project?
I can run the .tt files in a web application project but it do …
0
votes
1answer
11 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)) …
0
votes
0answers
9 views
Subsonic Setup question using T4
I am sorry I have searched Stackoverflower for this one but can't find a problem similar... I changed the settings.tt file to point to my connection string and when I compile I get …
0
votes
1answer
11 views
Delete multiple records from a table using subsonic T4 templates?
Hi,
Using templates, how can I delete multiple records from a table in same Delete statement?
Please advise. Thanks
Pankaj
0
votes
0answers
12 views
Upgraded to SubSonic 2.2 and Missing MySQL Stored Procedures
Need some help with this one. I'm working on a site for a company that uses SubSonic 2.1, VS 2008, MySQL and C#.
Their current SubSonic build doesn't support MySQL paging. In ord …
0
votes
1answer
21 views
How does one programmaticaly specify the name of the connection for SubSonic 3
Here is the situation.
I am using SubSonic 3 and would like to specify at run time which connection string to use. This a command line application and the connection string name …
0
votes
3answers
29 views
Saving DateTime object on UK Dev Server vs US Live Server
I have a site that saves a date in my model to the database.
After launching my site I realised that the server has US regional settings so I had to make sure that all date's on t …
0
votes
1answer
15 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 databa …
2
votes
2answers
29 views
How to mock Add method of subsonic’s SimpleRepository
Hi, I'm trying to mock the Add method of subsonic SimpleRepository with Rihino mocks, I'm using the IRepository Interface but I'm new to mocking and dont know how to go from there, …
0
votes
0answers
30 views
Unexplained Linq select behaviour
Ok, this is very weird.
I'm using SubSonic 3.0 and Linq to select a list of IDs (and other properties) into a list of user-defined-objects. Like this:
public class ListItem
…
0
votes
1answer
19 views
Change subsonic connection string dynamically
Problems Background (you can skip to the question)
I have many ASP.Net websites which are same application. different database but same schema, in the same SQL Server.
The admini …
