Could not install add ons for Muse and installed extension manager?

I am a longtime user of photoshop, no Creative Cloud. I recently tried to install add ons and extension manager to build a website in Muse, NO LUCK? Help

It would seem like that article ''should'' solve the problem, but it doesn't seem to have had any effect. I extracted the contents of the .xpi file into the browsers\extensions folder using the extension ID, yet that doesn't seem to have done anything. I ran firefox after copying the uncompressed files with an administrator account with no luck. Any thoughts?

Similar Messages

  • C# compiling error: 'System.Array' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'System.Array' could be found (are you missing a using directive or an assembly reference?)

    Hello experts,
    I'm totally new to C#. I'm trying to modify existing code to automatically rename a file if exists. I found a solution online as follows:
    string[] allFiles = Directory.GetFiles(folderPath).Select(filename => Path.GetFileNameWithoutExtension(filename)).ToArray();
            string tempFileName = fileName;
            int count = 1;
            while (allFiles.Contains(tempFileName ))
                tempFileName = String.Format("{0} ({1})", fileName, count++); 
            output = Path.Combine(folderPath, tempFileName );
            string fullPath=output + ".xml";
    However, it gives the following compilation errors
    for the Select and Contain methods respectively.:
    'System.Array' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'System.Array' could be found
    (are you missing a using directive or an assembly reference?)
    'System.Array' does not contain a definition for 'Contains' and no extension method 'Contains' accepting a first argument of type 'System.Array' could be
    found (are you missing a using directive or an assembly reference?)
    I googled on these errors, and people suggested to add using System.Linq;
    I did, but the errors persist. 
    Any help and information is greatly appreciated.
    P. S. Here are the using clauses I have:
    using System;
    using System.Data;
    using System.Windows.Forms;
    using System.IO;
    using System.Collections.Generic;
    using System.Text;
    using System.Linq;

    Besides your issue with System.Core, you also have a problem with the logic of our code, particularly your variables. It is confusing what your variables represent. You have an infinite loop, so the last section of code is never reached. Take a look 
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.IO;
    namespace consAppFileManipulation
    class Program
    static void Main(string[] args)
    string fullPath = @"c:\temp\trace.log";
    string folderPath = @"c:\temp\";
    string fileName = "trace.log";
    string output = "";
    string fileNameOnly = Path.GetFileNameWithoutExtension(fullPath);
    string extension = Path.GetExtension(fullPath);
    string path = Path.GetDirectoryName(fullPath);
    string newFullPath = fullPath;
    string[] allFiles = Directory.GetFiles(folderPath).Select(filename => Path.GetFileNameWithoutExtension(filename)).ToArray();
    string tempFileName = fileName;
    int count = 1;
    //THIS IS AN INFINITE LOOP
    while (allFiles.Contains(fileNameOnly))
    tempFileName = String.Format("{0} ({1})", fileName, count++);
    //THIS CODE IS NEVER REACHED
    output = Path.Combine(folderPath, tempFileName);
    fullPath = output + ".xml";
    //string fullPath = output + ".xml";
    UML, then code

  • HT4623 hi, i could not able to reset for location and privacy,because i forgot my passcode i have tried 10 times failed. my i phone5 can not detect postition. so please let me know what shoul i do?

    Hi, i could not able to reset location service because i forgot my passcode tried 10 times failed what should i do? my phone does not work location service any of them apps.

    If you have "forgotten" your passcode
    see here for fix
    http://support.apple.com/kb/HT1212

  • Error -603 (could not install extension) notification keeps popping up when I sign into CC even though I've installed the extension trough Extension Manager

    Hi like my question says above, purchased an extension and installed it manually because it would not install automatically (error -603) but now I keep getting the same message/notification every time that I log into CC when starting the computer or if I log in manually after having logged out
    Any help would be highly appreciated
    Richard

    Hi,
    Would you let us know which add-on show 603 error. Can you find this add-on from https://creative.adobe.com/addons/my_addons (even it is a free add-on)?
    And we need following informations:
    * Your device (windows or Mac)
    * How did you use Extension Manager to install that add-on? Where do you get the zxp file? Did you install that add-on from Adobe Exchange Panel?
    1.  Create a file called exmancoreliblog.yes and copy it to
    Mac: /Users/<name>/Library/Application Support/Adobe/Extension Manager CC/Log/
    Windows: C:\Users\<name>\AppData\Roaming\Adobe\Extension Manager CC\Log
    2. Restart Extension Manager and reproduce your issue
    3. Send us ExManCoreLibrary.log file in that log folder to [email protected]

  • HT201303 How do I change the security question in my apple account, I could not find editing the security questions and answers in manage account portal Please help

    I have forgot my security questions and answers but I remeber my apple id and password. i couldn't make a purchase in mac app store without answering security questions. i could find a way to change the security questions in Manage account portal. Please help.

    Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities

  • Could not execute command "getState" for server server01 using nodemanager

    Hi,
    I have built a weblogic 9.1 env with 2 managed servers running on different boxes from the admin server.
    I am having problems in starting the managed servers using the nodemanager. I get the following error message in the Admin server log:
    <Error> <NodeManager> <BEA-300034> <Could not execute command "getState" for server "******" using the node manager. Reason: I/O error while reading domain directory: java.io.FileNotFoundException: Domain directory '/opt/bea/weblogic91/common/nodemanager' invalid (domain salt file not found).>
    I get the following message on the admin console:
    For server ******, the Node Manager associated with machine ******-machine is not reachable.
    All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager. No action will be performed.
    I can start the managed server using the "startMangedWeblogic.sh" without any issues.
    Any help on this would be greatly appreciated.
    Thanks

    one more thing to add:
    I get the following error in the Managed server log:
    <I/O error while reading domain directory: java.io.FileNotFoundException: Domain directory '/opt/bea/weblogic91/common/nodemanager' invalid (domain salt file not found)>
    java.io.FileNotFoundException: Domain directory '/opt/bea/weblogic91/common/nodemanager' invalid (domain salt file not found)
    at weblogic.nodemanager.server.DomainManager.initialize(DomainManager.java:74)
    at weblogic.nodemanager.server.DomainManager.<init>(DomainManager.java:46)
    at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:239)
    at weblogic.nodemanager.server.Handler.handleDomain(Handler.java:170)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:104)
    at weblogic.nodemanager.server.Handler.run(Handler.java:64)
    at java.lang.Thread.run(Thread.java:595)

  • I could not install the upgrade for iTunes and Error message said "can't start because MSVCR80.dll is missing" Reinstallling has not helped. Is it Apple's fault?

    I could not install the upgrade for iTunes and Error Message said " Can't start because MSVCR80.dll is missing". Reinstalling has NOT helped. . Is the fault with the Apple iTunes upgrade?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.

  • I am trying to install OSX and I get "could not find installation information for this machine" what do it do?

    Trying to install OSX and i get "could not find installation information for this machine" what do i do?

    someone will be by to edit, in the meantime, NEVER post your serial number.
    They wanted you to go to the Hardware section of System Profile and the part that looks like
    MACBOOK PRO N,1
    Anyone here has Mac Pro of 1,1 thru 6,1
    http://www.everymac.com is a good place to look at model specs and history of that model, max RAM and other features.

  • I lost the hd recovery in my mac. I already erased and the hardrve using the disk utility but then if i try to install the os x using os x utility it sees that could not find installation information for this machine .

    I lost the hd recovery in my mac. I already erased and the hardrve using the disk utility but then if i try to install the os x using os x utility it sees that could not find installation information for this machine .. Plz help

    Recovery Partition – Recreate Without Reinstalling
    Recovery Partition – Recreate Without Reinstalling (Requires Installer)

  • I formatted my macbookpro and followed the usual instructions to re-install but I get a message : Could not find installation information for this machine. This was at the OS X Utilities.My macbook is now blank.

    I formatted my macbookpro and followed the usual instructions to re-install but I get a message : Could not find installation information for this machine. This was at the OS X Utilities.My macbook is now blank.

    Try booting into Internet Recovery mode (booting whilst holding down the command, option and R keys). It will take a while to load as you're booting from Apple's servers across the Internet.
    Once there, use Disk Utility to erase the "Macintosh HD" partition. After the drive is formatted try reinstalling the OS.
    Good luck,
    Clinton

  • After installing FF 5.0 I am receiving a list of incompatible Add-Ons. I go into 'Extensions' and click to remove them, exit FF and lauch FF again, the same incompatible add-ons list appears. Is there a way to permanently remove the old Add-ons?

    After installing FF 5.0 I am receiving a list of incompatible Add-Ons. I go into 'Extensions' and click to remove them, exit FF and lauch FF again, the same incompatible add-ons list appears. Is there a way to permanently remove the old Add-ons?

    Thanks but I don't think this will help. Like I said, all of my add-ons were working fine and compatible until after running a previous version of FF. I am sure they are still compatible, but they are not working at all.
    I even checked my profile folder and all of the extensions' data is all still there but FF5 is just not reading it correctly. (like adblock plus... I see the folder for it but FF5 doesn't have it on the add-on manager page when I run FF5)

  • I deleted iTunes when it said "iTunes could not back up iPhone because the backup could not be saved on the computer"and now it wont let me install it again and keeps saying "itunes cannot be installed because the file cannot be found in the cabinet "

    iTunes told me to delete my backup folder when I was having problems syncing my phone to my computer. After that it wouldn't work at all. After trying and trying I deleted iTunes when it said "iTunes could not back up iPhone because the backup could not be saved on the computer"and now it wont let me install it again and keeps saying "itunes cannot be installed because the file cannot be found in the cabinet ". What the **** itunes? Nothing is working!!
    I wanted to update my iTunes so I could sync my phone to my computer and update my phones software so I can use the latest apps that need a 4.2 or higher.
    This is not fun for me so if anyone knows what I can do to fix this please help. Is it possible to download the "cabinent file" with the lastest iTunes?
    Thank you.
    -Kait
    My phone is the iPhone4 and my computer is a Windows Vista

    I doubt that corrupt files are the problem. It is more likely a space or permissions issue. Is the hard-drive on which iTunes is stored close to capacity? Do you (or the particular user profile you have logged on with) have the requisite permissions to save to that drive?
    Otherwise, do you get an error code? This might point us in the right direction.

  • Trying to install the new itunes update and it keeps saying error could not install itunes. Currently I am running windows 7. Any advise to fix this problem.

    Trying to install the new itunes update and it keeps saying error could not install itunes. Currently I am running windows 7. Any advise to fix this problem. This is doing this when installing itunes/quicktime, safari 5, mobileme control panel, and the software update itself. The itunes version is 10.3.1

    That suggests that the installer is getting damaged during the download.
    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • "Installer could not install some files in "/". Contact the software manufacturer for assistance."

    What does THAT mean!!! Appears when trying to download the new Itunes!!!
    Any ideas??
    "Installer could not install some files in "/". Contact the software manufacturer for assistance." ?????????????????????

    can someone please help!!! I can't install anything on my mac!!! And my iphone isnt even showing up in itunes when i plug it in!

  • I can't install any add-ons in muse

    I can't install any add-ons in muse or download the .mulib file to install it manually. Please, help. Also, it's pointless to download the .zxp file since Adobe Extension Manager does not support Muse. Any advice?

    Create a new profile as a test to check if your current profile is causing the problems.
    See:
    * [https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile Basic Troubleshooting: Make a new profile]
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See:
    * http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

Maybe you are looking for

  • Can No Longer Drag JPG files From Finder Directly Into .fla Stage?

    For the past six months I have been following a manual process to convert JPG files (exported from InDesign) into SWF files for display advertising assets.  Using pre-built FLA files as templates (configured with clicktags): Open FLA templates (3 sep

  • Installing Windows XP on Qosmio X305-Q701

    Is it possible to install Windows XP on my Qosmio X305-Q701 without the need of a floppy drive etc? I saw a few other topics about it. However on different models, and my laptop does not have the option of putting my SATA drive in to compatibility mo

  • Purchase Order Print out with Digital Signature

    Dear Gurus, 1) we are going to implement release strategy, but still business requirement to have a digital signature, Meaning, if only upto Supervisor release, then PO print should come with Supervisor digital signature, if PR value upto Supervisor

  • Controlling spry menu inside tables

    I am trying to add a spry menu bar widget inside a table on my web page. The problem I am having is the spry menu floats and does not move with the table. Is there something I must do to nest the spry menu bar inside the table ? I tried inserting a d

  • Music Device Not Working

    Why isn't some of my music working on my device? The screen turns grey with an unknown album then goes to the next song or tries to play the mucus but it isn't helpful. Can someone help me please.