correct faulty run configuration

I based my project on one of the samples and simply copied.

Now that it does something that I wanted to rename it, I changed the name of the project, the name of the pro file in the handle bar and the makefile.

I ran clean and build later, the generation takes awhile but is completed successfully.

When I try to run the project, I get the warning "no binary. The binary files are there, but the points of run to the old binary (hellocascades) configuration. The text is grey and I can't change it. The clues how I can get the run configuration to point to the new file? Creating a new run configuration does not help, it still points to the old (nonexistent) binary file.

Nevermind, after a file search, I found some values in the source of the bar - descriptor.xml, I had to manually change.

Tags: BlackBerry Developers

Similar Questions

  • How can I correct the failure of the Click-to-run configuration?

    I have a laptop HP Pavilion g4. Today, I tried to open Microsoft Office Word Starter and got a "Click-2-Run configuration failed" error message and it wouldn't let me enter Microsoft Office Word Starter. I tried it with Excel starter and got the same result. I tried to restore to previous versions, and it still doesn't work. Before this started, I uninstalled some programs that have been recently installed. I need Microsoft Office Word Starter for school so I hope it helps someone find a solution to the problem. Thank you.

    Hello

    Click-2-Run would create a Mobile Office (Word and Excel) for you, but somehow it is corrupt. Please follow the instructions below to fix:

    http://support.Microsoft.com/kb/822005

    Kind regards.

  • updates will not install correctly returning not configured windows message reads

    I contacted microsoft several times about this problem? I have more than 500 updates will not be installed. get that message even windows not properly configure returning. I have vista installed on this computer if I update to a new version of windows 7 will run this fix, the problem

    Error: Failed to setup of the Windows updates. Restoration of the changes. Do not turn off your computer when you try to install Windows updates
    http://support.Microsoft.com/kb/949358

  • HP LaserJet P1606dn Professional - do not Duplex correctly when running on Windows Vista 64 - bit OS

    I have connected this printer (via USB) to the PC running Vista 32-bit, Windows 7 32-bit and Windows 7 64 - bit, and the printer works fine double-sided printing. He behaves badly only when running under Vista Ultmate 64 bit (SP 2). "Misconduct", it's that it is not duplex correctly when you return to the long side of the book (the normal way you duplex)-it always falls on the short side of the book in any application I try on any type of duplex setting. I installed the latest drivers. I suspect that we have a problem of driver here.

    In one of the other HP forums, I noticed that this same issue existed on jet printers to all-in-one HP ink several years (and HP has released patches for those), but I couldn't find any announcement for my laserjet model. Can someone tell me a patch for my model on this issue?

    Hi SteveCT99,

    Since then, you indicate that the duplex works fine on all other computers except the computer Vista. Follow the steps below to uninstall and reinstall the printer.

    1. open Control Panel

    2. click on uninstall a program

    3 uninstall the 1606dn Laserjet list

    4 restart your computer

    5. download and install the latest version of Adobe flash player

    http://www.Adobe.com/support/flashplayer/downloads.html

    6 download the drivers and full software functionality, and then reinstall the printer.

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=bi-80329-8&cc=us&DLC=en&LC=en&OS=2100&product=4110410&sw_lang=

  • VISA run configuration

    Today, I made a small program with VISA series.

    The device connection to the computer has a "COM4" displayed in the Windows Device Manager.

    Right-click on the icon "COM4", I can configure the Baudrate, etc. (9600 bit/s; Databit 8; no parity; stopbit 1)

    In the labview program, I made a different configuration (9600 bit/s; Databit 7; Even parity; stopbit 2)

    The data can always be properly receivd.  Why is it lik that?

    Can someone give a little explanation about this?  Thanks in advance.

    I don't know why it works. It should not. What is the device?

  • SUM on & Partition BY... Try to get the correct total run.

    running: Oracle XE 11


    Hi all, I am using the analytical function of PARTITION BY to get my total race for a report. (in this case the bank balance)


    SUM (bank_stmts.amount) OVER (PARTITION BY bank_stmts.account_ID ORDER BY bank_stmts.tx_date, bank_stmts.id)


    I add a balance initial in the table at the beginning of the year, and everything works fine when I select on the recordings of the whole years...


    However, I need to interview a subset of the report, i.e. one month, or a selection of documents, rather than year-round. But I still want to see the total calculated for the whole year on the report, not a total operating for the subset of records. I'm not sure how to do that because when I select a subset, it totals only the subset...


    I see that there are a number of clauses on the analytical function, especially BETWEEN the LINES or RANGE, but my assumption is that these still only works on surveyed lines and not any of the table...


    My way of thinking for the moment, is that patients have to calculate and enter the total in the table when the row is inserted, probably via a trigger. However, I didn't keep far from...


    Kind regards

    Richard

    SQL > with t as)
    2. Select ename,
    3                     job,
    4 hiredate,
    5 sum (sal) over (partition by deptno arrested by hiredate) running_total_sal
    6 of PEM
    7            )
    8 select
    9 t
    10 order by hiredate
    11.

    HIREDATE RUNNING_TOTAL_SAL EMPLOYMENT ENAME
    ------ --------- --------- -----------------
    SMITH, CLERK DECEMBER 17, 80 800
    ALLEN SALESMAN FEBRUARY 20 81 1600
    WARD 22 FEBRUARY SALESMAN 81 2850
    MANAGER OF JONES 2 APRIL 81 3775
    BLAKE MANAGER MAY 1, 81 5700
    CLARK MANAGER JUNE 9, 81 2450
    SELLER OF 7200 08 - SEP - 81 TURNER
    MARTIN SELLER 28-SEP-81 8450
    PRESIDENT KING NOVEMBER 17 81-7450
    JAMES CLERK 9400 3 DECEMBER 81
    DECEMBER 3, 81 FORD ANALYST 6775

    HIREDATE RUNNING_TOTAL_SAL EMPLOYMENT ENAME
    ------ --------- --------- -----------------
    MILLER COMMITTED JANUARY 23, 82 8750
    SCOTT, ANALYST APRIL 19 87 9775
    ADAMS, CLERK MAY 23, 87 10875

    14 selected lines.

    SQL > with t as)
    2. Select ename,
    3                     job,
    4 hiredate,
    5 sum (sal) over (partition by deptno arrested by hiredate) running_total_sal
    6 of PEM
    7            )
    8 select
    9 t
    10 where hiredate > = date ' 1981-01-01'
    11 and hiredate<  date="">
    12 order by hiredate
    13.

    HIREDATE RUNNING_TOTAL_SAL EMPLOYMENT ENAME
    ------ --------- --------- -----------------
    ALLEN SALESMAN FEBRUARY 20 81 1600
    WARD 22 FEBRUARY SALESMAN 81 2850
    MANAGER OF JONES 2 APRIL 81 3775
    BLAKE MANAGER MAY 1, 81 5700
    CLARK MANAGER JUNE 9, 81 2450

    SQL >

    SY.

  • Cannot make a picture in a page correctly at run time jspx

    I work in jdev 11.1.2.3.0.
    I create a page of jspx like this:
    ..
    -af: panelStrtchLayout
    --f: facet - Center
    -af: panelTabbed
    -af: showDetailItem - card router
    -af: panelGroupLayout - scrolling
    -af: image-#{resource ['images: home.jpg']}

    I can see filling home.jpg the PCB Board of the router (af:showDetailItem) fully in Designer mode, but when I run this page jspx, only a small icon is rendered in the router card tabpanel. and I tried different record for example, af:panelGroupLayout - horizental, but it doesnot work.
    What is the problem?

    Thank you.

    where is the picture?

    source="/images/edit_ovr.png".

  • installation of streets &amp; trips using vista

    set up ends, then said, your registry settings for this application were not copied correctly, does run configure again and the same problem.  had no problem installing on my other pc with XP

    Hello

    Right click on the Setup file and RUN AS ADMIN.

    You can get expert help in this group:

    Discussion microsoft.public.streets - travel
    http://www.Microsoft.com/communities/newsgroups/list/en-us/default.aspx?DG=Microsoft.public.streets-trips&cat=en_us_f89f2e46-910F-45AD-9bff-ed1532a85497&lang=en&CR=us

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Need a Clarification on the installed component and run Simulator Configuration

    Help!

    I need clarification on what the plugin Eclipse is telling me. There are two parameters that are confusing me. For components installed (found under preferences/Window/BlackBerry JDE/Installed Components), I have a choice of 5.0.0 4.7.0,4.6.1, 4.6.0 4.5.0 and 4.3.0.

    Depending on which component I select when I go in the tab Configurations.../Simulator/course walk, I see a different mix of devices.  In all cases, there is a default Simulator.

    Initially, I assumed that each JDE component supports a mixture of different devices, and that is it compiled correctly, I would be assured that the app would work for all devices on the tab run Simulator Configuration.  In my tests, I found theopposite.  I also assume that, for each component of the JDE, there is a 'default' Simulator that was representative of all devices in the drop-down list run Configuration Simulator.  In my tests, am not sure what actually represents the Simulator 'by default'.

    Can someone clarify how to JDE and Configuration simulators run installed interact and a developer show how to ensure that their application is running on a mix of devices?

    When I finally get to the point where I am ready to deliver, what are the points of decision of installation?  Is it enough to simply require a specific version of an operating system (for example 4.7?) or do I have to create a grid and check the two model number and version of the operating system?

    Thanks for your help.

    "currentT shipping Curve 8330 come with OS 4.5" - they must be, as far as the carrier released a version 4.5.

    "Your statement that most consumers do not upgrade surprised me too" - only I support!  You might get a different opinion of someone else.  But the question is why would?  And our world app downloads indicate that he is did not upgraded phones out there.

    "I guess you are right in this assumption of statementI you are right in this statement"

    What is - an appropriate version of the BlackBerry JDE
    Article number: DB-00537
    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800738/800901/What_Is...

    "If there is some Curve 8330 there running 4.5 OS, it's a configuration supported." - correct

    "Construction of the 4.3 OS will be one where the menu appears in the upper right and the built 4.5 OS will be one where the menu is out."  Sounds good

  • HOWTO save the running of CLI configuration file?

    Hello

    HOWTO save running configuration file from the CLI by router Cisco WS-C3550-12 t?

    I mean any changes after restart will be saved.

    Kind regards

    p.k.

    The CLI command is

    Copy running-config startup-config

  • Good method to restore running, boot and Firmware for PowerConnect 6224 switch

    Hi all

    I have a switch PowerConnect 6224 of production that is configured exactly as I want.  I have a new PowerConnect 6224 switch I want to restore the config is possible?  My goal is to not have to manually enter settings for each single switch.

    I tried a few methods, but they do not seem to work.  If anyone can tell me the correct procedure or point me in the right direction would be great!

    Here's a document on some older switches which explains the process.

    www.Dell.com/.../app_note_12.pdf

    It is different for the 6248 somewhat, but the concept is still the same.

    Copy of the file Image of a server to Flash memory

    Use the command copy of the image - the url of the source to copy an image from a Flash memory server file, use the boot system command to activate the new image.

    Copy of a Configuration file from one server to the running Configuration

    Use the running-config command to copy the url of the source to load a configuration file to a network server for the device running configuration. The configuration is added to the running configuration, as if the commands were typed in the command line interface (CLI). The resulting configuration file is the combination of the running configuration and the loaded configuration file, with the configuration file with priority.

    Copy of a Configuration file from one server to the Startup Configuration

    Use the command copy startup-config - the url of the source to copy a configuration of a network server file in the startup of the device configuration. These commands replace the configuration file starting with the copied configuration file.

    Store the Configuration of starting or running on a server

    Use the command copy running-config destination url to copy the current configuration file to a network server by using TFTP. Use the copy destination-url startupconfig command to copy the configuration file to start on a network server. The copy of the configuration file can be used as a backup copy.

    firmware download also includes step by step instructions on how to upgrade the firmware.

    www.Dell.com/.../drivers

  • running an application on the Simulator

    got this message when you try to run my application.

    "" launch firstappproject the device debugging"has encountered a problem.

    There is no such thing as the specified program in the launch configuration file.

    How can I fix this so I can run my application?

    I would like to begin by ensuring that you have built the version of the application you are trying to run.

    1. In the Project Explorer, right-click on your project and select Build Configurations > Set Active > Simulator Debug.
    2. Now build your project by right-clicking on your project and selecting build the project.
    3. Make sure you use the correct type of version on the Simulator going on run > Run Configurations... on the Momentics menu bar. On the main tab, make sure that Build configuration: is set to Simulator-Debug.
    4. Type a name for the run Configuration if you have not already.
    5. Click run.
  • "Error: the application failed to start because the side by side configuration is incorrect, please see the application event log or use the command-line sxstrace.exe for more details.

    I have QQ (an international chat program) installed on the laptop. Then my hard drive crashed. Now when I try to reinstall it on my new hard drive I get the following message:

    "Error: the application failed to start because the side by side configuration is incorrect, please see the application event log or use the command-line sxstrace.exe for details" -how can I solve this problem? I have Windows 7.

    Hello

    Thanks for choosing Microsoft Community to post your question.

    It seems that you can not install application QQ, you get an error: "the application could not start because the side by side configuration is incorrect, please see the application event log or use the command-line sxstrace.exe for more details.

    We're here to help and guide you in the right direction. This problem could be caused when the computer is missing the correct C++ run time for your type of system components. (x 86 or x 64).

    Here are a few troubleshooting steps that you can try to solve this problem.

    Method 1: we will install Microsoft Visual C++ for your computer package.

    Note: If you use the 32-bit operating system, download and install 32-bit edition(X86).

    If you use the 64-bit operating system, download and install edition(X64) 64-bit.

    Microsoft Visual C++ 2008 SP1 Redistributable Package (x 86)
    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en

    Microsoft Visual C++ 2008 SP1 Redistributable Package (x 64)
     http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en

    Package redistributable Microsoft Visual C++ 2010 (x 86)

    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=a7b7a05e-6de6-4D3A-A423-37bf0912db84

    Package redistributable Microsoft Visual C++ 2010 (x 64)

    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=bd512d9e-43c8-4655-81bf-9350143d5867

    Method 2: Run the fixit available at the following link.

    Solve problems with programs that cannot be installed or uninstalled

    http://support.Microsoft.com/mats/Program_Install_and_Uninstall

    Also, check the event log using Event Viewer.

    Please see the link below for more information on how to use Event Viewer to check the error message or information,

    http://Windows.Microsoft.com/en-us/Windows7/what-information-appears-in-event-logs-Event-Viewer

    If you have additional problems, please reply to this post and we will be happy to help you further.

  • Simulator works; Cannot run app (BB10 10.0.9.386)

    [My apologies if there is another thread that treats this exactly, but I can not find one - outside it with a subject not descriptive.]

    I have recently implemented the dev environment 3 beta on my Mac (after you have uninstalled the previous, I had not had the chance to really use it). The similator seems to work well. The works of browser and I can't telnet in (although I get 'permission denied' for ssh).

    However, when I try to configure the development environment, it fails to connect. What I'm running is a project of Cascades base the "hello world" by default that is created when you create a new project.

    • NETWORK card in NAT mode Simulator:
      • Can telnet to the IP address at the bottom left; The fine Simulator browser works
      • Auto-Discovery detects the Simulator, but the connection fails
      • Not got an error when downloading Simulator debug token, but the status remained to something like ' not installed or date in the future. "
    • NETWORK card in bridged mode Simulator
      • Can telnet to the IP address at the bottom left; The fine Simulator browser works
      • Auto-discovery does not detect the Simulator, but manually enter the IP address works
      • Downloading the debugging token worked
      • You try to run that program, first gives me the error "a network error occurred all. by communicating with the target  Perhaps as a result 10 second backoff period of the device since the last login, please try again. »
      • Try again gives me: "unable to connect.  Make sure USB cable or Wi - Fi is connected, the IP address is correct, and the mode of development. »
      • After forcing a reboot (where is the reset option in the Simulator?), the debugging token is not found in the config of the target, but the download even once, it seems to work.
      • The target always has "(non connecté)" beside her in the run Configuration dialog box. "

    I use VMware Fusion 5 on OS X 10.8.2.

    I tried to activate the option in VMware allow the virtual machine to use profiling hooks, but the Simulator embarks, then I disabled again.

    On the Simulator, developer mode is on, but shows the IP "169.254.0.1". Troubleshooting doc said if this is the case, try disabling and re-enabling the adapter. Which does nothing (and restarting does nothing) and this address seems to be configurable in 169.254.0.0/16--il doesn't seem to be the execution status info. "Subject > network" shows the good IPv4 address.

    I put a password for the device. The access settings to the "storage &" have effect? (I changed to match what I use on my PlayBook, and I can copy files on via the Finder).

    I am at a loss. Really local wish that Jam BB was not while I was away on vacation.

    OK, how to delete this question?

    Somehow through the stages of "create your first project", I missed the instructions on the selection of the target generation and had left at the default value, which obviously does not work on the Simulator.

  • 2960 switch configuration for test of dark fiber

    Hi guys

    IM new in network. We have a dark fiber, tests aside > dark fiber > side (B) to test the fiber link, im using a switch 2960 and configure a vlan - vlan 31 and I assign port 1 to switchport access vlan 31. I'm not sure whether the switch need to configure a default gateway, which is the other tat switch side b. I'm not able to ping to my pc either [port 2/0/1]. the fiber link that connected to the switch's port 2/0/49]

    can you help me to check if this configuration is correct?  Here's the running configuration. TX a lot for the help.

    #sh SRO-SWITCH-TEST run
    Building configuration...

    Current configuration: 2679 bytes
    !
    version 12.2
    no service button
    horodateurs service debug uptime
    Log service timestamps uptime
    encryption password service
    !
    SRO-SWITCH-TEST hostname
    !
    boot-start-marker
    boot-end-marker
    !
    enable password 7 110A1016141D5F01072728
    !
    username admin privilege 15 password 7 00071A 150754
    !
    !
    No aaa new-model
    clock timezone 8 MYS
    switch 2 supply ws-c2960s-48ts-l
    !
    !
    !
    !
    !
    pvst spanning-tree mode
    spanning tree extend id-system
    !
    !
    !
    !
    internal allocation policy of VLAN ascendant
    !
    property intellectual ssh version 2
    !
    !
    interface FastEthernet0
    no ip address
    !
    GigabitEthernet2/0/1 interface
    switchport access vlan 31
    switchport mode access
    No auto mdix
    spanning tree portfast
    !
    interface GigabitEthernet2/0/2
    !
    interface GigabitEthernet2/0/3
    !
    interface GigabitEthernet2/0/4
    !
    interface GigabitEthernet2/0/5
    !
    interface GigabitEthernet2/0/6
    !
    interface GigabitEthernet2/0/7
    !
    interface GigabitEthernet2/0/8
    !
    interface GigabitEthernet2/0/9
    !
    interface GigabitEthernet2/0/10
    !
    interface GigabitEthernet2/0/11
    !
    interface GigabitEthernet2/0/12
    !
    interface GigabitEthernet2/0/13
    !
    interface GigabitEthernet2/0/14
    !
    interface GigabitEthernet2/0/15
    !
    interface GigabitEthernet2/0/16
    !
    interface GigabitEthernet2/0/17
    !
    interface GigabitEthernet2/0/18
    !
    interface GigabitEthernet2/0/19
    !
    interface GigabitEthernet2/0/20
    !
    interface GigabitEthernet2/0/21
    !
    interface GigabitEthernet2/0/22
    !
    interface GigabitEthernet2/0/23
    !
    interface GigabitEthernet2/0/24
    !
    interface GigabitEthernet2/0/25
    !
    interface GigabitEthernet2/0/26
    !
    interface GigabitEthernet2/0/27
    !
    interface GigabitEthernet2/0/28
    !
    interface GigabitEthernet2/0/29
    !
    interface GigabitEthernet2/0/30
    !
    interface GigabitEthernet2/0/31
    !
    interface GigabitEthernet2/0/32
    !
    interface GigabitEthernet2/0/33
    !
    interface GigabitEthernet2/0/34
    !
    interface GigabitEthernet2/0/35
    !
    interface GigabitEthernet2/0/36
    !
    interface GigabitEthernet2/0/37
    !
    interface GigabitEthernet2/0/38
    !
    interface GigabitEthernet2/0/39
    !
    interface GigabitEthernet2/0/40
    !
    interface GigabitEthernet2/0/41
    !
    interface GigabitEthernet2/0/42
    !
    interface GigabitEthernet2/0/43
    !
    interface GigabitEthernet2/0/44
    !
    interface GigabitEthernet2/0/45
    !
    interface GigabitEthernet2/0/46
    !
    interface GigabitEthernet2/0/47
    !
    interface GigabitEthernet2/0/48
    !
    interface GigabitEthernet2/0/49
    switchport access vlan 31
    switchport mode access
    Nonegotiate speed
    spanning tree portfast
    !
    interface GigabitEthernet2/0/50
    !
    interface GigabitEthernet2/0/51
    !
    interface GigabitEthernet2/0/52
    !
    interface Vlan1
    no ip address
    Shutdown
    !
    interface Vlan31
    Description OFFICE SRORO
    IP 192.168.31.250 255.255.255.0
    !
    IP http server
    IP http secure server
    !
    Line con 0
    line vty 5 15
    !
    end

    SRO-SWITCH-TEST #.

    Hey the config looks ok just disappeared locally pointing to the other switch, default gateway as you say

    PC must be set with the 192.168.31.250 gateway vlan 31 and have a static ip address in the same range and same subnet

    Make sure that your vlan 31 is to the top/top

Maybe you are looking for

  • How to clear a toolbar that I created?

    I created a toolbar that I did more, but I can't find a way to delete it, how can I do this? Thank you.

  • Problems with hibernate

    I have a few questions on my X 250 (windows7pro), which I had last week, the guy who sold me it says that it ex demo computer laptop, guaranteed until January 2019. Windows 7 has already been on, I just entered the tile down activation key. The selle

  • HP Stream x 360 PC Convertible: 0xc0000225 error code

    I decided to do a restore to factory on my HP Stream x 360 Convertible PC and only got halfway through and said that he was able to complete the factory restore.  He wouldn't do anything to get out of this error message, so I restarted the computer.

  • Windows Vista startup

    i; m having trouble starting my windows vista home Premium ive just got the disc to upgrade for him and so im start to the top of my Tower, but once I try he tries again and again to start since the CD fails and tells me to restart im trying to run r

  • How to reset the default program to open the batch files?

    Original title: I have a batch file and I've changed the default opener of the batch file, HOW to reset it so my batch file work properly again? I have a batch file that I use allows me to select a list of websites that I frequent. I accidentally cha