Stuck Thread when closing dialog window with 'X' browser button

Hello,
I moved my application to JDev 11.1.1.3 and it seems I've got a problem appearing since. Here it is:
I've a bouded task-flow having 5-6 JSP pages.
3 of them can open a dialog window to show a PDF report using dialog:report such as:
<control-flow-rule id="__1">
<from-activity-id id="__2">etats</from-activity-id>
<control-flow-case id="__3">
<from-outcome id="__7">dialog:goReportEtat</from-outcome>
<to-activity-id id="__8">report</to-activity-id>
</control-flow-case>
</control-flow-rule>
<control-flow-rule id="__9">
<from-activity-id id="__10">real</from-activity-id>
<control-flow-case id="__11">
<from-outcome id="__13">dialog:goReportReal</from-outcome>
<to-activity-id id="__12">report</to-activity-id>
</control-flow-case>
</control-flow-rule>
<control-flow-rule id="__14">
<from-activity-id id="__15">previ</from-activity-id>
<control-flow-case id="__16">
<from-outcome id="__18">dialog:goReportPrevi</from-outcome>
<to-activity-id id="__17">report</to-activity-id>
</control-flow-case>
</control-flow-rule>
When a go to "Etat" page, launch my report window, close it with the 'X' button of the browser and going back to let's say "Real" page, the page just won't load completely and I got this error after 10 mins:
*<Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "616" seconds working on the request "weblogic.servlet.internal.ServletRequestImpl@1c68ec0[*
*GET /myapp/faces/javascript/favicon.js?_adf.ctrl-state=1303iqjhth_40 HTTP/1.1*
*User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 (.NET CLR 3.5.30729)*
*Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8*
*Accept-Language: fr*
*Accept-Encoding: gzip,deflate*
*Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7*
*Keep-Alive: 115*
*Connection: keep-alive*
*Referer: http://127.0.0.1:7101/myapp/faces/my-flow/real?_adf.ctrl-state=1303iqjhth_7&_afrLoop=255213241325922*
*Cookie: JSESSIONID=t942Mx3KqWtx05CvKcYMfGyCKNBV9nf27jsvLcpRMKJJnyng7Gjj!1056711659*
*]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:*
*     sun.misc.Unsafe.park(Native Method)*
*     java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)*
*     java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:747)*
*     java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:778)*
*     java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1114)*
*     java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:186)*
*     java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:262)*
*     oracle.adf.model.dcframe.DataControlFrameImpl.lock(DataControlFrameImpl.java:294)*
*     oracle.adf.model.dcframe.DataControlFrameImpl.beginRequest(DataControlFrameImpl.java:336)*
*     oracle.adf.model.BindingContext.setCurrentFrame(BindingContext.java:2107)*
*     oracle.adf.model.BindingContext.setCurrentDataControlFrame(BindingContext.java:2009)*
*     oracle.adfinternal.controller.util.model.DCFrameImpl.makeCurrent(DCFrameImpl.java:126)*
*     oracle.adfinternal.controller.state.ViewPortContextImpl.makeCurrent(ViewPortContextImpl.java:1006)*
*     oracle.adfinternal.controller.state.RequestState.setCurrentViewPortContext(RequestState.java:159)*
*     oracle.adfinternal.controller.state.ControllerState.setCurrentViewPort(ControllerState.java:1247)*
*     oracle.adfinternal.controller.state.ControllerState.releaseViewPort(ControllerState.java:1413)*
*     oracle.adfinternal.controller.state.ControllerState.processViewPortReleaseQueue(ControllerState.java:2114)*
*     oracle.adfinternal.controller.application.SyncNavigationStateListener.afterPhase(SyncNavigationStateListener.java:62)*
*     oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.afterPhase(ADFLifecycleImpl.java:531)*
*     oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchAfterEvent(LifecycleImpl.java:120)*
*     oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchAfterPagePhaseEvent(LifecycleImpl.java:168)*
*     oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:124)*
*     oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:70)*
*     oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)*
*     oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)*
*     oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)*
*     javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)*
*     weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)*
*     weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)*
*     weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)*
*     weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)*
*     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
*     com.figaret.payroll.view.util.ApplicationSessionExpiryFilter.doFilter(ApplicationSessionExpiryFilter.java:124)*
*     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
*     oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)*
*     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
*     oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)*
*     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)*
*     oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)*
*     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)*
*     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)*
*     org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)*
*     org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)*
*     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
*     oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)*
*     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
*     weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)*
*     weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)*
*     weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)*
*     weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)*
*     weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)*
*     weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)*
*     weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)*
*     weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)*
*     weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)*
*     weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)*
*     weblogic.work.ExecuteThread.run(ExecuteThread.java:173)*
After a while, my Weblogic Server throws an outOfMemoryException and I have to restart it which is dreadful in production mode.
My report page contains just an inline tag receiving a bytes Arrays from a Servlet to show the PDF doc:
<?xml version='1.0' encoding='windows-1252'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
<jsp:directive.page contentType="text/html;charset=windows-1252"/>
<f:view>
<af:document title="#{res['report.title']}" id="d1">
<af:form id="f1">
<af:panelStretchLayout startWidth="0px" endWidth="0px" topHeight="30px"
bottomHeight="30px" styleClass="AFVisualRoot"
id="pt_psl1">
<f:facet name="top">
<!--<af:commandButton text="#{res['template.null']}" id="close"
partialSubmit="true" visible="true"
immediate="true">
<af:returnActionListener/>
</af:commandButton>-->
</f:facet>
<f:facet name="center">
<af:inlineFrame shortDesc="#{res['report.title']}" id="if1"
source="/pdf/report.pdf"/>
</f:facet>
</af:panelStretchLayout>
</af:form>
</af:document>
</f:view>
</jsp:root>
I tested by putting a button into my report page to close the page and containing a returnActionListener tag and when I close the page with this button, everything is fine.
<af:commandButton text="" id="close"
partialSubmit="true" visible="true"
immediate="true">
<af:returnActionListener/>
</af:commandButton>
Is this normal?
My problem is that our users are used to close the dialog using 'X' button so it is a 'must' for me to make it work.
Is this normal? OR Am i doing something wrong there?
I spent a full week looking for mistakes and searching into the net but I'm lost there
Any help welcome! :)
Jack

Hi Puthanampatti,
That's what I thought and I did try to do what you said:
I added this into my report page:
<f:facet name="metaContainer">
<af:resource type="javascript">
window.onbeforeunload = simulateClick;
function simulateClick() {
if (document.getElementById('close') != null) {
// simulate a click
//alert('simulate a click');
document.getElementById('close').click();
//alert('CLICKED');
</af:resource>
</f:facet>
And here my close button into report page:
<af:commandButton text="#{res['template.null']}" id="close"
partialSubmit="true" visible="true"
clientComponent="true" immediate="true">
<af:returnActionListener/>
</af:commandButton>
But, this doesn't resolve the problem.
When doing so, I have this javascript error:
Erreur : AdfXMLRequest is not defined
Fichier Source : http://127.0.0.1:7101/payroll/afr/partition/gecko/default/opt/core-11.1.1.3.0-0084.js
Ligne : 457
SO now I'm quite lost and dunno what to do next.
I am 99% sure it was working well when I was developing with JDev11.1.1.2.
Is it not a regression?
Jack

Similar Messages

  • When closing 2 windows(with multiple tabs each), system restore does not properly restore the second window's tabs. Is this a bug in the new update/any ideas to fix?

    I regularly use 2 windows with multiple tabs each and session restore would work to get them all back, but after this latest update the second window does not restore properly, with the first tab not visible on top(only in drop down menu) and the add a tab button now on the left(instead of right). The add a tab button is not really concerning other than it indicates other problems with the tabs on tab of the 2nd window. Not having the 1st tab visible is frustrating, because I can not move it or as easily navigate. Also, the tabs on top of the 2nd window that are visible no longer have the "x" to close visible unless that tab is selected. I'm assuming this is a problem with the new release/update, since this is the first time I've ever encountered the problem, and I've shut down and restored Firefox a few times to make sure this was a recurring problem and not a one-time deal. Any ideas on how to fix would be welcome(other than perhaps cramming my tabs onto one window or sucking it up XD).

    Hi,
    You can try to '''Reset toolbars and controls:''' and '''Make Changes and Restart''' in the [https://support.mozilla.org/en-US/kb/Safe%20Mode Safe Mode] start screen.
    If the problem persists, please try a [https://support.mozilla.org/en-US/kb/Managing-profiles?s=profile&r=0&e=sph&as=s new profile]. You can later copy [https://support.mozilla.org/en-US/kb/Backing%20up%20your%20information?s=backup&r=1&e=sph&as=s needed data] from the old profile to this.
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]

  • ReturnListener invocation when closing popup window with (X) Button

    When I use a bounded task flow in an inline-pop, when the user clicks on the upper right (X) button of the popup window, the ReturnListener
    is not invoked which needs to be called in my use case because I need to refresh the caller’s table displayed in the calling screen. Do you know if there is a way to invoke the ReturnListener method to be invoked in case of closing the dialog via (X) button on the top right? Or how to refresh(addPartialTrigger) the caller’s table in that case.
    This behavior is described in Andrejus following
    http://andrejusb.blogspot.com/2009/11/crud-operations-in-jdeveloperadf-11g-r1.html
    Thanks for your feedback.
    Best Regards,
    JP

    Hi,
    We created our own region in popup system partly for that reason. You have to add a popupClosed client listener and send a custom event to the server to in turn call the returnListener. Sadly, it's really not simple to implement, so I cannot come up with a good solution for you. :(
    Regards,
    ~ Simon

  • How to create a dialog window with no button that opens along with the main window?

    When the main window is open, the dialog window opens up immediately and can be closed by key press. At other times, when the next step, ie: decision, comes to, the another dialog window pops up again and is again closed by key press. Does anyone know how to do? Use the sub-Vi? notification method? occurrence method?
    And another thing: how to create a reusable dialog window with no button so that different messages can be sent to it and it can closed by key press. And how to pass the string to the title of the dialog window programmatically?

    For your functionality (If I understand it right), nothing needs to be in the event structure. Pressing any key just triggers the event, thus finishing the VI (there is no while loop).
    Could you tell me what you mean my "it won't run properly"? Make sure that the front panel of the subVI is closed before starting the main VI. Remember that the subVI is set to "open when called" and "close afterwards if originally closed". So, if you had the panel open already, it won't of course close when finished!
    (Actually, the problems is worse when you have the subVI panel open when starting the main VI. you get a catch22 and labVIEW locks up because (1) the subVI is set to dialog and grabs all attention but (2) it has not been
    called, thus the event cannot be triggered. So don't do that!!!! As a quick workaround, add the modification shown in the attached image to ensure the panel of the subVI is closed.)
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    CloseNoButtonDialog.gif ‏3 KB

  • When closing Firefox windows, I would like a warning before the last window closes. The about:config settings do nothing. There is a warning for multiple tabs..

    When closing Firefox windows, I would like a warning before the last window closes. The about:config settings do nothing. There is a warning for multiple tabs... why not for the last window? I do not use tabs... just windows... I have a mouse button programmed for that. It is really irritating to have to restart Firefox all the time and then open the history window because no warning was issued!

    This is ridiculous. I've had this problems for years now and I'm finally walking away from Firefox. I use my keyboards more than my mouse, and how many times does your finger slip and hit Command Q instead of W. How come FF can't reset something as trivial as this? So many people are having problems with this?
    Feels like FF has become too big, too slow and just not cooperative anymore. What a shame, I've been using Netscape/Firefox for 13 years. This is silly.

  • Hi, I want to open dialog window with ADF Faces

    Hi, I want to open dialog window with ADF Faces when commandButton pressed, but the window opended at same window, not opened new window.
    my command button is follow,
    <af:commandButton text="Ücret Girişi"
    binding="#{backing_rezervasyonlar.rez_iptal}"
    id="rez_iptal"
    action="dialog:ucret"
    windowHeight="200"
    windowWidth="300"/>
    I am waiting your help....

    Remove the partialSubmit attribute from the declaration of your command button. Therefore, the code you posted should be:
    <af:commandButton text="Ücret Girişi"
    binding="#{backing_rezervasyonlar.rez_iptal}"
    id="rez_iptal"
    action="dialog:ucret"
    useWindow="true"
    windowHeight="200"
    windowWidth="300"/> NOT:
    <af:commandButton text="Ücret Girişi"
    binding="#{backing_rezervasyonlar.rez_iptal}"
    id="rez_iptal"
    action="dialog:ucret"
    partialSubmit="true"
    useWindow="true"
    windowHeight="200"
    windowWidth="300"/> --RiC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I am using a Photoshop cs2, and I wonder if it is possible to keep the settings of the guidelines when closing an image, with the actual document ? It would be nice to have the guidelines locked down, I find it than when opening the same or another image,

    I am using a Photoshop cs2, and I wonder if it is possible to keep the settings of the guidelines when closing an image, with the actual document ? It would be nice to have the guidelines locked down, I find it than when opening the same or another image, the guidelines are not locked, it is annoying to have to lock them down again. and it would actually be nice, to ba able to give specific directions when placing the guidelines. Thanks

    Then why are the guides unlocked when I reopen a document that I saved with the guides locked ?
    Thanks.

  • I accidently closed my window with all my app tabs, now the only window that opens was a 2nd one I had open. How do I get back all my app tabs from the previous window, and why didn't it give me the usual warning you are closing more than one tab?

    I accidently closed the window with all my frequently used app tabs, now the only window that opens was an extra one I had opened. How do I get back all my app tabs from the previous window, and why didn't it give me the usual warning you are closing more than one tab? edit
    Details

    Then the (App) tabs from that window are lost unless you can restore an older copy of the sessionstore.js file (Time Machine?) that has that lost window.
    *http://kb.mozillazine.org/sessionstore.js

  • When i close window with multiple tabs angd start new session (open new window) old tabs open again, how can i stop it?

    when i close window with multiple tabs and start new session (open new window) old tabs open again, how can i stop it?

    It is possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • Just tried to open iTunes, it won't, and I'm getting a blank window with an OK button. When I press the OK button, iTunes closes. what is going on?

    Have just tried to open iTunes, and I get a blank window (no dialogue, just a blank window) with an OK button. When I press OK, it closes down (not having opened anything) and shuts down. I've tried opening while holding down the option key, as I would to open with a new iTunes folder, and I"m getting the same empty window with an OK. Very frustrating, has anyone seen this, and can anyone help?  Thanks in advance,  Kate

    so, I called a friend who's more experienced than I am. He walked me through some steps, checking iTunes and we got the same dialogue -free window with the OK button. We then uninstalled iTunes, downloaded it afresh, and it opened with no problems. Seems to all be there, music, tv, etc. Not sure what the issue was, but it has stopped this problem.

  • Terrance Devlin answered a question about iPhoto (4-2012) re:copying iPhoto Library to an ExHD, and losing all the albums. I can't locate the "Choose Library" when I open iPhoto with the opt button. Can anyone help?

    I tried to move my images (over 25,000) to an External Hard drive to open up some memory, hoping to make my computer run faster. It took three hours to move the images and I see them all in the mac's menus. However when I try to open them with iPhoto now, none appeared. and when I tried to import them back to the main HD they come in to iPhoto just fine, but not with the albums nor any of the massive organization i'd created in the original. this represents years of images, and I can't imagine that I'd have to recopy them into folders/albums again.
    Terrance Devlin answered a similar question back in April of last year. He said to make sure the ExHD is formatted to MAC OS Extended (Journaled) and to move the library to the ExHD and then open iPhoto with the option button and select "Choose Library" from the resulting menu.
    Command "I" tells me that the new drive is formatted correctly. I can't locate the "Choose Library" when I open iPhoto with the opt button.
    First, I wondered if the application needs to be on the same drive as the Library. I sure would like to know if I can find out how to restore all the folders I had them in. Terrance's advice helped the user that had asked the question.
    Here's the url for that archived discussion: https://discussions.apple.com/thread/3849933?start=0&tstart=0
    Can anyone help? I'm using iPhoto 5. My MAC is an OS X version 10.4.11.
    thanks, brokenlom

    Here are Apple's instructions:
    If you are using iPhoto ’06 or earlier, you will need to follow these steps to tell iPhoto where the Library is now located:
    Hold down the Option key on the keyboard and open iPhoto. Keep the Option key held down until you are prompted to create or choose an iPhoto Library.
    Click Choose Library.
    Locate and select the iPhoto Library in its new location.
    (from http://support.apple.com/kb/HT1229 )
    Below (in the link below) is what you should see when holding down the option key and opening iPhoto. Keep holding down the option key until this dialogue comes up. You want to select the Choose Library button.
    http://appleclinic.wordpress.com/2008/04/06/change-default-dir-iphoto/

  • Adobe fail when open .pdf documents with IE browser

    It happened when I open .pdf with IE browser, IE will freezes. Who know how to solve ? I used IE 7.0 and adobe reader 8.x
    here picture:
    http://freedictionarysoftware.info/images/error.JPG

    Hi obaand,
    Please navigate to the following forum discussion link with the same DIN font problem and see if that could help:
    Din font won't display in pdf file since December update to version 11.0.10
    Let me know.
    Regards,
    Anubha

  • Create Window with Textbox and Button For getting Input Value

    Hi All,
    I have create plugin application but i want to take input from user. Therefore i want to create window with textbox and button.
    please may i get solution...

    Or if that's all you need to do, just use JavaScript or a form.

  • When closing Popup Window it does not ask "discard data?" dialog

    We have a popup window to create/update a record. When we click on 'Close Window' on this popup window with unsaved changes it does NOT show the dialog popup - "The changes you have made to this page have not been saved. If you continue, the changes will be discarded. Do you wish to continue?"
    What do I need to do to ensure the dialog popup is shown so that the underlying VO/EO are left in a consistent state before closing the popup window?
    At the moment, if the user navigates to the popup window a second time in the same session the EO cache is retained and causes create to fail.
    Regards
    Firoz

    The message you are talking about is a Warn About Changes message and it shows only if the user tries to navigate away from the page page without committing/rollbacking the data.
    As far as Window close is concerned check whether the windows.close() could be handled using Javascripts. As far as OA framework is concerned I would recommend you do not retain the AM while the pop up window is opened. This way no data from previous popup would be available. Just make sure that you pass sufficient parameters to initialize the popup everytime.
    Regards

  • VS Express 2012 occasionally hangs on win 7 64bit when closing designer windows

    I'm experiencing something I've never experience before. I have a new laptop and installed VS Express 2012. Everything runs great except occasionally, when I'm closing tabs - VS will just hang. It seems to only happen with WPF form design view, does not
    seem to happen when closing code only windows. Everything else runs exceptionally fast. Please help, thanks.
    Things to note:
    cpu usage does not increase (stays at 0).
    The hang time can be anywhere from 10 second to over 30 seconds (at that point i kill the process).
    memory usage does not increase.
    I have 3 other installations on separate computers and none of the others experience this problem with the same code. (this is the fastest computer of all of them).
    The display is 4k resolution, and is the only one with that size screen.
    I am not running any addons.
    Basic VS installation nothing special.
    I have done the following to try to fix it:
    Installed all the latest plugins and patches for VS.
    Installed all the latest patches for Windows 7.
    Reinstalled VS on a completely seperate drive (SSD).
    Erased the solution *.suo file and let it rebuild.
    Disabled AntiVirus - other computers have the same AV also.
    Edit for clarity:
    What I mean by closing tabs - When I have my WPF project open, I will open source files inside the project and the sources file is in a tabbed window. I close the source file inside the project, either by middle mouse button or by clicking the 'x'. At no
    other time have I noticed this hang and it only seems to happen when the source file includes a form design view (*.xaml) not plain text (*.cs).

    Hi DMANN636,
    >>when I'm closing tabs - VS will just hang. It seems to only happen with WPF form design view,does not seem to happen when closing code only windows.
    Based on your issue, you mean that when you create a simple WPF project and then you get also the VS hang issue for this WPF form design view, am I right?
    If yes, I suggest you could try the following command-line options with WDExpress.exe
    to check the result:
    /ResetSettings: Restores the IDE's default settings, optionally resets to the specified CS Settings file.
    /SafeMode: Launches the IDE in safe mode to check if you install some Add-ins impact the WPF designer
    If the above suggestion still could not help you, please try to delete your
    ItemTemplatesCache, 
    ProjectTemplatesCache folder and then run the WDExpress /InstallVSTemplates switch
    and WDExpress/Setup switch. Please refer to the following steps:
    Step1: Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7\IDE (by default is <C:\Program Files(x86) \Microsoft Visual Studio 11.0\Common7\IDE>)
    Step2:  Delete the ItemTemplatesCache, ProjectTemplatesCache folder; 
    Step3: Open Visual Studio Command Prompt (2012 x64 Cross Tools Command Prompt under Start menu -> All Programs -> Microsoft Visual
    Studio 2012 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator); 
    Step4: Run the WDExpress
    /InstallVSTemplates switch and the WDExpress
    /Setup switch.
    In addition, as you said that :
    >>I have 3 other installations on separate computers and none of the others experience this problem with the same code.
    If you load the same WPF project on other machine, it work fine. I doubt that the issue may be related to the your machine environment. So if possible, I suggest you could try to repair or re-install the your OS would be better.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Can,t boot into recovery

    I bought HP Pavilion g6-1240se Notebook PC about a month ago it had windows 7 home basic x64 installed on it I upgraded the OS to windows 7 ultimate but something went wrong so i decide to recover it to the original factory condition but recovery man

  • UWL Approve and Reject buttons not available in Portal 7.31?

    Hi I've been doing some research and came across some interesting articles... http://scn.sap.com/thread/1871429 http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=221611154 I am trying to enable the Approve and Reject buttons per customer requ

  • Accounting-software using XServe's over different locations

    Good evening, I am trying to set up something with Mac OS X 10.6. I'll put down a situation, and I would like to know what is the best software-package for that situation.. I hope you guys can help me! SITUATION: There is a company with three locatio

  • Efficient Time effective algorithm to read a BIG Size Image matrix

    Hi, I am given a specific problem for Big size Matrix data handling. In a File there are Huze data in the Matrix form (m*n) - These data basically represents some image pixel value. say for example I am give a pixel value of leena image of size 5MB.

  • Iphone sdk for iphone os 2.1 final dmg does not install

    Hi all, opening the dmg file iphone sdk for iphone os 2.1 final dmg fails with the error -4960. A small message box pops up defining this error. Is it because I have a PowerPC still so that developing apps for the iPhone / iPod Touch is not possible,