Results 1 to 3 of 3

Thread: Microsoft Enterprise Data Access Application Blocks locks up IE

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276

    Question Microsoft Enterprise Data Access Application Blocks locks up IE

    I'm using the DAAB and only make a simple call:
    VB Code:
    1. Dim db As Database = DatabaseFactory.CreateDatabase()
    2.  
    3. Dim cmdWrapper As DBCommandWrapper = db.GetStoredProcCommandWrapper("GetCategories")
    4.  
    5. dg.DataSource = db.ExecuteDataSet(cmdWrapper)
    6. dg.DataBind()
    I see the data fine and close the page. Then I open Internet Explorer and it locks at "Detecting Proxy Settings...". I have to end task on the aspnet_wp.exe process and it's fine.

    Has anyone encountered this and how did you fix it?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Microsoft Enterprise Data Access Application Blocks locks up IE

    Tools > Internet Options > Connections > Lan Settings ... > Bypass proxy for local addresses....

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276

    Re: Microsoft Enterprise Data Access Application Blocks locks up IE

    Well my IE itself is not the problem.

    It works fine until I run the web app and my aspnet_wp.exe process seems to be waiting. I check the SQL Server locks and there is a sleeping process executed from .Net SqlClient Data Provider.

    I end task on aspnet_wp.exe and the database lock goes away and I can open up a new IE window and use it now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width