Can't load system resource menu.settings

hi
My application reads from menu.settings file in the local file system before launching.
i have already specified
<security>
</all-permissions>
</security>
in the jnlp file. The jar files are signed and it has the self-signed certificate.
the problem i encountered is that it can't load the system resource menu.settings.
if i am not wrong, when i specify all-permissions, the application will have access to all the files in the local machine right? and even if the file doesn't exist, my application will create one before running.
any idea where have i missed out?
thank you very much
=)
karmun

yeps, it's just a typo error in the message above. but in the jnlp file, the syntax is okay.
any idea what's wrong? cos the jar file can be downloaded, it can actually call the main class file, because if it cannot, it wouldn't know how to load the system resource file.
pls help!
thank you
=)
karmun

Similar Messages

  • OVM Manager 3.1.1 - can i load system.img only?

    Just wondering if any of you have tried creating a VM, and then selecting to load system.img only as a startup disk, not including the tools.img. Will it give you the OS VM only or will it fail to boot?
    There is no reason why I want to do this, I'm just curious if its possible.

    Problem with oracle-xe perhaps?
    [root@ovm-manager-dev-01 init.d]# service oracle-xe status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 08-OCT-2012 15:09:00
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ovm-manager-dev-01)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist

  • Crystal Report Can nt Load System.Web.Extensions Version=2.0.0.0.

    I have an application that I created in ASP.NET 1.1 that I subsequently upgraded to VS2008 - ASP.NET 2.0. Whenever I attempt to run the report in the application, I get the following error
    Could not load file or assembly 'System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    I have installed the Crystal Reports Runtime but to no avail. I would appreciate if someone could give me some help. Below is the source of the form containing the viewer
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="frmCompletedApplication.aspx.cs" Inherits="JobApplication.frmCompletedApplication" %>
    <%@ Register Assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
        Namespace="CrystalDecisions.Web" TagPrefix="CR" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
            <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"
                AutoDataBind="True"
                SelectionFormula="{ApplicantPersonalInfo.ApplicantID} = 2"
                SeparatePages="False" Height="32767px"
                Width="901px" ReportSourceID="CrystalReportSource1">
            </CR:CrystalReportViewer>          
            <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
                <Report FileName="JobApplicationReport.rpt">
                </Report>
            </CR:CrystalReportSource>
        </form>
    </body>
    </html>
    Here is my Web Config
    <?xml version="1.0"?>
    <configuration>
         <configSections>
              <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
                   <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
                        <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
                        <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
                             <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere"/>
                             <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
                             <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
                        </sectionGroup>
                   </sectionGroup>
              </sectionGroup>
         </configSections>
        <appSettings>
            <add key="CrystalImageCleaner-AutoStart" value="true" />
            <add key="CrystalImageCleaner-Sleep" value="60000" />
            <add key="CrystalImageCleaner-Age" value="120000" />
        </appSettings>
        <runtime>
            <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
                <publisherPolicy apply="no"/>
                <dependentAssembly>
                    <assemblyIdentity name="system.web.extensions" PublicKeyToken="31bf3856ad364e35" Culture="neutral"/>
                    <bindingRedirect oldVersion="2.0.0.0" newVersion="1.0.61025.0"/>
                </dependentAssembly>
            </assemblyBinding>
        </runtime>
        <system.web>
              <pages>
                   <controls>
                        <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                        <add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
                   </controls>
              </pages>
              <!--
              Set compilation debug="true" to insert debugging
              symbols into the compiled page. Because this
              affects performance, set this value to true only
              during development.
        -->
              <compilation debug="true">
                   <assemblies>
                        <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                        <!<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>>
                        <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
                    <!-- <add assembly="System.Windows.Forms,
                    , Culture=neutral, PublicKeyToken=B77A5C561934E089"/>-->
                        <add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.ReportSource, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.Shared, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.Enterprise.Framework, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                        <add assembly="CrystalDecisions.Data.AdoDotNetInterop, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                        <add assembly="CrystalDecisions.VSDesigner, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
                         </assemblies>
              </compilation>
              <httpHandlers>
                   <remove verb="" path=".asmx"/>
                   <add verb="" path=".asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                   <add verb="" path="_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                   <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
                   <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
              </httpHandlers>
              <httpModules>
                   <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
              </httpModules>
         </system.web>
    <system.webServer>
              <validation validateIntegratedModeConfiguration="false"/>
              <modules>
                   <add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
              </modules>
              <handlers>
                   <remove name="WebServiceHandlerFactory-Integrated"/>
                   <add name="ScriptHandlerFactory" verb="" path=".asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                   <add name="ScriptHandlerFactoryAppServices" verb="" path="_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                   --<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
                   <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
                   <add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode"/>
                   <validation validateIntegratedModeConfiguration="false"/>
              </handlers>
         </system.webServer>
    </configuration>

    Note the error is re. 'System.Web.Extensions' which is a Microsoft framework dll. I would suggest:
    1) repair of the .NET installation
    2) update the framework with the latest SP
    3) see if you can crate a new app - without Crystal Reports using the 'System.Web.Extensions' assembly
    4) see if you can create a new app using Crystal Reports (One line app using saved data report will do; crystalreportviewer1.reportsource = <path>)
    5) Download the latest CR SP. As you don not mention what version of CR you are using, see if you can find the SP in our downloads section:
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm
    Ludek

  • Can you retrieve custom workspaces, menu settings, etc?

    My department is getting new computers (Windows), which means we have to reinstall CS4 Design Premium. We have all set-up custom workspaces, custom keystrokes, menu preferences, etc. I'm pretty sure with Photoshop I can tell everyone how to save the brushes, actions, etc. files, but are there files that hold these other types of settings and where do they reside? We use Photoshop and InDesign almost exclusively.
    Maybe I'm grasping at straws here, but I'm hoping...
    Thanks!
    Lloyd

    See Replace Your Preferences
    What's stored where and how to back it up is covered.

  • Can't restore system to factory settings

    Hi,
    My Lenovo 3000 v100 just crashed. I was able to save the data using the rescue and recovery software, but now I cannot boot windows. I tried to reset it to factory settings, but it doesn't work. The program freezes right after it displays the message "Preparing your hard drive, please wait…” I left it for hours and it shows 0% progress. If I restart the computer, it goes straight into "Rescue and Recovery" (I can’t get it to boot normally). I tried to install windows XP from a cd, but I get the message that “no hard disk was found on this computer”.
    I bought a different hard disk. I should receive it in a few days. But can I make this one work? I need the computer tomorrow. I can access the data on it, so the disk is not completely damaged. Any thoughts?
    Thanks.

    I have the same problem. I can access my files in Rescue and Recovery but I cannot rescue some of the files i desperately need onto an external media as RnR wont even detect any external media. I cant get my computer to boot normally..its stuck in the vicious cycle of cntrl+alt+delete.
    Some one please advise!!

  • Accessing System resources with flex (especially Hardware resources)

    Can Flex access systems resources? Is there any integration
    with c++ (dlls), or java classes of some sort? ........trying 2
    decide on an RIA technology ..... and hardware resources
    accessibility is quite key, infact a show stopper.
    If Flex cant, any ideas of an RIA wit dis capability?
    thanks guys.

    Even with AIR, no dll access.
    Tracy

  • Can't load Network Settings from System Preferences

    For some reason I can't load Network Settings from System Preferences anymore - it just stalls with the bar showing "Loading Network" and doing nothing. This is happening in conjunction with a new inability to connect to a network printer - it won't show up on the list of printers, even when I manually enter the IP address. Something is obviously mucked up - can anyone tell me what it might be & how I can fix it? Thanks!

    I was able to fix this myself by using one of the techniques suggested here for a different problem. Basically I went into Library/Preferences/System Configuration and deleted networkinterfaces.plist, preferences.plist & com.apple.nat.plist. All were rebuilt when I restarted and went to System Preferences/Network and I was able to load the Network Settings. This didn't fix the problem with my printer, but at least it got the settings up.

  • I changed my AppleID password this morning and now I can't load iTunes gift card numbers to download music. The system keeps taking me to the account screen to verify payment info. When I click on DONE, it takes me back to the password screen.

    I changed my AppleID password this morning and now I can't load gift card numbers into iTunes to download music. The system takes me to the account settings screen to verify those and when I click on DONE, it takes me back to the password screen and I start over. This becomes an endless loop. What now.

    Greetings Ron,
    After reviewing your post, I have located an article that can help with gift card issues. It contains a number of troubleshooting steps and helpful advice for the issue you are experiencing:
    If you can't redeem your iTunes Gift Card or code
    Contact iTunes Store Support
    If the code is completely scratched off or you still can't redeem your gift card, contact iTunes Support:
    Go to the iTunes Store support page and choose your country.
    From the menu on the left, choose Contact Support.
    Click Contact iTunes Store Support.
    Follow the instructions.
    iTunes Store Support might ask you to send these things:
    Image of the full front and back of your gift card
    Sales receipt showing when your card was purchased
    Serial number from your gift card
    Thank you for contributing to Apple Support Communities.
    Best,
    Bobby_D

  • TS1811 Hi!! I am a user of i Pod 5g 32GB....I got the same problem for which the solution is given above....but the thing is that.......in my laptop I have a windows operating system....that is windows 7....so can you explain how to do settings in Windows

    Hi!! I am a user of i Pod 5g 32GB....I got the same problem for which the solution is given above  "
    iTunes for Mac reports error -50 when trying to authorize iTunes Store purchases
    "....but the thing is that.......in my laptop I have a windows operating system....that is windows 7....so can you explain how to do settings in Windows 4 same

    Archived - iTunes for Mac reports error -50 when trying to authorize iTunes Store purchases
    Products Affected
    iTunes 7 for Mac, iTunes 8 for Mac, iTunes 9 for Mac
    This article has been archived and is no longer updated by Apple. 
    Symptoms
    After installing the Mac OS X 10.4.9 Update, iTunes may be unable to properly authorize your computer to play your iTunes Store purchases.
    Resolution
    The following steps will delete your network preferences. Most broadband connections do not require any special settings to connect, but if your connection does or if you are not sure, please contact your ISP or network administrator for further assistance.
    Important: You must be logged in as an Administrator.
    Click the Finder icon in the Dock.
    Choose Go to Folder from the Go menu.
    Type /Library/Preferences/SystemConfiguration
    Click Go.
    In the Finder window, locate the file named NetworkInterfaces.plist.
    Drag this file to the Trash.
    Restart the computer.
    Once your computer has restarted. You will not be able to connect to the Internet. Now you will need to refresh your network settings to be able to connect again.
    Choose System Preferences from the Apple menu.
    Choose Network from the View menu.
    To refresh your network settings, from the Location pop-up menu, choose New Location.
    Type a name for your location and click OK.
    Click the Apply Now at the bottom right to accept the changes.
    If your network connection requires any special settings, you will need to put them back in at this point. Once you have made these changes you should be able to connect to the Internet again and authorize your computer to play your iTunes Store purchases.

  • Using system resource to redirect class loading

    It seems to be an open secret that the JVM can be manipulated to load classes (or packages?) from alternate locations.
    Take, for example, this excerpt from a SAX user guide:
         In case your Java environment did not arrange for a compiled-in default (or to use
         the META-INF/services/org.xl.sax.driver system resource), you'll probably need to
         set the org.xml.sax.driver Java system property to the full classname of the SAX
         driver, as in
              java -Dorg.xml.sax.driver=com.example.xml.SAXDriver MySAXApp sample.xml
    So what is the "META-INF/services/org.xml.sax.driver" system resource? Clearly this resource is tied (historically) to the Manifest file in the jar archive format. Is the META-INF/services prefix special for remapping class names? What other services are there? What other resources can be placed in the META-INF directory? Does this work only for Manifest files in jar archives, or does it also work for conventional file systems?
    Does the -D option set class locations or package locations? How is the replacement class located (using the same class path)? Is the actual package/class name available for every (potentially) loaded package/class?
    How does this work? Where is this documented? What is this called?

    Thanks for the reply, but this doesn't really answer
    the questions that I intented. Let me try again.
    The original posting shows two ways that the JVM can
    be coerced to load a implementation from an alternate
    location. This coeretion process seems to be an
    undocumented, ad hoc extension to the JVM. For the
    purposes of these question, I call this process "class
    substitution".No, you are misinterpreting what you are seeing there.
    The example command that you gave does nothing but define a property which is available via System.getProperty().
    That is all it does in terms of java (actually Sun's implementation of java.)
    >
    A) Where in the Java documentation is this type of
    class substitution discussed? I have searched the
    Java language definition, Sun's Java site, and "Java
    In a Nutshell" for references to "system resources",
    "services", and various alternatives to no avail. The
    documentation has some reference to Properties, but
    the connection to class substitution is opaque to me.
    There is no class substitution.
    There is however, class loading. And that can be done in several ways.
    1. For one you can write your own class loader - see java.lang.ClassLoader.
    2. Or you can also load your own classes, which is likely to be what the command line you see is doing (when you run other code associated with that in your own application.) That is called reflection. You could start with the java.lang.Class - and practically any java book will cover it.
    3. And it is possible to to load your own class instead of a core class. For example you could replace java.lang.String. Your command line does not do that. But if you look that the documentation for java (Sun) you will find references to the Xbootclasspath option.
    For 1 and 2 above the Sun JVM will do nothing with the command example you gave unless you write some code or use some code (outside the sun jvm) that uses it. For 3 it doesn't have anything to do with example you gave.
    B) Can I achieve this result (class substitution) If I
    put a META_INF directory in a normal file system class
    directory, or does this only work for JAR files. I'm
    sure a simple experiment would suffice, but I'd like
    to know WHY?

  • The DSEE7's dsadm command can't load resource successfully.

    Hi all,
    The DSEE7's dsadm command can't load resource successfully, but the dsconf command can load it successfully.
    Do you how to resolve it? Thanks!
    D:\dsee7\bin>dsadm
    Failed to open message catalog D:/dsee7/resources\dsadmin\dsadmin
    ICU error is U_MISSING_RESOURCE_ERROR
    Messages are going to be cryptic...
    Failed to open message catalog D:/dsee7/resources\dsadmin\dsadmin
    ICU error is U_MISSING_RESOURCE_ERROR
    Messages are going to be cryptic...
    clip-missing-subcommand
    clip-help-see-help

    What is your system locale? It is problably not supported/available. Either change your system locale to one that is supported or copy one of the available locale resource files and name it with your locale. You will then at least get some messages although not in your language.

  • Can't open vcf file. "The file may not exist ... Out of memory or system resources"

    Trying to open a vcf file (vCard) from a user.  After double-clicking file, get message:
    Cannot open file: C:\folder\filename.vcf. The file may not exist, you may not have permission to open it, or it may be open in another program. Right-click the folder that contains
    the file, and then click Properties to check your permissions for the folder. Out of memory or system resources. Close some windows or programs and try again.
    I have Outlook 2010 with SP2.
    Similar error, different problem.  Has workaround:
    http://community.office365.com/en-us/f/172/t/198029.aspx
    I turn OFF cached exchange mode.  I double-click the vcf file, it opens fine.
    I turn ON cached exchange mode.  I double-click the vcf file, I get the erorr message again.
    We have hosted Exchange, so we can't turn off cached exchange mode in Outlook.
    Is this a bug?  Anybody know of a fix?
    By the way, if I save one of my contact as a vcf file
    and double-click it, it opens fine.

    Hi,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Firefox cannot be closed; the following message appears: "Can't load resource file, can not run". How to solve this problem; I am using Windows XP SP3

    Whwn I want to close Firefox 9.x , a pop-up appears with the message: "Can't load resource file ......" . First I have to close this pop-up, then Firefox is closed. Also with other versions of Firefox I had this problem.

    i deleted the rdf and now the first window only (and any tabs in it) are maximised. i found this in the rdf
    <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
    screenX="4"
    screenY="4"
    width="1008"
    height="461"
    sizemode="Normal" />
    i tried changing normal to maximised; no effect. either i need also to change the numbers (to match a maximised window) or ff ignores this. i want to be able to open different sites in different windows, and not have to maximise them manually. ff never used to be broken, why break this? what possible security flaw was fixed by screwing up ff to never open maximised unless u hack it or delete certain config files?

  • Can't load App Store on my macBook Pro.  Error is; You cannont open the application "App Store" because it is not supported on this system.  How can I upgrade App Store or download new version?

    Can't load App Store on my macBook Pro.  Error is; You cannont open the application "App Store" because it is not supported on this system.  How can I upgrade App Store or download new version?

    Problem now resolved as I upgraded to Snow Leopard 10.6.  Seems App Store doesn't like anything previous to 10.6.

  • Trying to update apple tv (small black box).  how do i do update?  can't find system settings. i see system preferences no mac pro.  does apple tv need to be plugged into hdtv for the update or PC.  If PC, how?

    trying to update apple tv (small black box).  how do i do update?  can't find system settings. i see system preferences no mac pro.  does apple tv need to be plugged into hdtv for the update or PC.  If PC, how?

    You have to do it on the Apple TV itself while it's plugged into a TV so that you can see its screen.
    I quote
    How to update software on your Apple TV (2nd and 3rd generation)
    Learn how to update the software on your Apple TV (2nd and 3rd generation). It's always a good idea to have the latest software on your Apple TV.
    Update your software
    Select Settings > General > Update Software. Apple TV checks for an available update; if one is available, a download message should appear.
    Click Download and Install to start the download process.
    Do not disconnect your Apple TV during the update process. The Apple TV status light may flash slowly during the update and restart process. This is expected behavior.

Maybe you are looking for

  • Huge file size and long save time in Premiere Elements 10

    I have just got Premiere Elements 10. I have a 80MB webinar recording in wmv format which I'm using PE10 to remove sections and resave. No fancy filters or effects. Just cutting out unwanted bits. My issue is that no matter what save formats I look t

  • Why does the Apple logo appears and disappears when I'm the iphone 4?

    When I'm using iphone 4 the Apple logo appears and disappears and appears lock screen. What to do? It' s a bug or a hardware problem?

  • Purchase Approval

    2007B want to trigger an approval for purchase orders higher than 25000 rupees. I need the query for this approval

  • Metadata load "unspecified error"

    While trying to load metadata changes into our system, it seems that all the steps are completed successfully but once it gets to the last step we receive an unspecified error. We have been rebooting the HFM application server to resolve this issue,

  • Waveform with time stamps randomly separated

    Folks, I'd like to get your advice on the following task. A spectrometer takes data at arbitrary, not foreseeable instants. To each new point a time stamp is attached. The data shall be displayed in a waveform graph with the data coordinate on the y-