System.AccessViolationException in clickonce deployment when starting WPF app

We see a lot of these errors on the production environment when launching our WPF clickonce application.
Can someone explain this error?
See here the error mentioned in the eventviewer.
Application: BrioShell.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException Stack:    at System.Deployment.Internal.Isolation.Manifest.IHashElementEntry.get_AllData()    at System.Deployment.Application.Manifest.File..ctor(System.Deployment.Internal.Isolation.Manifest.FileEntry)
   at System.Deployment.Application.Manifest.AssemblyManifest.get_Files()    at System.Deployment.Application.Manifest.AssemblyManifest.GetFilesInGroup(System.String, Boolean)    at System.Deployment.Application.ComponentStore.CheckGroupInstalled(System.Deployment.Application.DefinitionAppId,
System.Deployment.Application.Manifest.AssemblyManifest, System.String)    at System.Deployment.Application.SubscriptionStore.CheckGroupInstalled(System.Deployment.Application.SubscriptionState, System.Deployment.Application.DefinitionAppId, System.Deployment.Application.Manifest.AssemblyManifest,
System.String)    at System.Deployment.Application.DeploymentManager.SynchronizeGroupCore(Boolean, System.Deployment.Application.SyncGroupHelper)    at System.Deployment.Application.DeploymentManager.SynchronizeGroupAsyncWorker(System.Object)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)    at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)    at
System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()    at System.Threading.ThreadPoolWorkQueue.Dispatch()    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Greetings Ambionix

We are having the same problem. Initial async download of three file groups works fine (so directly after installation). On an upgrade, we kick off the async download again. It then always raises the error shown below, independent whether it is a VSTO add-in
or clickonce app. Our apps run as full trust on .NET 4.5.2.
Application: Invantive.Estate.App.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
   at System.Deployment.Internal.Isolation.Manifest.IHashElementEntry.get_AllData()
   at System.Deployment.Internal.Isolation.Manifest.IHashElementEntry.get_AllData()
   at System.Deployment.Application.Manifest.DependentAssembly..ctor(System.Deployment.Internal.Isolation.Manifest.AssemblyReferenceEntry)
   at System.Deployment.Application.Manifest.AssemblyManifest.get_DependentAssemblies()
   at System.Deployment.Application.Manifest.AssemblyManifest.GetPrivateAssembliesInGroup(System.String, Boolean)
   at System.Deployment.Application.DownloadManager.AddDependencies(System.Deployment.Application.FileDownloader, System.Deployment.Application.Manifest.AssemblyManifest, System.Deployment.Application.Manifest.AssemblyManifest, System.Uri, System.String,
System.String)
   at System.Deployment.Application.DownloadManager.DownloadDependencies(System.Deployment.Application.SubscriptionState, System.Deployment.Application.Manifest.AssemblyManifest, System.Deployment.Application.Manifest.AssemblyManifest, System.Uri,
System.String, System.String, System.Deployment.Application.IDownloadNotification, System.Deployment.Application.DownloadOptions)
   at System.Deployment.Application.DeploymentManager.SynchronizeGroupCore(Boolean, System.Deployment.Application.SyncGroupHelper)
   at System.Deployment.Application.DeploymentManager.SynchronizeGroupAsyncWorker(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()

Similar Messages

  • Tuchpad stops working when starting any app

    Hi,
    My mousepointer stops when starting any app. Works fine after starting anything, at the desktop, but  as soon as I start any program, systemsettings or else it stops to work.

    I'm having pretty much the same problem.  When I try to launch InDesign CS5.5 I receive the error message from Windows:  Adobe InDesign CS5.5 has stopped working.
    I have the Creative Suite 5.5 Design Premium Student and Teacher Edition, running on Windows 7 Home Edition Premium 64 bit
    I have tried opening InDesign directly and get the error message, and I've tried opening from a document and get the same message.
    Recently I had to move to a new computer, as my old hard-drive boot died on the old one, so I was not able to uninstall Creative Suite 5.5 from the old computer.  However, the rest of the Suite works fine, just not InDesign.
    I have tried the fix as per Peter Spiers' post above; I renamed the InDesign SavedData file, but there was no InDesign Defaults file.  I searched for adobefnt*.lst files, but there were none.
    I've not successfully used InDesign since loading it on this new computer, so perhaps this makes a difference?

  • Error when starting DPS App Builder - Application not found

    WTF folks.
    This morning I open my document (CS5) and it says I have to update my folio tools (needless to say i hate it to be forced to do an update before I can start working).
    Well, I do an update, both tools (Folio Builder and Producer Tools).
    Now there seem to be some changes, I cant refresh my folio via menu anymore. When choosing the new "build app"-option I get an error :
    "An error occured while starting DPS App Builder. The DPS App-Builder Application was not found" (translated).
    German original version: "Beim Starten von DPS App Builder ist ein Fehler aufgetreten. Die DPS App Builder-Anwendung wurde nicht gefunden."
    Any Solutions? Where to get the mysterious "App-Builder Application?"
    edit: refresh is now only possible inside the folio it seems.

    App Builder is nothing but a new name to Viewer Builder. Download it from DPS Dashbaord.

  • WebLogic 10.3.6 Times Out When Starting Web App

    When starting our web app on WebLogic 10.3.6 using startWebLogic.sh on OEL (8 cores, 64 GB box), after about 5 to 6 minutes we receive a timeout error from WebLogic saying that it timed out trying to start the web app. The web app has some pre-computed indices to load which will take an estimated 10 to 15 minutes to load. Is there are way to control this timeout?

    The time-out you are getting is that related to a transaction?
    You can set the transaction time-out in the WebLogic console go to the JTA page for the domain, and change the value in the Timeout Seconds field.
    When you are using EJBs, you can also set the time-out on a EJB basis, instead of configuring the time-out for the whole domain.
    For example, in weblogic-ejb-jar.xml, you can configure the time-out by using:
    <weblogic-ejb-jar ...>
        <weblogic-enterprise-bean>
            <ejb-name>YOUR_EJB_NAME</ejb-name>
            <enable-call-by-reference>True</enable-call-by-reference>
            <stateless-session-descriptor>
                <pool>
                    <initial-beans-in-free-pool>25</initial-beans-in-free-pool>
                    <max-beans-in-free-pool>50</max-beans-in-free-pool>
                </pool>
            </stateless-session-descriptor>
            <transaction-descriptor>
                <trans-timeout-seconds>600</trans-timeout-seconds>
            </transaction-descriptor>
        </weblogic-enterprise-bean>
    </weblogic-ejb-jar>The transactions this EJB spawns can last for 10 minutes.

  • "Error 5" message when starting AE App

    Dear Community,
    I need your HELP, I downloaded AE but when I try to run it, it gives me a "Error 5" message - 
    I tried installing and reinstalling (with restart of the computer in between) but the error remains...
    HELP  & Thanks

    Looks like I found the answer to my question.
    A colleague on the DealMac forum pointed me to an article at Ars Technica (http://arstechnica.com/civis/viewtopic.php?f=19&t=83766) which suggested that the problem lay in the invisible folder /users/shared/sc info. After making invisible files/folders visible using TinkerTool, I copied this folder to a work file on my desktop, trashed the originals, and then put the copy back. Voila! No more error -42032 message when starting iTunes!
    Regards, Jim

  • Ipad has one account loged but when starts downloading apps associate another account! Help!

    Hi,
    Two years ago my girlfriend buyed an ipad with my advice. When starting the ipad i was forced to associate a credit card. Because of this i created an acount wiht my e-mail so that she couldn´t do any purchases with out my knolegde.
    Recently i upgraded the ipad2 to the newest ios, and everything went fine. I created a new account for her and cofigured her account on her ipad with no credit card.
    The ipad worked for 2 months with no problem, but sudently, with her account loged into ipad, when prompted to update apps the account that appears is mine, in every defenitions i configured his account but my e-mail always appear when prompt to update anything.
    Tryed: Reboot; Deleted all information from ipad; Configured her account; Reconfigured her account; Etc. Help!!
    With no success!
    Can i simple delete my account from Apple?
    I would thank some help.
    Best Regards
    Nelson

    Shurely i will eliminate apple from my family!!!

  • "Cannot perform action on stopped deployment" when starting VM

    Shut down Windows VM from within VM. Stopped VM from within Azure portal. Trying to start VM from portal, and after about 30 seconds get message "Cannot perform action on stopped deployment."  How do I troubleshoot this?

    Shut down Windows VM from within VM. Stopped VM from within Azure portal. Trying to start VM from portal, and after about 30 seconds get message "Cannot perform action on stopped deployment."  How do I troubleshoot this?
    I noticed that both "Start" (not restart) and "Shutdown" were available at the bottom of the portal.  Even though the current status showed "Stopped," when I did Shutdown, it successfully shutdown, then I was able to
    click on Start and it was able to redeploy the VM.  It appears that the machine was not fully shutdown as previously though, but it is confusing when the two options are Start and Shutdown.  It would seem that "Start" should not be available
    to a machine that is not capable of being started.

  • "System Extension cannot be used" when starting Parallels

    I'm using Parallels Desktop 4.0 to provide a platform for Windows XP on my MacBook. It works very well, but since a recent update of the package, I have been getting a message on startup which says:
    "System extension cannot be used
    The system extension "/Library/Filesystems/fusefs.fs/Support/fusefs.kext" was installed improperly and cannot be used. Please try reinstalling it, or contact the product's vendor for an update."
    I see from other discussions in this forum that this type of warning sometimes appears, but what does it mean generically - does anyone know? So far Parallels support has suggested a couple of things including reloading MacFUSE which I'd never heard of, but they are now suggesting it's a Mac OS problem. Could it be? I need some kind of steer as to what this means and what could have caused it

    Hello MaxGraphics,
    You both may want to read this article before proceeding. It does give you an idea about kext files and how to handle them.
    http://www.ihackintosh.com/2009/02/what-is-kextwhere-is-kext-how-to-install-kext /
    Hope this helps.

  • Error "Unable to continue...hardware or system error..." When Starting Photoshop 6.x

    See:
    http://www.adobe.com/support/techdocs/2aa72.htm

    Hi
    This forum serves Photoshop.com, an online portal and service, separate from the desktop app.  Could you please repost your question here: http://forums.adobe.com/community/photoshop/general
    Thanks,
    Charlie

  • Why Spaces change alone when starting the apps?

    This is really annoying... when I login, I start some distinct applications, and when they appears, I move them in the appropriate Space. But some apps, as iTunes, continue to "ask my attention" changing the active Space to the one when iTunes is hosted. Then I change, and iTunes change again and again. Really annoying! How to avoid?

    Stefano62 wrote:
    Bruce wrote: When the computer starts up, it does some switching on its own as the applications load.
    the last part of that sentence was left off: “but after that, they stay in their Spaces while I work in other Spaces.”
    Ok your iTunes start automatically after your login, this is not my case but who cares, the behaviour is the same,
    The automatic switching occurs at startup only if applications are included in the System Preferences/Accounts/Login Items tab. If no applications are in the Login Items list, an application opens in the current Space if it has not been assigned a Space, or in the Space assigned to it.
    if I start iTunes in Space 2 and go back to Space 1, I'm automatically switched again to Space 2 when iTunes is ready and think this is so an important event to inform me. Not really.
    Anyway, ok, I assume this is "normal", at least in Leopard.
    This is not normal. I have never had iTunes automatically switch Spaces to get attention or any other time, and iTunes is open all the time.
    Have you tried assigning the applications to Spaces using the method described previously (System Preferences/Exposè & Spaces/Spaces tab and clicking the + button at the bottom to add the applications to their own Spaces)?

  • Outlook 2010 "Server is unavailable" error when starting remote app

    All,
    I have recently built and configured a new server to run Remote Desktop Services.  It in on Server 2008 R2 Standard 64-bit.
    I have published numerous applications (e.g. Adobe, Visio, Project, etc. as well as Office 2010) to the host server.  Everything works with the exception of Outlook 2010 (client of an Exchange 2010 server).  When I or any of my users try to bring
    it up in the RDS portal, it goes through the normal start-up of any Outlook first use and looks for an existing email account.  As it is trying to load the user profile, an error pops up saying "The server is unavailable."  Clicking "Retry" does
    not work at all.
    When I run Outlook directly from the RDS host server itself, it loads up and runs fine so I know the RDS server can contact the Exchange server.
    Any ideas on why the Outlook application works on the host server but will not work when trying to run it through the RDS Web Access portal?
    Thanks.
    IT Manager, Alpha Corporation Dulles, VA

    You're probably running into this issue:
    http://support.microsoft.com/kb/2596960
    There are a couple of patches that you need to install and then a registry key that you have to add.
    Don Geddes - SR Support Escalation Engineer - Remote Desktop Services - Printing and Imaging

  • IPod says ATT in corner when starting certain app

    This is not a problem but it is funny. when I start up the app scetch online my iPod says Att then iPod. LOL
    Message was edited by: Ipodtouchuser394

    Is the app waiting?
    http://lifehacker.com/5948155/fix-iphone-apps-stuck-waiting-during-installation
    Try:
    - Reset the iOS device. Nothing will be lost       
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Download the app on your computer and sync
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
      - Restore to factory settings/new iOS device

  • Blank Message Window when starting Mail.app

    Anyone experiencing this in Snow Leopard? Occasionally when I start up Mail.app there will be nothing in the message viewer, "Inbox" is selected still but no messages show and the top bar says Inbox where it usually says Inbox (No. of messages here).
    I have to select another folder and then select "Inbox" again before anything shows. I did a clean install + import of mboxes and I already did a rebuild. Just getting a bit irritating.

    same situation here. After installing SL on two other Macs the third one is having problems with the Mail app. It starts and is just showing the menubar; no window not even a blank one. After installing just the Mail app again from the DVD, Mail starts and I can get the main window from the menu (Fenster -> Hauptfenster) but I can only see the Mail folders in the left pane, *no message list*, *no preview content*
    Even worse, I can't quit the Mail app using the menu. I have to do a *force quit* within the Finder.
    I have searched this forum and tryed all the (good) suggestions without success.
    What's next?

  • Error After deployment & while Starting the App

    [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    Please Advise.

    Do you have Shared Library named adf.oracle.domain deployed inside your domain?
    Look at this reference in the application's EAR Folder\META-INF\application-weblogic.xml

  • How can I avoid music playback stopping when starting an App

    Whenever I listen to music on my iPAD3 and switch from the build in original musicplayer to any App, the music stops to play.
    I need to go to the taskbar and go to the very left to press the play button again.
    That helps me to use the App choosen before and listen to the music.
    If I open another App or switch there with "sideswapping", music stops again.
    How can I avoid this ?

    Revit must be using the discrete graphics and possibly a fair amount of cpu as well.  This has nothing to do with memory or memory allocation (which you can't do on a mac since it doesn't use shared memory like some low-end PCs do.  Getting hot is not a problem as long as the fans speed up to increase the cooling.  If the system is overheating, it will shut down on its own.

Maybe you are looking for

  • Transfer data from old hard drive to new G5

    I have an older MAC (IDE) interface and the IO board has gone out. It will no longer power up. I need to somehow copy my data over to a new G5 system. If I understand the specs correctly the new G5 is SATA. Does it also support the IDE drives. What i

  • How to import photos into iPhoto?

    I have photos to import to i photo, what is the quick method?

  • ITunes download extremely slow on a 300Mbps uVerse connection

    Gigapower installed yesterday (W00t!!!) ... everything is flying except ... iTunes downloads I've tried the following with no improvement Different DNS servers from the local machine (4.4.4.4, 8.8.8.8, OpenDNS, att standard DNS) Turning off the firew

  • Reader API Definition

    hi I have an application for an Adobe Interactive Form which requires that another application (SAP Mobile) initiates a Reader Template pre-populated with some data from the SAP Mobile app. Assuming Reader exposes an API I'm trying to find some docum

  • No access to NAS, same Windows-account from Windows 8.1 works

    I have a Buffalo Terastation TS4800D and want to add a network drive in Windows 10 to one of the shares on the NAS. I use the same Windows-account ([email protected]) from both my Windows 8.1 and Windows 10 PC. It works fine from the PC running Windo