ManualResetEvent and Using a project reference in Shared Project?

I recently just started writing an Universal App for the first time, and it’s also my first time with C# (most of my mobile experience is in Java and Android). I was reading a post on SQLite-WinRT:
http://andywigleyblog.azurewebsites.net/?p=53.
I’m having trouble with two things:
ManualResetEvent seems to be available for Windows Phone Silverlight, but not a part of the Windows Modern App APIs. I’ve searched in the available .NET APIs, but System.Threading doesn't have ManualResetEvent for modern apps.
For Universal Apps, App.xaml.cs is located in the Shared Project Reference. However, from the shared project reference, I need to access a reference SQLiteWinRT, but the reference is in my modern app project, so I can't access it using 'using'. How do I
access this reference from a Shared Project Reference?
Edit: #2 I was able to figure out. I had to add SQLiteWinRT to both Windows 8 and Windows Phone project.
       Edit: #1 Turns out it is available. Under System.Threading. Windows dev/center search just can't find it.  (-‸ლ) The docs are very confusing.

Hi Qoheleth07,
Thanks for sharing the solution with us, I will mark Matt's reply to close this question, if you still have questions to ask, please feel free to let us know :)
Thanks for your understanding,
--James
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • I asked this question before but I can't find it now. Anyway, I'm trying to import a DVD video that was made on a MAC and use it on a new iMovie project.

    I asked this question before but I can't find it now. Anyway, I'm trying to import a DVD video that was made on a MAC and use it on a new iMovie project.
    How do I do the importing.

    If the video is already on a DVD:
    You need to convert the VOB files in the TS-Folder of the DVD back to DV which iMovie is designed to handle. For that you need mpegStreamclip:
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    which is free, but you must also have the  Apple mpeg2 plugin :
    http://store.apple.com/us/product/D2187Z/A/quicktime-mpeg-2-playback-component-f or-mac-os-x
    (unless you are running Lion in which case see below))
    which is a mere $20.
    Another possibility is to use DVDxDV:
    http://www.dvdxdv.com/NewFolderLookSite/Products/DVDxDV.overview.htm
    which costs $25.
    For the benefit of others who may read this thread:
    Obviously the foregoing only applies to DVDs you have made yourself, or other home-made DVDs that have been given to you. It will NOT work on copy-protected commercial DVDs, which in any case would be illegal.
    And from the TOU of these forums:
    Keep within the Law
    No material may be submitted that is intended to promote or commit an illegal act.
    Do not submit software or descriptions of processes that break or otherwise ‘work around’ digital rights management software or hardware. This includes conversations about ‘ripping’ DVDs or working around FairPlay software used on the iTunes Store.
    If you are running Lion:
    From the MPEG Streamclip homepage
    The installer of the MPEG-2 Playback Component may refuse to install the component in Lion. Apple states the component is unnecessary in Lion, however MPEG Streamclip still needs it. See this:
    http://support.apple.com/kb/HT3381
    To install the component in Lion, please download MPEG Streamclip 1.9.3b7 beta above; inside the disk image you will find the Utility MPEG2 Component Lion: use it to install the MPEG-2 Playback Component in Lion. The original installer's disk image (QuickTimeMPEG2.dmg) is required.
    The current versions of MPEG Streamclip cannot take advantage of the built-in MPEG-2 functionality of Lion. For MPEG-2 files you still need to install the QuickTime MPEG-2 Playback Component, which is not preinstalled in Lion. You don't have to install QuickTime 7.

  • CS3 Mac I bought CS3 several years ago while in school, but had to drop out before I even opened the software. A few months ago I opened and installed the software and used Photoshop to complete a review project in preparation for my return to school. Thi

    I bought CS3 several years ago while in school, but had to drop out before I even opened the software. A few months ago I opened and installed the software and used Photoshop to complete a review project in preparation for my return to school. This morning when I tried to open Photoshop again I got a message saying the license didn't support the software anymore and I would need to check with my IT administrator or contact Adobe. I tried calling Adobe but the recorded message said CS was not phone supported. I know it took me a long time to get back to school, but it seems sad to waste the $1,000 I spent on the software. Is there a solution to this issue or do I need to buy new software? Thank you for your help if you have any suggestions.

    Error "Licensing has stopped working" | Mac OS
    Mylenium

  • Template project reference in Implementation Project

    Hi,
    I have defined Template Project & created Business Blueprint hierarchy for the same.
    Now I need to refer the Template Project in Implementation Project.
    1) How to refer Template Project in Implementaion Project ?
    2) Can I get the Template Project reference in Implementation Project automatically in Scope OR do I need to do some settings ? Currently I am not able to see the Template Project in Scope.
    Regards
    P Kumar

    Hi Kumar,
    Refer below links. Should be useful and also I am assuming that you have created master template and you want to refer master in local implementation project.
    http://scn.sap.com/community/it-management/alm/solution-manager/blog/2013/05/21/template-management-part-i
    http://scn.sap.com/community/it-management/alm/solution-manager/blog/2013/05/21/template-management-part-ii
    http://scn.sap.com/community/it-management/alm/solution-manager/blog/2013/05/21/template-management-part-iii
    Master template should be visible in local implementation project under scope automatically.
    Thanks
    Sateesh.

  • Why does the project show src.shared. project-name

    I am using eclipse IDE.
    The project was created not by me. This project (P) has 3 other projects in its project structure.
    src.shared.<project-i> (where i = 1 to 3)
    What does this mean?
    If am re-creating the above project(P), by adding the 3 jar files for the 3 projects {src.shared.<project-i> (where i = 1 to 3)}
    Will this work?
    Thanks for reading.
    I am a newbie.

    I am using eclipse IDE.This is a Java Programming forum. Your question has practically nothing to do with Java programming.
    You should ask your question in an Eclipse forum.
    Locking this thread.

  • Can I import HTMLs from inside the project and use as portlet page ?

    As you know, I am using Java Studio Creator 2 Update 1 for my current portal project. I have created JSR-168 JSF Portlet Project for my portlet development.
    As I have some html pages ready for my development,
    Can I import HTMLs from inside the project and use as portlet page for my project?
    I did the followings steps:
    1: In side the project - File -> Add Existing Item -> Web Page ( imported test.html page from my local folder)
    2: Let it convert some of the tags for me ( so now it becomes - �test.jsp� )
    3: Set it to initial view.
    4. A default portlet page � newPortletPage.jsp is still there with no initial view.
    Now after doing this, No Visual Designer and Properties window available to for that �test.jsp� page. Though it allowed me to �build� the project successfully.
    When I build and run the portlet application, got the error message �Error occurred in portlet!� on Pluto Portal. Please advice.

    You do not open fcpproject files. You don't double click or anything else. The files have to be in the correct folder structure in the Final Cut Projects folder and the application opens them automatically. Can you post screen shots of the Final Cut Projects folder and its location.

  • Using mx components in Action Script project in Flash Builder

    Hi
    I have created an Action Script project in flash builder 4 and want to use a mx.controls.button.
    The as file looks like this:
    package
        import flash.display.Sprite;
        import mx.controls.Button;
        public class as_test_project extends Sprite
            public function as_test_project()
                var btn:Button = new Button();
                btn.label = "test";
                addChild(btn);
    I have added C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\4.0.0\frameworks\projects\framework\src as a Source Path in the project settings. I have also added framework.swc to the library path.
    I still get errors like :
    Description    Resource    Path    Location    Type
    Unable to resolve resource bundle "core" for locale "en_US".    as_test_project        Unknown    Flex Problem
    Have then tried added various Bundles folders like
    C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\4.0.0\frameworks\projects\framework\bundles
    to the source path and library path, but I still get the errors.
    WHAT IS THE CORRECT WAY OF USING MX COMPONENTS IN A PURE ACTION SCRIPT PROJECT ?
    If I want to use th fl.controls componets instead but dont have CS3 where can I download them ?

    Thank you for your quick reply.
    But how then can I obtain the fl.controls components and use them in an Action
    Script project in Flash Builder 4?
    I don't have CS3 or CS4 (the flash authoring tool) installed.
    Is there an SWC somewhere to be downloaded?

  • Staroffice Basic, Calc, passing and using ranges

    Okay, I was trying to transfer a VBA function from Excel to StarOffice.
    The routine call looks like this:
    =PS_MUL($K$22:$K$277 ; $L$22:$L$277 ; $F$22:$F$277 ; F22)
    That is, there are three ranges, and a value input.
    Here is my attempt at STAROFFICE's version of this routine
    Function PS_MUL(Tay1_A as Object, Tay2_A as Object, Rank_Vector, Rank_A as Long) as Double
       Dim Product_sum as Double
       Dim Element1 as Double, Element2 as Double
       Dim i as Integer, j as Integer
       Dim cell1 as Object, cell2 as Object
       Product_sum=0
       i=0
       For Each Element1 in Rank_Vector
          i=i+1
          j=0
          cell2=Tay2_A.GetCellByPosition(i,0)
          For Each Element2 in Rank_Vector
              j=j+1
              cell1=Tay1_A.GetCellByPosition(j,0)
              If Element1+Element2=Rank_A Then Product_sum=Product_sum+cell1.Value*cell2.Value
          Next Element2
       Next Element1
       PS_MUL=Product_sum
    End FunctionIn VBA, I simply refereced "Product_sum=Product_sum+Tay_1A( i ) * Tay_2A( j )"
    That is, the input cell ranges are 1-D arrays, and Tay_1A was implicitly defined. So I just used them as arrays, and no problem.
    Here, no matter what I try to do with my code, including getting a cell reference by position and taking its value or whatnot, I still get errors.
    I think it is becoming clear to me that I don't understand how to pass and use range references in StarBasic.
    If anybody could help me out with understanding passing and using these range references, I'd appreciate it.
    Just for comparison, here is the function in VBA:
    Function CombSumProd(Tay_1A, Tay2_A, Rank_Vector, Rank_A As Variant) As Variant
    Dim Product_sum As Variant, Element1 As Variant, Element2 As Variant
    Dim i As Integer, j As Integer
    Product_sum=0
    i=0
    For Each Element1 in Rank_Vector
      i = i+1
      j = 0
      For Each Element2 in Rank_Vector
          j=j+1
          If Element1+Element2=Rank_A Then 
                 Product_sum=Product_sum+Tay1_A(i) *Tay2_A(j)
       Next Element2
    Next Element1
    CombSumProd=Product_sum
    End Function

    Hi
    Follow the steps below - (I am assuming that you are using BI queries in your model & your tabs are as per quarter - one tab for each quarter)
    1. Create one radio button & in entry list create static list as 1 - Quarter 1, 2 - Quarter 2 & so on.
    2. Now you want plan Vs actual in one graph & Currency in another. So create these reports for each quarter separately, so in all you will have 8 reports (2 for each quarter)
    3. IN the layout you have to arrange it vary carefully, you take all the 'Plan Vs Actual' report for all the quarters & arrange them exactly one over the other. Same for Currency reports also.
    4. NOw Give visibility condition for each report example - if report is for first quarter then condition will be - bool(if(radio button string=="1",true,false)) & assign the default value in radio button as 1. so that at the time of execution you will get these reports by default.
    5. Like wise give condition for all.
    6. When you execute this report you will get radio buttons at the top & as you select different buttons differents report will get opened.
    7. As you have plased these exactly one over the other, user will not come to know these are different reports.
    Try this method, if you have any doubts for this, please do ask me.
    Regards
    Sandeep

  • Nuget and shared projects

    Having used Visual Studio for personal projects I create solutions that share project directories with other solutions. This has worked very well for the last 15 years or so until NUGET. Nuget seems to assume that packages are managed and stored in the solution
    directory thus when I work on a different solution I find that the project and solution are in strong disagreement about NUGET packages.
    Right now I manually edit the share project files but that's not a great solution. What is the proper way to manage NUGET projects in shared solutions?

    Hi Bob,
    >>Right now I manually edit the share project files but that's not a great solution. What is the proper way to manage NUGET projects in shared solutions?
    For the shared project in solutions, to use the NuGet package, as far as I know, we would edit the config and the project/solution file.
    Not very sure that whether you have used this way, but as far as I know, it would be a better solution for it now.
    Reference:
    http://www.codeproject.com/Articles/501627/Share-Nuget-packages-between-solutions-Part
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have a finalized project in iMovie '11.  Shared it on Youtube, Facebook, and Vimeo.  Then, when I shared it to iDVD, it reverted to a previous version of the project, so my titles and pictures were out of sequence.  My final project is now gone!

    I have a finalized project in iMovie '11.  Shared it on Youtube, Facebook, and Vimeo.  Then, when I shared it to iDVD, it reverted to a previous version of the project, so my titles and pictures were out of sequence.  Now, in my list of projects, my project is there, but finalized as the previous version which is all out of sequence.   My true final project is now gone!  What happend?
    I didn't notice this problem until after the DVD was burned in iDVD.  Then, when I played the DVD in a public setting, I was a bit embarrassed by what played.

    Hi
    My first thoughts are
    • iMovie ill behaving - Trash the iMovie pref file - use to set things right
    • in reg. to Photos - Did You change iPhoto Photo Library - Then iMovie get's lost as it peeks into iPhoto on start up to see where photos are stored. Set iPhoto back to first Photo Library (when iMovie is not running) then start iMovie.
    Yours Bengt W

  • Sharing managed media between editors - using FCX lib backups to share projects

    Okay, here is my problem...
    I started a huge FCX project, hours and hours of XDCAM footage imported and a number of projects created. I imported using managed media option and share with another editor, so we have two complete and separate FCX suites going (with identical media/video clip folders)
    Problem is, when he finishes a cut or a project and wants to give it to me to do further work -- there is not way in FCX 10.1.3 to export a project over to me without also exporting the associated media clips. THAT MEANS A 3 HOUR EXPORT, as FCX is sending the 1-hr project plus all the huge media files dealing with that project. Do this a few times a day and you can see the issue.
    If I used external media to begin with, the problem would be solved but I didn't as FCX documentation makes it seem as exporting and sharing projects is with managed media easy (managed is the import method Apple seems to prefer).
    WELL IT'S NOT EASY SHARING USING MANAGED MEDIA. There is no option as far as I can see, to export  a project to someone and have them re-link the media on their own system (export with no associated media). I think several versions of FCX ago, you were able to do this.
    So, this makes sharing and exporting projects between two editors even when they are using the same identical media folder on their own individual drives not practical!
    Is there a way around this?
    I'm wondering if I can use the FCX backups as a way to share projects?
    I DON'T WANT TO CONSOLIDATE MY MEDIA, it would take a week.
    Any help appreciated.
    Moe

    Okay, I'll give is a shot.
    I tried consolidating a week ago and FCX started doing stuff for like 5 minutes and I stopped the process. Maybe I need to give it a bit more time if it's creating links to all the media. I thought it would somehow move the media, but if it's just generating links that's great and I might have stopped it just before it actually finished the job.
    I'll try it.
    Thanks.

  • How to use Project References?

    Hello,
    I've got a project called SearchScreen and another project called SearchDetail.
    I've opened the SearchDetail properties and linked to the SearchScreen project by ticking the project box.
    My problem now is how to actually reference the SearchScreen component from within the SearchDetail project.
    Do I need to setup a new xml:ns ? I've tried searching the web and adobe docs but no joy. if anyone can give me some pointers, that'd be great.
    Thanks,
    Nick

    Ah yes I know that, CTRL + Spacebar brings it up as well, cool.
    OK, I've just tried typing <SearchSc and pressing CTRL + SpaceBar but nothing happens. It just seems to be looking in the curernt project.
    Here's a basic folder structure of both projects incase I'm doing something wrong...
    [SearchScreen]
    bin-debug
    libs
    src
    css
    renderers
    SearchScreen.mxml
    [SearchDetail]
    bin-debug
    libs
    src
    css
    renderers
    SearchDetail.mxml
    I've opened the properties of [SearchDetail] and linked the [SearchScreen] using Project References.
    With the SearchDetail.mxml file open, I'm trying to insert the SearchScreen.mxml  file as a component.
    Natasha - thank you for your help with all this...
    Maybe I've missed something?
    Cheers,
    Nick

  • Can different working calendars be set and used in Project system

    Actually we are going through implementation of SAP Project system, i would like to ask whether there is an option in SAP PS to set different working/factory calendars and use them for individual activity like Primavera. Because at some places there is 5 days working and at places 6 says working. Also holidays are different for different people/places. A uniform calendar for all activities can spoil the schedule of project in regard of planned finish dates when one enters a certain duration.
    Kindly clarify this for me
    Regards.

    Hi Abdul,
    As a reference, go through this thread,
    Factors Influencing Scheduling - Dates - SAP Library
    In addition to this and as mentioned above by Saurabh, there are some good threads available that talk about this. The threads carry a good amount of information and am sure it will help you.
    Please search the forum.
    Best Regards,
    Gokul

  • How to set-up and use FAMILY Sharing

    Can someone please explain to me in detail how to set-up and use FAMILY Sharing, none of the information I have so far found in the documentation helps at all, in fact it puts you in a constant loop giving the same information over and over again
    We have quite a few devices from ipads, iphones and ipods and I need to set-up Family Sharing.
    We have our main Apple ID which is linked to our Payment method, I have now got my son a new iPad, I have created his Apple ID and set-up a link via FAMILY Sharing to our main Apple ID.
    From what I read we should be able to share our purchased Apps between family members.
    So I figured I would be able to get the Apps now via iTunes that are part of the FAMILY Sharing, however when I go into ITunes (latest version downloaded yesterday) I can only see the Home sharing menu item not FAMILY Sharing, so I cannot work out in Itunes how to get Apps that are FAMILY shared.  So ok I will try and get Apps directly via the Ipad using the App Store.  To test it is working I look for a known paid for App, I then go to download it and it is now asking me to pay for it again. 
    Can someone please explain to me in detail how FAMILY Sharing is supposed to work and how I get it to work please.
    Thanks for your help
    Greg

    Hey GregWr,
    Thanks for the question. The following resources provides some of the best information regarding Family Sharing. Included, you’ll find information on making sure the accounts are set to "Share my purchases”, as well as information on downloading Family Member purchases from the iTunes Purchased section. Please note that some applications are not shareable.
    Sharing purchased content with Family Sharing - Apple Support
    http://support.apple.com/en-us/HT201085
    Which purchased content can I share using Family Sharing - Apple Support
    http://support.apple.com/en-us/HT203046
    If you don't see your family's shared content - Apple Support
    http://support.apple.com/en-us/HT201454
    Thanks,
    Matt M.

  • HT204407 my 2 daughters and I are sharing one icloud.  I am trying to set up and use find my friends with them, but it won't let me.  It says I can't send a request to myself when I send one to her email address, which is different than mine.  What am I d

    my two daughters and I have iphones.  I am trying to set up and use find my friends with them. We have 1 icloud, but different emails.  When I send a request it states that I can't send a request to myself.  What am I doing wrong

    Sharing an Apple ID is never recommended for these reasons.
    They can create their own: http://appleid.apple.com and you can add them at the addresses they use for their ID.
    Sharing an Apple ID is not recommended because all of your data gets merged and when it gets deleted from one device, it deletes from them all, such as Contacts.
    iCloud Guide

Maybe you are looking for

  • How to remove the lower of 2 hard drives on 733 Digital Audio

    I have an old 733 G4 that had a drive fail... I removed one to test it (the upper drive) which turned out to be the slave... So now I need to remove the master which is in the lower position.... However, there are no visible screws holding the lower

  • How can I make different windows of the same application I have open remain on their respective desktops/spaces after reboot?

    Hi all, I use the same applications for work, entertainment and other personal activities, so it's impossible to simply assign different apps to different desktops/spaces. Thus, I have open windows of the same programs (Pages, TextEdit, Preview) arra

  • Key figureRound Value in BW

    Hi experts...      I enhanced 0FI_AR_4 and put a new key figure. When i run rsa3 to test the datasource the key figure return the correct value. Ej 18896. When i run infopacklage to obtain the data in ODS 0FIAR_O03 the value to my key figure ZCANTCOM

  • Can't download the Adobe Flash Professional CC free trial

    When I click on the link to download, it says: "You are running an operating system that Flash Professional no longer supports. Refer to the system requirements for a full list of supported platforms." What should I do? I can't find the system requir

  • BAPI for Asset scrapping

    Hello, I have implemented the BAPI BAPI_ASSET_RETIREMENT_POST for background scrapping. Everithin OK for an asset with a subnumber. The problem is that I have to scrap an asset with multiple subnumbers. initially, I was running the BAPI for each subn