Search

You searched for the word(s): userid:686600

Matching Posts

  • Re: Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

    Actually, I'm just an idiot. For my problem, I was starting a transaction on test class initialize and rolling it back on test class cleanup, but the cleanup method wasn't being called when all the tests in the class had been run so some tables were locked and caused (I'm assuming) other tests to deadlock and throw this timeout expired error. Maybe not exactly like everyone else's issue, but this could be something to look out for if your getting this error.
    Posted to Personal Site Starter Kit (Forum) by dmorrison on 12/9/2008
    Filed under: transactions, database, unit testing
  • Re: Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

    [quote user="AMR_PHASE"] Is this running inside a transaction? [/quote] Thanks for asking this. In my case there are transactions involved, although the query that causes the error isn't in one. I'm running unit tests inside Visual Studio that contact the DB and use transactions to not modify the DB. I'm using typed datasets (unfortunately). For the calls that only get data, I'm not wrapping them in a TransactionScope. For things that do, I am. Thanks.
    Posted to Personal Site Starter Kit (Forum) by dmorrison on 12/9/2008
    Filed under: transactions, unit testing
  • A new name for ASP.NET MVC?

    Rails, Django, Monorail, Struts, SproutCore, Symfony... these are all fairly snappy names for web MVC frameworks. But we have "ASP.NET MVC"?? Seems verbose and inelegant to me. I've tried telling my friends about the ASP.NET MVC framework who don't work in the Microsoft space and several times, when they've asked me what it's called, I have to say "it's just called the ASP.NET MVC framework." Is anyone else annoyed by this? Are there are any plans to brand
    Posted to ASP.NET MVC (Forum) by dmorrison on 10/15/2008
  • Re: ModalPopup flashes on page load

    I'm using a fairly lightweight way to deal with this flashing problem: 1 < ajaxtoolkit:modalpopupextender id= "ImportStatusMpe" runat= "server" 2 targetcontrolid= "ImportBtn" popupcontrolid= "ImportStatusPopup" 3 backgroundcssclass= "ModalBackground" dropshadow= "true" 4 popupdraghandlecontrolid= "ImportStatusHeader" /> 5 6 < div runat= "server" id= "ImportStatusPopup" class= "ModalPopup"
    Posted to ASP.NET AJAX UI (Forum) by dmorrison on 7/27/2007
Page 1 of 1 (4 items)