-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i hope i'm just doing something wrong here.
Ideally i'm trying to open the connection, open a transaction
execute a ton of prebuilt sqlstatements (with parameters) against this connection
then close the connection. ideally all in the same batch.
It's easy enough to wrap this all in a for loop, however…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am running a query using Linq2SQL that comes down to following query:
DateTime? expiration = GetExpirationDate();
IQueryable<Persons> persons = GetPersons();
IQueryable<Items> subquery = from i in db.Items
where i.ExpirationDate >= expiration
…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
We were seeing this exception on two servers when we tried to access the BAM Portal... after having to reconfigure the BAM Portal and Tools for reasons unrelated to the error:
---
Log Name: Application
Source: Bam Web Service
Date: 2/18/2011 10:24:07 AM
Event ID: 1534
Task…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I created an assembly containing WCF service code and dropped into another web project. When I try to invoke a service method, I get the following inner exception:
Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Our SharePoint instance threw the following errors when attempting to access data through a Content Query Tool:
04/02/2010 10:45:06.12 w3wp.exe (0x062C) 0x1734 Windows SharePoint Services Database 5586 Critical Unknown SQL Exception 206…
>>> More