How to run "Bing maps" in "ANY CPU" config in XAML?

In sites, I see ,we need to change config to x86 or x64,to run Bing maps in xaml page
I need my bing maps to run on a xaml page which has ANY CPU config.Please help

The Bing Maps Windows Store control uses the C++ runtime. Any app that uses the C++ runtime and is written in C# or VB has to be compiled against each CPU. Any CPU is not an option. Several libraries from Microsoft have this requirement.
Note that you simply compile your app against x86, x64, and Arm and then upload all three libraries to the Windows Store dev center. This will let users on all platforms access your app using any CPU.
http://rbrundritt.wordpress.com

Similar Messages

  • How to integrate bing map for including or displaying multiple locations at the same time

    how to integrate bing map for including or displaying multiple locations at the same time

    Have you aware of the geolocation field that's been introduced with SharePoint 2013?  You can store location data within a list and then integrate this within Bing.  The second tutorial on this Bing team blog will show it well.
    https://www.bing.com/blogs/site_blogs/b/maps/archive/2013/03/26/connecting-a-sharepoint-list-to-bing-maps.aspx
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • How to run function(s) on ANY program exit?

    I can easily do this when someone selects "Exit" from the program's menu, with this code:
    AllSortsOfExitCode()
    System.out.println("Ok, everything is wrapped up. Now we will end the program.");
    System.exit(0);
    BUT...how do you get this code to run when someone clicks the little X in the upper-right hand corner?
    I can't figure out how to do that.
    I need to override the class destructor or something, but I don't think Java has destructors in the classic sense. I found one 4-page thread about "Java destructors" but it was just an argument between a couple people -- I didn't learn anything from it.
    Thanks,
    Matthew

    CathInfo wrote:
    BUT...how do you get this code to run when someone clicks the little X in the upper-right hand corner?
    Thanks,
    MatthewThe earlier replies cover the case you described above. But your thread title says something else:
    How to run function(s) on ANY program exit?Answer - you can't. Power loss can't be handled. Shutdoen hooks can help with most other conditions, see
    http://www.google.com/search?num=100&hl=en&c2coff=1&q=java+shutdown+hook&btnG=Search

  • How to run a mapping from plsql procedure in some common group?

    Hi,
    I have a Workflow process, when I running him from OWB I saw in OWB Browser first the name of this process and under this process mappings that in this process.
    In one mapping I have some pre-mapping procedure that doing something and prepare some parameters for other mapping and run it (steps for running a mapping I take from sqlplus_exec_template.sql script) and I can't put this mapping into Workflow process for some reasons.
    But in OWB browser this mapping doesn't belong to my Workflow process, they located on the one level.
    How to modify steps for running mapping so that my mapping is located under this Workflow process in OWB Browser?

    Hi,
    It sounds like what you are trying to do, is run one mapping in a pre-mapping process of another mapping. You use a wrapper that implements sqlplus_exec_template.sql in PL/SQL. Is that correct?
    I don't think that by the way you execute this mapping, it ends up in the context of the process flow. The reason is because according to Warehouse Builder the mapping is being invoked standalone (through the wrapper that implements the template). As a result, the context in which Warehouse Builder would log the messages is lost.
    What I suggest you do (assuming I understand the problem correctly), is run the mapping as a separate mapping in the process flow. Because in the current release we do not support passing output parameters in the process flow, you will have to (temporarily) store the results of the first mapping in a table and pick it up from there in the other mapping. In the next major release (autumn 2004) we will support passing parameters between activities.
    Thanks,
    Mark.

  • How to integrate Bing Map on Flex

    Hi,
    I am developing an application where it  requires Bing map to be integratied with flex application, So Is there any API  available in Flex to Integrated Bing map on flex?. or if not from where i can download API for Bing Map.
    Thanks,
    Kumar

    I only worked with Umap (umapper.com) It embeds Bing among other maps.It is
    quite flexible and they offer a free basic version...
    C

  • How to run form.html from any location i want.

    Hi all,
    This is my first post.
    i have just started to learn Servlets and JSPs..
    I made one form.html file with minimal contents and put it as tomcat/webapps/MyTest/form.html.
    while running it as was said in Head first servlets-> http://localhost:8080/MyTest/form.html..it is giving 404 error.
    And when i m putting it as tomcat/webapps/Root/MyTest/form.html
    then it is running fine as http://localhost:8080/MyTest/form.html
    Do i need to make any changes in server.xml. ???
    Please help.
    Thanks

    HOST command is a SQL*PLUS comand.
    you cant use that in PL/SQL . Note that PL/SQL executes at the server side (assuming a real client server environment at ur end)
    Also you cant issue a host commands using PL/SQL directly. Either you use the Java or some other technique
    We dont have such facility in PL/SQL to run a host command
    prakash
    [email protected]

  • How to run FLV file in any PC

    Dear
    I made a presentation in flash where I use some flv movie exported from aftereffect. so when I finally export a movie in swf from flash. I running perfectally on my PC coz I have adobe media player but If I send to client is not running on his PC though he downloaded flash player.
    So any one suggest what is the best option for this and if I want to upload the same on web do it will run any where easily.
    Cheers
    Aaman
    Graphic Artist 

    [Shameless plug]
    VideoLan Corp makes VLC Player which will play FLVs.
    It's free.
    It also plays WMV, MPG, MOV, MKV, AVI and a whole lot of other stuff.
    It also has the option during install to add a Mozilla Plugin for Firefox to play the supported formats.

  • How to add a bing map with pins to a Siena Project

    Hi
    I just want to add a bing map with the current location and a few nice pins of some nice locations around me. Comming out of a Excel file. Potentially also draw some routing lines into the bing maps.
    Any ideas how I can accomplish that goal?
    Thank you in advance
    wbr.
    Joerg 

    yes you can (there is actaully one on the map, blue square)
    The syntax is listed on
    http://msdn.microsoft.com/en-us/library/ff701724.aspx
    You will however have to build the correct string to included in the image source (which you can do in the source excel or in runtime in siena)
    Concatenate is suitable to do that.
    http://dev.virtualearth.net/REST/v1/Imagery/Map/Road?pp=47.638197,-122.131378;;1&ms=350,500&key=KEYHERE
    the PP indicates the pin actually and the bing map autocenters on that. You have several options listed on the webpage listed above. It's a question of the one fitting you best.
    Please note that your bing key is yours so you need to hide it well enough.
    Regards
    StonyArc

  • How to run JRE from an external USB disk

    Hi
    I wanted to put up a tomcat servlet engine that could run from a USB harddisk without any previous installment on the host machine. The OS of the host machine would be windows 2000.
    My first question would be; is that possible ?
    I think that when i install JRE environment on some w2k machine som registry stuff is created. And my problem here would be, how to run the java without any registry updates and directly from the USB stick that i insert into the machine.
    And my second would be; what should i install of java on the USB to make this work?
    Grateful for any input on this, or any pointers.
    Best regards
    Abid

    You would need the whole JRE on the media, and I would also assume the the full SDK/JDK as many servlet containers use the SDK's java compiler if you're doing JSPs.
    You would then simply install your servlet container and your .war files. Now I believe that registry settings are not mandatory but one must ensure the PATH, JAVA_HOME, and CLASSPATH environment variables are set accordingly, thus a startup script (.bat/.cmd) would be necessary to create the OS environment, spawn the JRE and in turn invoke the servlet container.
    I've never done this with tomcat, but I've done very similar things with Jetty FYI.

  • How to run process chains

    hi,
    this is sudhakar
    pls any one tell me
    I prepaired process chain
    but i dont know how to start how it run daily automatically
    pls any one give ans
    thanks
    sudhakar

    hi,
       open your process chain -> right click on start process ->  select maintain varient -> select direct scheduling -> goto change selections tab -> select date/time give from when you want to run for eg from today 3.00 PM means in date tab give todays date and in time tab give the time info.  in bottom select periodic jobs check box and click on periodic values tab -> here select daily check and save again check and save again save. now you schedule your job at 3.00PM from today, now you need to release this job, after this settings come to your process chain click on clock symbol to activate and schedule your process chain. so this chain will run at specified time, you can check this in SM37 by giving your user name and released job as job status.
    Regards
    Sankar

  • How to run two versions of dreamweaver at the same time

    How to run two versions of any dreamweaver at the same time?
    There must be a way to do this.

    east99 wrote:
    > How to run two versions of any dreamweaver at the same
    time?
    > There must be a way to do this.
    Yes, there is: on two separate computers.
    You cannot run two versions of Dreamweaver simultaneously on
    the same
    computer. They can coexist side by side, but the operating
    system will
    not let you run them together.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • I need to run a map against a particular dataset  - how can i do it in OWB

    Hello again :)
    I need to run a map against table on a particular dataset (WHERE clause) - how can i do it in OWB?
    The map is loading data from table A into table B (doing all sorts of wierd and wonderful things in between). Now table A had more (a lot more) data added which i have to load into table B.
    How can i modify my map so that it only runs agains this newly added data (normally i would do a where clause).
    i cannot find how to do it in OWB :(
    The map i am runnig is fairy complex so i didn't really want have to create another table/view of the data i need then remap in all etc.
    Any ideas would be greatly appreciated.
    thank you very much
    Kind Regards
    Vix

    Hello AP
    Well that is the thing - records are constantly added to table A all the time and then undergo tramsformations and loaded into table B. What i want to do is somehow indicate in the the map to only run agains records that have beed added (colmn2 = 'value').
    At the moment i created a view for the desired dataset (colm2 = 'value') and remapped everything. But it is a bit of a pain:
    1) there are a lot of functions and each takes a number of columns (i have some functions taking up to 6 diff columns)
    2) i have data loaded to table A all the time and i need to then transform and load it to table B. so i try to aviod doing the whole re-mapping thing all the time.
    In TOAD it would be a simple statment 'where colm2 = 'value' and all my functions will be run agains those records that satisfy the condition. How can i do it in OWB?
    If i use filter - i would have to use 'mid' table where filtered records will be loaded and from that use 'mid' table as table A in the map. does this make sense?
    the main disadvantage is the performance - moving data from one table to 'mid' table etc.
    I tried using conditional load filter and it still doesn't do what i want.
    After trying diff options i decided to ask people here about it. The only thing i have left to try is to ask Oracle support. I am sure it would be a 'user knowledge' as i am sure this functionality exist i just can't find any references to it.
    Thank you very much for all your help. In fact this forum helped me a lot with a number of other issues :)
    i just feel like a lemon coz it is very simple thing and i can't find how to do it...
    Kind Regards

  • How we run the sequence of mapping in owb?

    I have warehouse building mapping which is developed by some one. Now i wanted to run from beginging to end. I am able to run individual mapping manually.
    But i want to run all mapping(not like running one by one). Since i am not sure the sequences of the mapping.
    I want to start the first mapping and it should run all the dependent mapping automatically until end. Any help is highly appreciated.
    I tried to create process flow and process flow package.. But i am not sure, how i can connect all the developed mapping...

    Thanks for the input. based on your input, i found that, OWB workflow manager is not configured.
    I went to this folder and execute wfinstall.csh file.
    /ora/app/oracle/product/11.1.0/db_1/owb/wf/install
    Installation did not go successful. Here is the error message. Any help is highly appreciated.
    WorkflowCA: Deploy WF Applications: Linux
    WorkflowCA: Workflow component container deployed in OC4J: /ora/app/oracle/product/11.1.0/db_1/jdk/bin/java -Doracle.security.jazn.config=/ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/OC4J_Workflow_Component_Container/config/jazn.xml -Djava.security.properties=/ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/home/config/jazn.security.props -jar /ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/home/oc4j.jar -userThreads -config /ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/OC4J_Workflow_Component_Container/config/server.xml
    WorkflowCA: Executing :/ora/app/oracle/product/11.1.0/db_1/jdk/bin/java -jar /ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/home/admin.jar ormi://oracleserver:6041 oc4jadmin welcome -application WFALSNRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWF_MGR
    WorkflowCA: :null for app:WFALSNRSVCApp
    WorkflowCA: Executing: /ora/app/oracle/product/11.1.0/db_1/jdk/bin/java -jar /ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/home/admin.jar ormi://oracleserver:6041 oc4jadmin welcome -application WFALSNRSVCApp -installDataSource -url jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oracleserver)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl))) -username OWF_MGR -password ->pwForOwfMgr -className com.evermind.sql.DriverManagerDataSource -location jdbc/WorkflowDS -xaLocation jdbc/xa/WorkflowDS -ejbLocation jdbc/WorkflowDS -connectionDriver oracle.jdbc.driver.OracleDriver
    WFCA OUT: Error: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: Connection refused
    WorkflowCA: Exit Val: 2
    WorkflowCA: Created a redirected data source with application WFALSNRSVCApp :
    WorkflowCA: Executing :/ora/app/oracle/product/11.1.0/db_1/jdk/bin/java -jar /ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/home/admin.jar ormi://oracleserver:6041 oc4jadmin welcome -application WFMLRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWF_MGR
    WorkflowCA: :null for app:WFMLRSVCApp
    WorkflowCA: Executing: /ora/app/oracle/product/11.1.0/db_1/jdk/bin/java -jar /ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/home/admin.jar ormi://oracleserver:6041 oc4jadmin welcome -application WFMLRSVCApp -installDataSource -url jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oracleserver)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl))) -username OWF_MGR -password ->pwForOwfMgr -className com.evermind.sql.DriverManagerDataSource -location jdbc/WorkflowDS -xaLocation jdbc/xa/WorkflowDS -ejbLocation jdbc/WorkflowDS -connectionDriver oracle.jdbc.driver.OracleDriver
    WFCA OUT: Error: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: Connection refused
    WorkflowCA: Exit Val: 2
    WorkflowCA: Created a redirected data source with application WFMLRSVCApp :
    WorkflowCA: Executing: /ora/app/oracle/product/11.1.0/db_1/jdk/bin/java -Djava.security.properties=/ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/home/config/jazn.security.props -Doracle.security.jazn.config=/ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/OC4J_Workflow_Component_Container/config/jazn.xml -jar /ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/home/jazn.jar -user oc4jadmin -password welcome -adduser jazn.com pwForOwfMgr <WFCA WF PASSWORD>
    The specified user already exists in the system.
    WorkflowCA: Created obfusticated password for redirect datasource:
    WorkflowCA: Executing: /ora/app/oracle/product/11.1.0/db_1/jdk/bin/java -jar /ora/app/oracle/product/11.1.0/db_1/oc4j/j2ee/home/admin.jar ormi://oracleserver:6041 oc4jadmin welcome -shutdown
    WFCA OUT: Error: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: Connection refused
    WorkflowCA: Exit Val: 2
    WorkflowCA: Executed OC4J Admin script to shut down the OC4J instance :
    WorkflowCA: Tue Jun 01 15:27:02 CDT 2010
    WorkflowCA: Workflow Configuration has completed with error.
    WorkflowCA: Terminating...

  • How to run a PLSQL mapping without using OWB Interface

    Hi there, does anybody know how to call a PL/SQL mapping <mapname.main> function without using OWB interface. We will have to create some other mechanism to call those generated mappings....
    Thanks in advance

    Hi Marcelo ,
    You can use the following code at the sql prompt to the run the mapping .
    DECLARE
    RetVal NUMBER;
    P_ENV WB_RT_MAPAUDIT.WB_RT_NAME_VALUES;
    BEGIN
    RetVal := <Mapping Name>.MAIN(P_ENV) ;
    COMMIT;
    END;
    Regards,
    Shashin

  • I dropped my iPhone 4 in the sink where it was submerged in water for not even 2 seconds I took it out and put it in a warm room by the radiator and most of it works but no sound and battery length is short and runs out quickly. Any ideals on how to help?

    I dropped my iPhone 4 in the sink where it was submerged in water for not even 2 seconds I took it out and put it in a warm room by the radiator and most of it works but no sound and battery length is short and runs out quickly. Any ideals on how to help?

    $149
    They do not repair .Apple exchange and all returned units are refurbished at The Apple plants in China
    So you get a device that looks like and functions like new
    Are you familiar with the results of water and electricity mixing

Maybe you are looking for

  • Screen Sharing and ARD broken

    Hi, I have 10.9.4. I had remote management switched on and it was working fine. I installed ARD 3.7 and started it up fine and it was running fine allowing me to do all what I needed. I also need to remote to this Mac and so set the preference in ARD

  • I've deleted songs from my hard drive, but not itunes. How do I find the missing file entries in itunes?

    The problem I have is that there are songs in my library that are no longer on my hard drive. I've either removed them or renamed them. And now, when iTunes comes across one of these song entries it gives the the prompt to locate it. I know that ther

  • IPhone 4 iOS 4.1 - Calendar App List View Not Showing Events Immediately

    After upgrading to iOS 4.1, whenever I open the calendar in List view mode the events do not show up immediately. I have to navigate to the "Day" style or "Month" style before I can see any events. All the events are viewable normally in both the "Da

  • How Vendor Number appears in Batch

    In table MCH1 there is a field LIFNR (Vendor account number) which is populated for some batches and not for others. All of these are purchased items from a vendor. Is there some customizing needed to get the vendor number to always appear in the Bat

  • Do we have a ROWID or equivalent in HANA ?

    Hi, We are in the process of putting our HR data into HANA. The existing Oracle system uses a lot of analytical functions like LEAD, LAG, FIRST_VALUE to manipulate data. I m manually coding for these functions which is making my life really tough. My