Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to change the File summary information Pin
Joe Rozario1-Jul-09 1:35
Joe Rozario1-Jul-09 1:35 
Question"Cannot access a disposed object.\r\nObject name: 'Transaction'." Pin
devvvy30-Jun-09 22:04
devvvy30-Jun-09 22:04 
AnswerRe: "Cannot access a disposed object.\r\nObject name: 'Transaction'." Pin
Manas Bhardwaj30-Jun-09 22:13
professionalManas Bhardwaj30-Jun-09 22:13 
GeneralRe: "Cannot access a disposed object.\r\nObject name: 'Transaction'." Pin
devvvy1-Jul-09 1:14
devvvy1-Jul-09 1:14 
AnswerRe: "Cannot access a disposed object.\r\nObject name: 'Transaction'." Pin
Manas Bhardwaj1-Jul-09 1:41
professionalManas Bhardwaj1-Jul-09 1:41 
GeneralRe: "Cannot access a disposed object.\r\nObject name: 'Transaction'." Pin
devvvy1-Jul-09 1:41
devvvy1-Jul-09 1:41 
GeneralRe: "Cannot access a disposed object.\r\nObject name: 'Transaction'." Pin
Manas Bhardwaj1-Jul-09 1:46
professionalManas Bhardwaj1-Jul-09 1:46 
GeneralRe: "Cannot access a disposed object.\r\nObject name: 'Transaction'." Pin
devvvy1-Jul-09 1:49
devvvy1-Jul-09 1:49 
why'd you need to, scope wraps code whether inline or not between "using" open and close bracket.

using (oScope = new TransactionScope(TransactionScopeOption.Required, TimeSpan.FromMilliseconds(0)))<br />
{<br />
nGeneratedId = SaveCoreOperations(oShop); // This method do direct ADO.NET + NHibernate calls using same connection (I don't think Any open/close/reopen happened here but it's a lot of code in here...)<br />
oScope.Complete();<br />
}


I am suspecting perhaps from within "SaveCoreOperations" oConn used was opened/closed then "Re-opened"... not sure

dev

AnswerRe: "Cannot access a disposed object.\r\nObject name: 'Transaction'." [modified] Pin
RussVB25-Aug-09 16:38
RussVB25-Aug-09 16:38 
QuestionCancel Events Pin
satsumatable30-Jun-09 21:56
satsumatable30-Jun-09 21:56 
AnswerRe: Cancel Events Pin
DaveyM6930-Jun-09 22:06
professionalDaveyM6930-Jun-09 22:06 
GeneralRe: Cancel Events Pin
satsumatable30-Jun-09 22:34
satsumatable30-Jun-09 22:34 
GeneralRe: Cancel Events Pin
Cracked-Down30-Jun-09 22:58
Cracked-Down30-Jun-09 22:58 
QuestionRe: Cancel Events Pin
musefan1-Jul-09 1:21
musefan1-Jul-09 1:21 
QuestionHow to attach file when sending emails Pin
dabuskol30-Jun-09 21:54
dabuskol30-Jun-09 21:54 
AnswerRe: How to attach file when sending emails Pin
Manas Bhardwaj30-Jun-09 21:58
professionalManas Bhardwaj30-Jun-09 21:58 
QuestionHow to close the form using Alt+f4? Pin
swetha_insoft30-Jun-09 21:37
swetha_insoft30-Jun-09 21:37 
AnswerRe: How to close the form using Alt+f4? Pin
SeMartens30-Jun-09 21:41
SeMartens30-Jun-09 21:41 
AnswerRe: How to close the form using Alt+f4? Pin
stancrm30-Jun-09 21:41
stancrm30-Jun-09 21:41 
AnswerRe: How to close the form using Alt+f4? Pin
DaveyM6930-Jun-09 22:24
professionalDaveyM6930-Jun-09 22:24 
QuestionWhen the finally code is executed? Pin
Fired.Fish.Gmail30-Jun-09 20:45
Fired.Fish.Gmail30-Jun-09 20:45 
AnswerRe: When the finally code is executed? Pin
N a v a n e e t h30-Jun-09 20:54
N a v a n e e t h30-Jun-09 20:54 
AnswerRe: When the finally code is executed? Pin
Christian Graus30-Jun-09 21:37
protectorChristian Graus30-Jun-09 21:37 
GeneralRe: When the finally code is executed? Pin
dojohansen30-Jun-09 22:45
dojohansen30-Jun-09 22:45 
GeneralRe: When the finally code is executed? Pin
PIEBALDconsult1-Jul-09 5:20
mvePIEBALDconsult1-Jul-09 5:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.