TypeLoadException: "Types from custom Windows Runtime components are not supported in desktop applications"

When trying to use a custom Windows Runtime component in a desktop application, a TypeLoadException is thrown.
Why aren't custom Windows Runtime components supported in desktop applications? Is this something that will change in the future?
Thanks,
Tom
luck favours the prepared

If you are targeting the .NET Framework 4.5 you could try to add a <PropertyGroup> element to your project file and a reference to the WinMD file as described here:
http://stackoverflow.com/questions/12136585/using-custom-windows-runtime-components-in-non-metro-applications
Thefull list of the WinRT classes that are available to desktop apps is available here:
http://msdn.microsoft.com/en-us/library/windows/desktop/hh920511%28v=vs.85%29.aspx#windows_runtime_classes
Please refer to the following links for more information:
http://msdn.microsoft.com/en-us/magazine/jj651570.aspx
http://stackoverflow.com/questions/12745703/how-can-i-use-the-windows-ui-namespace-from-a-regular-non-store-win32-net-app
https://software.intel.com/en-us/articles/using-winrt-apis-from-desktop-applications
Please remember to mark helpful posts as answer and/or helpful.

Similar Messages

  • Scrollable resultsets are not supported in my application

    I want to use scrollable resultsets.But when i am writing the code
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              String url = "jdbc:odbc:pmora";
              Connection con = DriverManager.getConnection(url,
    "jbel", "jbel");
              Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
    ResultSet.CONCUR_READ_ONLY);
    ResultSet srs = stmt.executeQuery(
    "SELECT COF_NAME, PRICE FROM COFFEES");
    while (srs.next()) {
         String name = srs.getString("COF_NAME");
         float price = srs.getFloat("PRICE");
         System.out.println(name + " " + price);
    To get support for scrollable resultsets, what driver we should use?Where we can get it?
    #database is oracle 8
    #driver version 2
    #jdbcodbcbridgedriver
    #While running the class, The followingmessage is getting displayed
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D366658
    Function=[Unknown.]
    Library=D:\j2sdk1.4.0_01\jre\bin\client\jvm.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.jdbc.odbc.JdbcOdbc.setStmtAttrPtr(Native Method)
         at sun.jdbc.odbc.JdbcOdbc.SQLSetStmtAttrPtr(JdbcOdbc.java:4676)
         at sun.jdbc.odbc.JdbcOdbcResultSet.setRowStatusPtr(JdbcOdbcResultSet.java:4473)
         at sun.jdbc.odbc.JdbcOdbcResultSet.initialize(JdbcOdbcResultSet.java:171)
         at sun.jdbc.odbc.JdbcOdbcStatement.getResultSet(JdbcOdbcStatement.java:423)
         - locked <02A3D7F0> (a sun.jdbc.odbc.JdbcOdbcStatement)
         at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:253)
         at ScrollableRS.main(ScrollableRS.java:27)
    Dynamic libraries:
    0x00400000 - 0x00406000      D:\j2sdk1.4.0_01\bin\java.exe
    0x77F50000 - 0x77FF9000      C:\WINNT\System32\ntdll.dll
    0x77E60000 - 0x77F45000      C:\WINNT\system32\kernel32.dll
    0x77DD0000 - 0x77E5B000      C:\WINNT\system32\ADVAPI32.dll
    0x77CC0000 - 0x77D35000      C:\WINNT\system32\RPCRT4.dll
    0x77C10000 - 0x77C63000      C:\WINNT\system32\MSVCRT.dll
    0x6D330000 - 0x6D445000      D:\j2sdk1.4.0_01\jre\bin\client\jvm.dll
    0x77D40000 - 0x77DCD000      C:\WINNT\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINNT\system32\GDI32.dll
    0x76B40000 - 0x76B6C000      C:\WINNT\System32\WINMM.dll
    0x6D1D0000 - 0x6D1D7000      D:\j2sdk1.4.0_01\jre\bin\hpi.dll
    0x6D300000 - 0x6D30D000      D:\j2sdk1.4.0_01\jre\bin\verify.dll
    0x6D210000 - 0x6D228000      D:\j2sdk1.4.0_01\jre\bin\java.dll
    0x6D320000 - 0x6D32D000      D:\j2sdk1.4.0_01\jre\bin\zip.dll
    0x6D250000 - 0x6D25A000      D:\j2sdk1.4.0_01\jre\bin\JdbcOdbc.dll
    0x1F7B0000 - 0x1F7E1000      C:\WINNT\System32\ODBC32.dll
    0x77340000 - 0x773CB000      C:\WINNT\system32\COMCTL32.dll
    0x763B0000 - 0x763F5000      C:\WINNT\system32\comdlg32.dll
    0x772D0000 - 0x77333000      C:\WINNT\system32\SHLWAPI.dll
    0x773D0000 - 0x77BC4000      C:\WINNT\system32\SHELL32.dll
    0x71950000 - 0x71A34000      C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll
    0x1F850000 - 0x1F866000      C:\WINNT\System32\odbcint.dll
    0x0AF30000 - 0x0AF99000      E:\Oracle\Ora81\BIN\SQORA32.DLL
    0x60600000 - 0x60682000      E:\Oracle\Ora81\BIN\oracore8.dll
    0x60800000 - 0x60848000      E:\Oracle\Ora81\BIN\oranls8.dll
    0x10000000 - 0x1001A000      E:\Oracle\Ora81\BIN\OCI.dll
    0x0B0B0000 - 0x0B0BF000      E:\Oracle\Ora81\bin\sqresUS.dll
    0x60400000 - 0x60502000      E:\Oracle\Ora81\bin\OraClient8.Dll
    0x0B1D0000 - 0x0B1D6000      E:\Oracle\Ora81\bin\oravsn8.dll
    0x60200000 - 0x60264000      E:\Oracle\Ora81\bin\oracommon8.dll
    0x60000000 - 0x6011F000      E:\Oracle\Ora81\bin\orageneric8.dll
    0x60350000 - 0x60356000      E:\Oracle\Ora81\bin\orawtc8.dll
    0x60A00000 - 0x60A2B000      E:\Oracle\Ora81\bin\oranl8.dll
    0x60B00000 - 0x60BAA000      E:\Oracle\Ora81\bin\oran8.dll
    0x60E00000 - 0x60E10000      E:\Oracle\Ora81\bin\orancrypt8.dll
    0x61100000 - 0x61137000      E:\Oracle\Ora81\bin\oranro8.dll
    0x71AD0000 - 0x71AD8000      C:\WINNT\system32\WSOCK32.dll
    0x71AB0000 - 0x71AC5000      C:\WINNT\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINNT\system32\WS2HELP.dll
    0x0B1E0000 - 0x0B23E000      E:\Oracle\Ora81\bin\orannzsbb8.dll
    0x61500000 - 0x6150E000      E:\Oracle\Ora81\bin\oranldap8.dll
    0x61700000 - 0x6171C000      E:\Oracle\Ora81\bin\oraldapclnt8.dll
    0x771B0000 - 0x772CA000      C:\WINNT\system32\ole32.dll
    0x77120000 - 0x771AB000      C:\WINNT\system32\OLEAUT32.dll
    0x61900000 - 0x61906000      E:\Oracle\Ora81\bin\oranhost8.dll
    0x62100000 - 0x62106000      E:\Oracle\Ora81\bin\oranoname8.dll
    0x0B240000 - 0x0B246000      E:\Oracle\Ora81\bin\orancds8.dll
    0x62300000 - 0x62306000      E:\Oracle\Ora81\bin\orantns8.dll
    0x62500000 - 0x62508000      E:\Oracle\Ora81\bin\orannds8.dll
    0x0B250000 - 0x0B26C000      E:\Oracle\Ora81\bin\orannms8.dll
    0x62700000 - 0x62741000      E:\Oracle\Ora81\bin\ORATRACE8.dll
    0x62900000 - 0x62B1B000      E:\Oracle\Ora81\bin\orapls8.dll
    0x63100000 - 0x63108000      E:\Oracle\Ora81\bin\oraslax8.dll
    0x63200000 - 0x63272000      E:\Oracle\Ora81\bin\orasql8.dll
    0x1F800000 - 0x1F818000      C:\WINNT\System32\odbccp32.dll
    0x77C00000 - 0x77C07000      C:\WINNT\system32\VERSION.dll
    0x71A50000 - 0x71A8B000      C:\WINNT\System32\mswsock.dll
    0x76F20000 - 0x76F45000      C:\WINNT\System32\DNSAPI.dll
    0x76D60000 - 0x76D75000      C:\WINNT\System32\iphlpapi.dll
    0x76DE0000 - 0x76E06000      C:\WINNT\System32\netman.dll
    0x76D40000 - 0x76D56000      C:\WINNT\System32\MPRAPI.dll
    0x76E40000 - 0x76E6F000      C:\WINNT\System32\ACTIVEDS.dll
    0x76E10000 - 0x76E34000      C:\WINNT\System32\adsldpc.dll
    0x71C20000 - 0x71C6F000      C:\WINNT\system32\NETAPI32.dll
    0x76F60000 - 0x76F8C000      C:\WINNT\system32\WLDAP32.dll
    0x76B20000 - 0x76B35000      C:\WINNT\System32\ATL.DLL
    0x76E80000 - 0x76E8D000      C:\WINNT\System32\rtutils.dll
    0x71BF0000 - 0x71C01000      C:\WINNT\System32\SAMLIB.dll
    0x76670000 - 0x76754000      C:\WINNT\System32\SETUPAPI.dll
    0x76EE0000 - 0x76F17000      C:\WINNT\System32\RASAPI32.dll
    0x76E90000 - 0x76EA1000      C:\WINNT\System32\rasman.dll
    0x76EB0000 - 0x76EDA000      C:\WINNT\System32\TAPI32.dll
    0x76F90000 - 0x76FA0000      C:\WINNT\System32\Secur32.dll
    0x76DA0000 - 0x76DD0000      C:\WINNT\System32\WZCSvc.DLL
    0x76D30000 - 0x76D34000      C:\WINNT\System32\WMI.dll
    0x76D80000 - 0x76D9A000      C:\WINNT\System32\DHCPCSVC.DLL
    0x762C0000 - 0x7634A000      C:\WINNT\system32\CRYPT32.dll
    0x762A0000 - 0x762AF000      C:\WINNT\system32\MSASN1.dll
    0x76F50000 - 0x76F58000      C:\WINNT\System32\WTSAPI32.dll
    0x76360000 - 0x7636F000      C:\WINNT\System32\WINSTA.dll
    0x76FB0000 - 0x76FB7000      C:\WINNT\System32\winrnr.dll
    0x76FC0000 - 0x76FC5000      C:\WINNT\System32\rasadhlp.dll
    0x64700000 - 0x6470C000      E:\Oracle\Ora81\bin\orantcp8.dll
    0x71A90000 - 0x71A98000      C:\WINNT\System32\wshtcpip.dll
    0x64500000 - 0x6450D000      E:\Oracle\Ora81\bin\orannts8.dll
    0x71F80000 - 0x71F84000      C:\WINNT\System32\security.dll
    0x76C90000 - 0x76CB2000      C:\WINNT\system32\imagehlp.dll
    0x6D510000 - 0x6D58C000      C:\WINNT\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINNT\System32\PSAPI.DLL
    Local Time = Thu May 15 14:59:26 2003
    Elapsed Time = 5
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002D5
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.0_01-b03 mixed mode)

    You definitely don't need to be using the Sun JDBC-ODBC driver, as this will not support scrollable ResultSets. There are several drivers out there that do, ... for a list of drivers check out
    http://industry.java.sun.com/products/jdbc/drivers

  • COPA document created from billing document, cost components are twice

    Hi Experts,
    Ref Subject line : COPA document created from billing document, cost components are twice.
    I have checked the following :
    1.  Cost Estimate of a material
    2.  Production Confirmation of the Order
    When comparing both of the above, they are same, without variance.
    Now when a COPA document is created, we observe the Cost Component Split in Sales Order to be exactly TWICE as compared to Cost Estimate of the material.
    May I please request help from you all. What must be the cause & where do i check / rectify.
    Regards,
    Hussein.

    Hi Hussein
    If you are seeing double in KE30 Report - May be you are updating both sales order and billing doc in COPA and hence you are seeing 2 line items.. But one of them will be record type A and the other one with F
    If the above is not the case and you are seeing double in the COPA document itself - Then See if you have mapped VPRS cond type in KE4I to the same value fields as Cost Comp Split
    Also, one strong possibility that you are using Batch Split in SD.. .... Which means your delivery document (VL03N) will have multiple batches of materials being delivered to the customer....
    a. In this case, your Item Category for main item (HPOS) and Sub Item (UPOS) has to be different and the Item catg for UPOS should not be relevant for billing / Costs... Note 77414 descirbes this situation and the settings to be done in SD Customizing
    b. You may need to apply note 352441 in your system
    Regards
    Ajay M
    Edited by: Ajay Maheshwari on Dec 1, 2010 5:36 PM

  • CSS type selectors are not supported in components ?

    If I put an <mx:Style> section in an MXML-based
    component, I get a number of warnings stating
    CSS type selectors are not supported in components. That
    said, the styles appear to actually work, and I'd sure
    like them to work. Is this a bug in the compiler, or is this
    truly not supported?

    Hi!
    I have the same problem when I apply a style to a Panel, I have a Canvas component and contains a Panel inside, but I fail to apply the css.
    I call the css from the main file main.mxml, but when I load the component will give a warning message and does not apply the style. "CSS type selectors are not supported in components: 'Panel' "
    This is file main.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
          xmlns:comp="components.*" backgroundAlpha="0" horizontalScrollPolicy="off">
         <mx:LinkBar dataProvider="myComp" horizontalCenter="0" y="380"/>
         <mx:ViewStack id="myComp" horizontalCenter="0" resizeToContent="true">
               <comp:component_01 height="100%" width="85%" label="HOME"/>
               <comp:component_02 height="100%" width="85%" label="GALLERY"/>
               <comp:component_03 height="100%" width="85%" label="TECHNOLOGY"/>
          </mx:ViewStack>
         <mx:Style source="skin_prototype02.css"/>
    </mx:Application>
    File component_02.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%">
          <mx:Panel title="Photo gallery" x="10" y="10" width="575"
                horizontalScrollPolicy="off"> 
          </mx:Panel>
    </mx:Canvas>

  • Error: JavaFX runtime components are missing, and are required to run this

    I tried to build the application using javafx ant build, generated jar file. But when I run the jar file, issue:
    Error: JavaFX runtime components are missing, and are required to run this application.
    The javafx-class-path: libs/h2.jar libs/jfxrt.jar libs/log4j.jar
    Running the JAR file using:
    java -jar app.jar
    What could it be?

    Which version of iTunes?
    When you go to Programs control panel you can see as well as uninstall the current version.
    I always uninstall Bonjour, MobileMe etc and itunes will ask if I want to reinstall those (no thanks).
    itunes and many apps keep an installer cache so they can do a repair-reinstall without a full install again.
    I'd install Microsoft Security Essentials 2.0 which is free and excellent.
    Programs don't affect data. But if you don't have backups,  you are likely past due.
    If you have any doubts about the integrity of your system, if you have had to do a hard power down and likely do have issues, you should / could / might want to do chkdsk on your hard drive (hard drive properties tools scan for errors).

  • Someone PLEASE Check The Media Manager Program! RunTime Components Will NOT Download Properly!

    I am a Verizon FiOS subscriber, and my family members have Verizon apps and programs on their computers.  For some ungodly reason, Media Manager does NOT install properly once the initial download program is acquired.  There is a message that comes up that says "Media Manger installer is having a problem accessing the server to download RunTime components. Please try again later."  I've had my brother call because he is the most technically inclined, and despite being on the phone extensively with Verizon representatives, NO-ONE has fixed or seems to be able to fix this problem!
    I would appreciate it if someone would please either fix the files at the server, fix the downloader so that it goes to whatever new area where the runtime components are, or post the correct link to perhaps a full installer of Verizon MediaManager.  It is very frustrating that despite calling, I have not gotten ANY proper assistance with this issue!
    Sincerely,
    LorraineBMoses
    {edited for privacy}

    What OS are you running?
    If Vista or Windows 7, Try right clicking the install program and selecting run as administrator. See if that helps.

  • Jdev 11g: several attributes are not supported by "simple" graph types

    Hi,
    My question is especially for Jdev development team. I want to discuss this issues first in this forum before I open a SR at Oracle Support.
    Several attributes from dvt:graph are not supported in dvt:areagraph, dvt:linegraph or dvt:bargraph.
    - TimeSelectorListener
    - TimeRangeMode
    - TimeAxisType --> supported for dvt:linegraph but not for dvt:areagraph. Why?
    - TimeAxisListener
    - TimeZone
    - ExplicitTimeRangeStart
    - ExplicitTimeRangeEnd
    - ContinuousTimeAxisInterval
    This means if I want (need) to use some of this attributes I need to use dvt:graph (advanced graph).
    But here is the next problem:
    This type of graph can't be selected from component palette or graph create wizard.
    It's still possible to "convert" e.g. a dvt:linegraph to dvt:graph by editing the source code of jspx but in my opinion this should not be the normal way!
    I also didn't get a clear answere if dvt:graph is desupported or will be desupported in the next release(s)
    (see my previous post about advanced graph: Jdev 11g: Advanced graph no longer supported?
    Conclusio:
    ======
    If the attributes I mention above are still supported and needed (also in further releases) than they either need to be supported by the relevant simple graph tags or dvt:graph must be selectable from component palette.
    If dvt:graph is planned to be de-supported in further releases than this should be made public to avoid development of applications with non-supported components.
    regards
    Peter

    Peter,
    you should have followed up on the thread you reference. First of all, Katia gave you the answer of how to get the listener working
    "The recommended way is to create a line graph, and then add a time selector tag (like Peter pointed out).
    However, since in the dvt:lineGraph there is no attribute for the time selector listener, you need to add the listener in the backing bean.
    Here are the code snippets:
    In jspx:
    <dvt:lineGraph id="master"
    value="#{bindings.master1Graph.graphModel}"
    style="Comet"
    imageFormat="FLASH" imageWidth="400"
    binding="#{sampleGraph.richTimeSelectorMasterGraph}"
    animationOnDisplay="AUTO"
    imageHeight="250">
    <dvt:legendArea rendered="false"/>
    <dvt:timeSelector explicitStart="#{sampleGraph.startDate}" explicitEnd="#{sampleGraph.endDate}" fillColor="#33FFFFFF" borderColor="#313675" mode="EXPLICIT" />
    <dvt:seriesSet defaultMarkerType="MT_CURVE_LINE">
    <dvt:series id="0" color="#FDB026"/>
    </dvt:seriesSet>
    </dvt:lineGraph>
    In the backing bean:
    public UIGraph getRichTimeSelectorMasterGraph()
    if (m_richTimeSelectorMasterGraph == null)
    m_richTimeSelectorMasterGraph = new UIGraph();
    m_richTimeSelectorMasterGraph.addTimeSelectorListener(this);
    return m_richTimeSelectorMasterGraph;
    public void setRichTimeSelectorMasterGraph(UIGraph graph)
    m_richTimeSelectorMasterGraph = graph;
    Second, you got Katia's attention already and this is as much developer contact you can get on this forum. Katia ia the product manager for DVT
    Frank

  • When I download Photoshop CC I get everytime a message "Completed installation, some optional components are not installed correctly. (6)"

    When I download Photoshop CC I get everytime a message "Completed installation, some optional components are not installed correctly. (6)"
    What can i do?
    I have Windows 8 and i7 with gtx760
    Please help me

    Please send me the installer logs to [email protected] from C:\Program Files (x86)\Common Files\Adobe\Installers
    The file name would be like: Adobe Photoshhop cc 2014 15.0 <Date>.log 
    -Pragya

  • "there was a problem connecting to the server. URLS with the type 'file' are not supported"

    i have a new macbook pro 13" and every 6 minutes or so it pops up a window that says "there was a problem connecting to the server. URLS with the type 'file' are not supported". it never seems to cause any problems but is supremely annoying. how can i make this come to an end?

    I tried someone's solution of taking another external disc and plugging it in, then when it showed up and time machine asked if I wanted to use it or that someone might be trying to trick me, I chose not use it.  Then I  shut down my computer, plugged in the original Lacie, and rebooted the computer and all seems to work fine now-- the Lacie appears on my desktop and all seeems to be in working order. Who knows why or anything else,- as weird as it gets- but for now things seemed fixed--- maybe others can try this too-- it worked for me so far.

  • There was a problem connecting to the server. URLs with the type "file:" are not supported. OK

    I have just upgraded to Mountain Lion from Leopard, but now I keep getting this message when I open some web-pages and every time I wake the Mac up after going to sleep. For some odd reason I get it in Swedish sometimes (installed language) and some times in English...
    There was a problem connecting to the server.
    URLs with the type "file:" are not supported.
    OK
    What is this and how can I get rid of it. I use Firefox and have updated to latest version.

    Open the Time Machine pane in System Preferences. If it shows that Time Machine is ON, click the padlock icon in the lower left corner, if necessary, to unlock it. Scroll to the bottom of the list of backup drives and click Add or Remove Backup Disk. Remove all the disks, then add them back. Quit System Preferences. Test.

  • IOS AIR3.6  runtime error 3747 Multiple application domains are not supported on this operating syst

    3747
    Multiple application domains are not supported on this operating system.
    I'm getting this error from an IOS app compiled with air 3.6.
    No code has changed  from Air 3.5 which is error free. Web app / android versions of the same codebase do not error.
    See the stackTrace below ( well done Adobe for providing this since air 3.5 !! )
    I use swfloaders for loading embedded swf vector art graphics. This has not caused any issue until now. Should I load all art into the main app's application domain ?
    The error does not crash the app and I could suppress it easily but is could the tip of the iceberg because application domains are scary stuff.
    Error: Error #3747
            at flash.display::Loader/loadBytes()
            at mx.core::MovieClipLoaderAsset()
            at mx.controls::SWFLoader/loadContent()
            at mx.controls::SWFLoader/load()
            at mx.controls::SWFLoader/initializeHandler()
            at flash.events::EventDispatcher/dispatchEvent()
            at mx.core::UIComponent/dispatchEvent()
            at mx.core::UIComponent/set processedDescriptors()
            at mx.core::UIComponent/initialize()
            at com.komodomath.app::ImageSWFloader/initialize()
            at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
            at mx.core::UIComponent/addChildAt()
            at spark.components::Group/addDisplayObjectToDisplayList()
            at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
            at spark.components::Group/setMXMLContent()
            at spark.components::Group/set mxmlContent()
            at spark.components::SkinnableContainer/set mxmlContent()
            at spark.components::SkinnableContainer/createDeferredContent()
            at spark.components::SkinnableContainer/createContentIfNeeded()
            at spark.components::SkinnableContainer/createChildren()
            at mx.core::UIComponent/initialize()
            at com.komodomath.lesson::SaveStatusCheck/initialize()
            at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
            at mx.core::UIComponent/addChildAt()
            at spark.components::Group/addDisplayObjectToDisplayList()
            at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
            at spark.components::Group/addElementAt()
            at mx.states::AddItems/addItemsToContentHolder()
            at mx.states::AddItems/apply()
            at mx.core::UIComponent/applyState()
            at mx.core::UIComponent/commitCurrentState()
            at mx.core::UIComponent/setCurrentState()
            at mx.core::UIComponent/set currentState()
            at com.komodomath.maingroups::LessonGroup/handleNewLessonClick()
            at com.komodomath.maingroups::LessonGroup/___LessonGroup_KButton1_click_lessonOver()

    same issue as http://forums.adobe.com/message/4736711

  • Why does 'You can't open the application "setup.exe" because Microsoft Windows applications are not supported on OS X.' pop up whenever i try to download the latest flash player?

    whever i try to access websites, most of them work but facebook, youtube, my school email, sometimes even google, and alot other websites wont work for me and will tell me i need to update the lastest Flash Player. but when i try to download it, it says 'You can’t open the application “setup.exe” because Microsoft Windows applications are not supported on OS X.' what does that even mean?? This happens on safari, google chrome and i downloaded firefox and it worked for a couple of hours and then stopped working again.
    please help, thanks in advance.

    1. Install Adobe Flash Player from Adobe site.
        http://get.adobe.com/flashplayer/
       Download it first. Click Safari in the menubar and select “Quit Safari”.
        Follow the prompts and install it.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.

  • You can't open the application "MFI_Simulator.exe" because Microsoft Windows applications are not supported on OS X. Can someone assist. I have Office for Mac 2011 on MacBook Pro 13''.

    You can’t open the application “MFI_Simulator.exe” because Microsoft Windows applications are not supported on OS X. Can someone assist. I have Office 2011 on my MacBook Pro, OS X, 10.9.1.

    Your Office 2011, though a Microsoft product, is designed to work with OSX the Mac operating system.  Any program/application ending .exe is an executable program for Windows.  It will only work in Windows and is not part of or openable with Microsoft Office.
    the application you want to open needs Windows - you have a couple of alternatives:
    Open it on a Windows PC
    Install a valid version of Windows via Bootcamp (or Parallels or VM Fusion) which will allow you to boot your Mac into Windows where it will function like a Windows PC and you can use it to run the application.
    See if the manufacturers of MFI_Simulator have a Mac version available.
    Please note that if you follow the second option, then you will need to purchase a copy of Windows (if you do not have one already). BootCamp is free (part of OSX) but Parallels and VM Fusion cost too.  I see quite a few posts from people who buy Parallels and try to run the program under Parallels - this doesn't work - you need to install Windows as well.
    Hope this helps.

  • I'm trying to download internet security and an error of microsoft windows applications are not supported on OS x keeps coming up

    I'm trying to download internet security and an error of microsoft windows applications are not supported on OS x keeps coming up

    That's because you must be trying to download a Windows application, and they do not run on a Mac unless you are running Windows on the Mac.
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    For adware removal see The Safe Mac » Adware Removal Guide and The Safe Mac » Adware Removal Tool.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
      Mac OS X Snow Leopard and malware detection
      OS X Lion- Protect your Mac from malware
      OS X Mountain Lion- Protect your Mac from malware
      OS X Mavericks- Protect your Mac from malware
      About file quarantine in OS X
    If you require anti-virus protection Thomas Reed recommends using ClamXAV. (Thank you to Thomas Reed for this recommendation.)
    From user Joe Bailey comes this equally useful advice:
    The facts are:
    1. There is no anti-malware software that can detect 100% of the malware out there.
    2. There is no anti-malware that can detect anything targeting the Mac because there
         is no Mac malware in the wild, and therefore, no "signatures" to detect.
    3. The very best way to prevent the most attacks is for you as the user to be aware that
         the most successful malware attacks rely on very sophisticated social engineering
         techniques preying on human avarice, ****, and fear.
    4. Internet popups saying the FBI, NSA, Microsoft, your ISP has detected malware on
        your computer is intended to entice you to install their malware thinking it is a
        protection against malware.
    5. Some of the anti-malware products on the market are worse than the malware
        from which they purport to protect you.
    6. Be cautious where you go on the internet.
    7. Only download anything from sites you know are safe.
    8. Avoid links you receive in email, always be suspicious even if you get something
        you think is from a friend, but you were not expecting.
    9. If there is any question in your mind, then assume it is malware.

  • After upgrading to 3.5 from a library of images are not displayed.

    After upgrading to 3.5 from a library of images are not displayed. All images are filled with black. Ifoto the same library looks fine.

    Yes, they are compile errors, which state 'xmlObject cannot be resolved to a type' on this line: protected XmlObject xmlDocument = null;
    and on an import line: import org.apache.xmlbeans.*;
    the compiler states the import.org.apache.xmlbeans cannot be resolved.
    I have three classes that deal with xml objects and all three have the same errors.
    Also I'm getting the same type of errors on an import javax.media

Maybe you are looking for

  • Creation of a new order type

    Hello, Which are the impact on FI-CO module of the creation of a new order type to create a sales order? Thanks a lot. Emanuela

  • How do I get audio from compressor to Studio Pro?

    I used the Compressor preset "DVD: Best Quality 90 minutes" "MPEG-2.6Mbps 2 pass" on my 8 minute video in order to create a movie to import into Studio Pro. I end up with a m2v file with no audio. If I try using the Dolby setting it makes a ac3 file

  • Insert Stmt--urgent help requested

    Hello all, I am trying to insert some data into sql server database, but its not getting inserted. Could someone please look at my code and tell me where the problem is. the final sql stmt on the server looks like this: GENERATED SQL = INSERT INTO .A

  • I want to search store for songs. How complicated can it be?

    Ok, I go to iTunes store page. There is search box in top panel. I write an artist name. It shows the songs from my library. Oh well, the second attempt it searched the shop.

  • Extracting XSD from WSDL

    Hi Everyone, I am looking at a very simple scenario: Flat file to Web Service Through SAP XI. I have created a web service in SAP ECC system. With the help of WSDL document of the web service i created a Message Interface(External Definitions). On th