How to find a missing moonlight package?

I installed monodevelop, mono, and moonlight. I created a new moonlight project in monodevelop, but all the assemblies it references are shown in red - missing - and an attempt to build it results in an error message that some moonlight/framework is not installed.
Evidently there is some other package I have to install, but I cannot find it neither repos or AUR. Can someone who develops moonlight help?

moonlight that was in community was very old and we couldn't compile because of [1] and i removed it couples of days ago because was broken since new ffmpeg hit extra
http://bugs.archlinux.org/task/17573
Last edited by wonder (2010-01-17 00:41:39)

Similar Messages

  • How to find the status of package (valid/invalid) was at a particular time

    How to find the status of package (valid/invalid) was at a particular time ?
    I want to find the status of one oracle package at 3pm yesterday. The status of this package today is INVALID.
    I am sure it was VALID yesterday. But no way to prove it. Can any one help please???
    I can generate AWR report for last 7 days...

    Try using a flashback query, like this:
    select object_name, object_type, status
    from dba_objects AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '18' HOUR)  -- 18 hours ago
    where object_name = 'MY_OBJECT'
    ;if you haven't granted FLASHBACK privs, you may need to connect as SYS to do a flashback query on a data dictionary table.
    But this should give you the info you need - if it's still in undo.

  • How to find number missing

    Hi,
      How to find the missing number(not number range) .Is there any functional module is there for missing nos.
    ex: i have nos. from 50 to 100 & no.79 is missed.
    For this issue if any functional module is there pls let me Know.
    Thanks & Regards
    Venkat

    Not sure about a function, but you could create your own function and use this logic.
    REPORT  zrich_0001.
    TYPES: BEGIN OF ttab,
           number TYPE i,
           END OF ttab.
    DATA: itab TYPE TABLE OF ttab.
    DATA: wa LIKE LINE OF itab.
    DATA: tmp LIKE LINE OF itab.
    DATA: diff TYPE i.
    DATA: rows TYPE i.
    DATA: low_number TYPE i.
    DATA: high_number TYPE i.
    DATA: tmp_number TYPE i.
    * Build an internal table with all the numbers
    wa-number = 50.  APPEND wa TO itab.
    DO 50 TIMES.
      wa-number = wa-number + 1.  APPEND wa TO itab.
    ENDDO.
    * Create some missing numbers in the table
    DELETE itab WHERE number = 63.
    DELETE itab WHERE number = 64.
    DELETE itab WHERE number = 65.
    DELETE itab WHERE number = 79.
    sort itab ASCENDING .
    * find the low value.
    clear wa.
    READ TABLE itab INTO wa INDEX 1.
    IF sy-subrc = 0.
      low_number = wa-number.
    ENDIF.
    * Get the high value
    rows = LINES( itab ).
    clear wa.
    READ TABLE itab INTO wa INDEX rows.
    IF sy-subrc = 0.
      high_number = wa-number.
    ENDIF.
    * Now find the missing numbers.
    tmp_number = low_number.
    DO.
      IF tmp_number = high_number.
        EXIT.
      ENDIF.
      READ TABLE itab INTO wa with key number = tmp_number.
      IF sy-subrc <> 0.
        WRITE:/ tmp_number.
      ENDIF.
      tmp_number = tmp_number + 1.
    ENDDO.
    Regards,
    Rich Heilman

  • How to find my missing ipad

    how to find my missing ipad?

    Did you activate "Find my iPhone" on your device? If yes, check these articles:
    Apple - iCloud - Find your missing Apple device.
    iCloud: Troubleshooting Find My iPhone, iPad, iPod touch, or Mac

  • How to find the missing fonts?

    hi,
    Is there any other options to find the missing fonts in a illustrator 10 file using AppleScript.
    or
    How to identify the missing fonts and missing links dialog box when opening a document through AppleScript. Suppose if i can identify in the particular file means (in batch processes), i need to neglect the particular file and open the other file in a BatchProcess.
    Regards,
    Subha

    reply as soon as possible.........

  • How to find out missing macbook pro

    My macbook Pro missing yesterday, how to find?

    Did you buy the machine new or used, if it's new it's almost certainly a mid 2010 machine. Take a look at System Profiler (Applications-Utilities-System Profiler) then highlight Graphics/Displays on the left and let us know what the Chipset Model is. If it's a mid 2010 it will say it's a NVIDIA GeForce 320M.
    Roger

  • How to find Installed EP bussiness packages

    Hi,
    I have installed EP6 bussiness packeges , after installed where i can find my Installed bussines packages. What is the path to see that.Iam not able to find.
    -Kristene

    Hi Kristine,
    If you're still not able to find your business package, you can try to use search functionality at pcd.
    For example: If you've installed MSS and you can see from the documentation of the BP all the iViews it contains, you can try to search for iView named <i>Change Address</i>.. Just to give one example.
    After your search returns you the iView you can chose option from right click menu "Locate from Portal catalog" and pcd will take you to the location where all the iViews are deployed.
    Hope you find your BP
    Kind regards,
    Ville

  • How to find the missing fonts while running the script?

    hi,
    I need to create a script to find the missing font. not only for that. Actually i created a script to read the file properties. but i have a problem while running the script.
    I have put "User Interation Level" to never interact. Even i need to check wheather each file have "missing fonts". mean time i never stop the script.
    Is It Possible???
    Regards,
    SubhaOviya

    Here's a shot of the Find Font Dialog:
    Papyrus (highlighted in the list) is missing, and there's a yellow warning triangle to show that. Fonts that ar not missing have an icon to show the type of font. You'll also see it shown as missing in the "Info" box at the bottom of the dialog.
    If you use the Replace With dropdown you will only see fonts listed that are installed on the system. In order to actually use the missing font, rather than substitute a different font in its place, you must obtain and install the missing font on the system.
    Are you seeing something different when you open Find Font?

  • HT4061 how to find a missing iphone?

    What is the best way to find a missing iPhone?

    The only way is with Find My iPhone if this is enabled with your iCloud account settings on the iPhone along with having Location Services enabled.

  • How to find more missing songs

    I recently upgraded from G5 to Macbook, and transfered my music to the Macbook iTunes 9.2.1 and also transfered over my playlists.
    I just went to play a playlist and some tracks were missing and had an exclamation point beside them.
    I checked in the iTunes music folder on the Macbook, and there were indeed gone.
    I've re-copied them over from the G5
    but now I'm wondering
    1) How can I find out which other songs are missing? The exclamation point only appeared why I tried to play the songs, it didn't tell me they were missing till I tried to play them.
    2) Why would the songs be missing??
    Thanks for your help

    you could try this script:
    _*Music Folder Files Not Added v2.0*_
    This application will list the file paths of the files in your designated "iTunes Media" folder which are not in iTunes' library. Additionally, you can select a different parent folder and its contents will be compared to the iTunes library. Options to Add a selection of found files to iTunes or move them to the Trash.
    another option is this one:
    _*iTunes Track CPR v1.3*_
    This script attempts to locate the files of so-called "dead tracks"--iTunes tracks designated with (!)--that you assume are not actually missing but are still located in the iTunes Music folder in their "iTunes File Order" (Music -> Artist -> Album -> file.xxx)."
    JGG

  • How to find PRPS missed object numbers ?

    Hi Frds,
    While checking PRPS object numbers some object numbers are missed in the table.
    How will you find that object numbers deleted or changed?.Kindly anyone can suggest for finding missed object numbers.
    Thanks for your advance help.
    Regards,
    Nivas.

    Hi,
    Note the following.
    1. If WBS element was deleted by using icon Trash can, it is not possible to see the element in PRPS table.  This action deletes elements permanently and hence and not traceable at table level.
    2. If WBS element was set to DLFL (deletion flag), we can see delete indicator at table level.
    3. You can do small test in your system, change the settings to "display deleted objects", if objects showing with deletion flag means these are available in system but temporarily set to DLFL and can be retrievable back into project structure. For those objects only you can see X indicator at Table level.
    In your case some one might have deleted permanents and hence not showing.
    Thanks,
    Sudhakar

  • How to find out the support package level applied in BusinessObjects

    Hello experts,
    I recently installed SBOP 4.0 BI on mi linux server. Can somebody tell me how to know what is the latest SP (support package or Service package??) installed on my Server.
    I know the current SP available is SBOP BI Platform Servers 4.0 SP01 Patch 2, but I don't know whether it is installed or not on my server
    thank you for your help
    regards

    Dear,
    I had a double check and you are right at least as far I can see the Software Inventory toll came only with WIN installation while you are running your BO on Linux.
    What the Software Inventory Tool does it checks files version.
    Now I'm not very smart with Linux but can you check file version in Linux?that could be an option (In WIN i check CMC.DLL)
    Hope it is an useful info.
    Ciao,
    Massimo
    Edited by: M. Cappelli on May 23, 2011 11:20 AM

  • How to find out version, support package, patchlevel of installed j2ee as

    Hello all
    We have PI 7.11 installed and I'd like to know what the support package and patchlevel of our installed j2ee application server is. We would like to post-install NWDI and need to know which are the right SCA-Files for us to download.
    Can anyone tell me where to find this information? I wasn't able to find it (maybe just didn't see it?)
    Thanks in advance
    Renaud

    Thanks Srikanth for your quick reply
    But which "help -> about" are you talking about?
    nwa? ConfigTool? Management Console? JSPM? SAPGUI Client? Elsewhere?
    From SAPGUI-Client I choose System -> Status and click on details button for SAP System data. Here I see:
    SAP_ABA     711     0000
    SAP_BASIS     711     0000
    PI_BASIS     711     0000
    ST-PI     2005_1_710     0003
    SAP_BW     711     0000
    But this is for ABAP stack only.
    In nwa I don't see any HELP -> About
    In nwa/sysinfo I don't see any HELP -> About
    In Config Tool I can see:
    Version: 7.1100.20081120163102.0000
    -> is this the j2ee as version including support package and patchlevel info or is this the version of the config tool itself?
    In JSPM / SDT in Help -> About I can see:
    Client Version 1.4.0
    Server Version 1.4.0
    Server Port 50418
    JSPM Service Version 1.0
    JSPM Host Name localhost
    JSPM Port 50417
    Unfortunately not what I'm searching for as well.
    In SAP Management Console in ? -> About I can see:
    Version:  7110, 21, 15, 51094
    Still not sure where to find the required infos... any other ideas?
    Kind regards
    Renaud

  • How to find timestamp of packege/package body compiled in last 15 days

    Hi all,
    I would like to find the time stamp of package/package body compiled in the last 15 days.
    Is there any feature, which will log all the compilation time stamp of a particular package or package body.
    If so, please provide the query.
    version : Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    Thanks
    Raghu

    You can check the same from ALL_OBJECTs/USER_OBJECTS/DBA_OBJECTS.
    In this views,
    column CREATED always shows its created date & time.
    LAST_DDL_TIME always shows last compiled time also it change if you run create or replace
    TIMESTAMP will give you last change i.e. create OR replace time,
    create  package temp_pkg (v number;
                         sp_procedure());
    select object_name,object_type, created, last_ddl_time, timestamp from all_objects
    where object_type in ('PACKAGE','PACKAGE BODY')and object_name ='TEMP_PKG';
    OBJECT_NAME           OBJECT_TYPE                CREATED                   LAST_DDL_TIME             TIMESTAMP
    TEMP_PKG             PACKAGE                    11/12/2012 6:07:18 PM     11/12/2012 6:07:18 PM     2012-11-12:18:07:18
    alter package temp_pkg compile;
    select object_name,object_type, created, last_ddl_time, timestamp from all_objects
    where object_type in ('PACKAGE','PACKAGE BODY')and object_name ='TEMP_PKG';
    OBJECT_NAME           OBJECT_TYPE                CREATED                   LAST_DDL_TIME             TIMESTAMP
    TEMP_PKG             PACKAGE                    11/12/2012 6:07:18 PM     11/12/2012 6:08:19 PM     2012-11-12:18:07:18
    create  or replace package temp_pkg (v number;
                         sp_procedure());
    select object_name,object_type, created, last_ddl_time, timestamp from all_objects
    where object_type in ('PACKAGE','PACKAGE BODY')and object_name ='TEMP_PKG';   
    OBJECT_NAME           OBJECT_TYPE                CREATED                   LAST_DDL_TIME             TIMESTAMP
    TEMP_PKG             PACKAGE                    11/12/2012 6:07:18 PM     11/12/2012 6:10:00 PM     2012-11-12:18:10:00                
    alter package temp_pkg compile;
    select object_name,object_type, created, last_ddl_time, timestamp from all_objects
    where object_type in ('PACKAGE','PACKAGE BODY')and object_name ='TEMP_PKG';
    OBJECT_NAME           OBJECT_TYPE                CREATED                   LAST_DDL_TIME             TIMESTAMP
    TEMP_PKG             PACKAGE                    11/12/2012 6:07:18 PM     11/12/2012 6:11:07 PM     2012-11-12:18:10:00For packages/package body compiled/created/replaced in last 15 days you can check with below query.
    select object_name,object_type, created, last_ddl_time, timestamp
    from all_objects
    where object_type in ('PACKAGE','PACKAGE BODY')and (sysdate-last_ddl_time)<=15 ;Edited by: myOra_help on Nov 12, 2012 6:45 PM

  • How to find classes in the package if package path

    in java i want to find classes,Interface,Exception names which are presant
    in the package..
    for example
    java.sql; if i give this it should return
    class name
    Date
    Time
    DrivarManager
    pls helpme in this field

    download the jdk documentation or view it here
    http://java.sun.com/j2se/1.3/docs/api/index.html
    The exact problem is i hava set the path to my application that path contains several jar's(contains classes,Interfaces) and classes with package structure,
    now my need is if i run the application ,the application
    should find out the classes and Interfaces for given package structure which are present in classpath...
    for this i have to load all the classes to memory(using classes loader) . then find out the classes which are present in memory...
    or
    any other inbuilt method is there in java when i give path structure it find and give classes which are in class path..
    for ex..
    if i set path to jdk
    then if i give the path like java.lang
    it should give me the out put as
    String (or) String.class
    Double
    Cloneable
    (classes & interface in that package)

Maybe you are looking for