VS2013 - I cannot deploy and debug windows phone 8.1 store app to windows phone device

Hello, I create a project from C#-> Store Apps -> Windows Phone Apps, but  I cannot deploy my apps to my blue device. There was a error message show "Element not found". I can run the app from Blend, and found Blend package the app to Appx
file. Is any method that we can deploy store app into windows phone blue device directly and how to debug it on VS 2013?

Hi,
Welcome to MSDN.
I am afraid that this is not the proper forum for this issue, since this forum is to discuss and ask questions about the Visual Studio Debugging tools, Visual Studio Profiler tools, and Visual Studio Ultimate IntelliTrace.
Since your issue needs professional windows phone knowledge, and there is dedicated forums for windows phone development issues
Windows Phone Development forums, you could choose one of its sub forums depends on your issue like  Tools
for Windows Phone development or  
Developing for Windows Phone .
In addition, I did a research, you could check whether the following links help.
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402523(v=vs.105).aspx#BKMK_Runanddebug
Thanks for your understanding.
Regards.
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

  • How to deploy and debug Central Office 13.0.1 Application in Oracle AS

    Hi,
    Can anybody please explain me how to deploy and debug Central Office 13.0.1 / 13.1.1 Application in Oracle Application Server via Ecllipse IDE.
    Please explain this:
    1. Run the Oracle Application Server in debug mode from Ecllipse IDE.
    2. Deploy the Central Office 13.0.1 into Application Server from Ecllipse IDE and able to debug the code.
    3. Restart the Oracle Application Server in debug mode from Ecllipse IDE.
    Thanks
    SRR

    I got the solution

  • How to get sideload product key in order to deploy windows store app into Windows 8 pro and windows RT

    From where can i get the Windows 8 sideload product key and the process how to get it .please explain in detail .

    I was able to resolve my issue once I worked with Microsoft Professional Services.  Here are the steps needed to deploy a Windows 8 Store app for anyone else looking for help on this.
    Create your app package in Visual Studio
        https://technet.microsoft.com/en-us/windows/jj874388.aspx
    Create an app certificate using PowerShell as administrator, here is one way to do it.
        https://msdn.microsoft.com/en-us/library/windows/desktop/jj835832%28v=vs.85%29.aspx
    Install the app on the device
        https://msdn.microsoft.com/en-us/library/windows/desktop/jj835832%28v=vs.85%29.aspx
    Ensure Device has the correct GP settings
        http://blogs.technet.com/b/scd-odtsp/archive/2012/09/27/windows-8-sideloading-requirements.aspx
    Install the application on the device
        Refer to Sideload the app for user section
        https://technet.microsoft.com/en-us/windows/jj874388.aspx
    * If you run your app now you should get an error, this is because you have not installed a Sideloading Key
    And the missing piece of the puzzle What is a Sideload key and how can I get one?
    * Documentation on this is confusing so here is what I needed to know and found out
        Sideload key is a product key that is needed to be added to the device so that it can use Windows 8 apps that are not from the Store
        It is not a requirement to have the machine joined to the domain or have Windows Enterprise installed on it. In my case my target was a Windows 8.0 Pro tablet.
        You do not need Windows 8.1 to use sideloading it will work on Windows 8.0 as well
        You can purchase a key from a Third Party Distributor but you will need to know what to ask for
        Ask for a Windows 8 Sideloading Key, Sometimes referred to as a Windows 8 Embedded Sideloading product key
        They cost about $100.00 a pop but they sell them as a Volume License so the minimum you can by is 5.
        However in my case it turned out that my company had an Enterprise Sideloading License, I just needed to know who to ask and what to ask for.
        Once you get your xxxxx-xxxxx- Slideloading key from the distributor here are the steps to installing it on the device (Section 2 Step 3)
        http://blogs.msdn.com/b/micham/archive/2014/05/30/sideloading-store-apps-to-windows-8-1-devices.aspx
    Once I installed that my application worked.

  • Deployment and debugging from JBuilder

    Hi,
    i build a JATO application that deployed as a war file and run
    perfectly on an external Tomcat.
    But running this app on the integrated Tomcat of the JBuilder tool
    results in the following error :
    Application Error - javax.servlet.ServletException: Invalid reqest -
    request handler "Login" not found
    On that way, debugging the application is not possible.
    Any idea what's wrong ?
    I've heard there is a deployment tool document ? Where is it ?
    thanks for your help

    Hi--
    None of our team has experience running JATO apps in JBuilder. The main
    thing to check when running in an IDE is that the web.xml is properly
    registered. Because you've received a JATO error, I assume it is in your
    case. Therefore, it must be something else.
    The error you sent means that the lookup for the LoginViewBean class failed.
    This is probably a silly question, but are all of your classes compiled and
    under the /WEB-INF/classes directory? Any other reason your application
    classes might not be found?
    Todd
    Todd Fast
    Senior Engineer
    Sun Microsystems, Inc.
    todd.fast@s...
    ----- Original Message -----
    From: <donnetmonay@y...>
    Sent: Tuesday, November 20, 2001 1:26 AM
    Subject: [iPlanet-JATO] deployment and debugging from JBuilder
    Hi,
    i build a JATO application that deployed as a war file and run
    perfectly on an external Tomcat.
    But running this app on the integrated Tomcat of the JBuilder tool
    results in the following error :
    Application Error - javax.servlet.ServletException: Invalid reqest -
    request handler "Login" not found
    On that way, debugging the application is not possible.
    Any idea what's wrong ?
    I've heard there is a deployment tool document ? Where is it ?
    thanks for your help
    For more information about JATO, please visit:
    http://developer.iplanet.com/tech/appserver/framework/index.jsp

  • How to deploy and debug java web service in eclipes or using any other soft

    Hai,
    can any one tell me how to deploy and debug java web service in eclipes or using any other software.
    i have used tomcat web server and jdk1.4.0 to develop web service.
    we have used web service to interact with MS outlook .
    bye
    sudhakar.m

    Hi Sudhakar,
    If you are used to working with ant then you can very well use eclipse to deploy your web service.
    You would usually have the ant script in the source root working directory. From eclipse if you select the build file from the navigator view and right click you will see a run ant option in the pop up menu.
    Select that option and you would be able to see each targets with a checkbox select option. So define each target maybe one for wsdl2java conversion, one for compilation and one for deploying your web services. You can either make all of them run by having depends option on or you can run them individually as it takes your fancy.
    I am not sure about debugging a web service yet.
    Hope this helps
    Aviroop
    The truth is out there? Does anyone know the URL?

  • HT1937 I want to ask you question please i have free apple id because i am still a college boy who doesn't have any of credit visa card and i just want to download beautiful apps on my phone including whats app but they require payment information to comp

    I want to ask you question please i have free apple id because i am still a college boy who doesn't have any of credit visa card and i just want to download beautiful apps on my phone including whats app but they require payment information to complete my request so please help me and please find a solution for this problem because not everyone have credit or master card .

    Buy an iTunes gift card.
    http://www.apple.com/support/itunes/cards-codes/

  • I synced my iphone with my PC and now I can't use my apps on the phone.  All software is up to date.  Any suggestions?

    I synced my iphone with my PC and now I can't use my apps on the phone.  All software is up to date.  Any suggestions?

    Did you check the box that says 'Synchronize Apps'? This happened to a friend and after she enabled this synchronization she was able to use her apps as she did before.

  • My iPhone with 40 or so percent randomly shuts down with iOS 7 and 6. Often with the camera app stating the phone is out of battery.  Moments later I turn it back on and the same battery life still appears.

    My iPhone with 40 or so percent randomly shuts down with iOS 7 and 6. Often with the camera app stating the phone is out of battery.  Moments later I turn it back on and the same battery life still appears.  It sometimes happens over and over until I leave it alone for a while (still not charging), and then it works.

    I think you might get a new phone instead of repairing it as it takes time and you said the repairing center is far from your living place

  • Help i lost my iphone and i have the find my iphone app on my phone but cant seem to figure it out without my iPhone

    help i lost my iphone and i have the find my iphone app on my phone but cant seem to figure it out without my iPhone

    Did you have Find My iPhone enabled on your iPhone in its settings? If so, go to www.icloud.com and use your Apple iCloud ID to use the Find My iPhone app.

  • I have an I-Phone 3G and when I uploaded my company's app to my phone, thee app added but the data didn't. Is there something I'm doing wrong? Thanks in advance for your assistance.

    I have an I-Phone 3G and when I uploaded my company's app to my phone, thee app added but the data didn't. Is there something I'm doing wrong? Thanks in advance for your assistance.

    Thank you. Here's the strange part, it did work at one time but when the last IOS upgrade occured, that's when the issue started.

  • HT4528 I recently started my iCloud and did the backup feature to store contacts from my phone to my iCloud, and no all of a sudden I don't have any numbers saved. How do I retrieve those contacts from before???

    I recently started my iCloud and did the backup feature to store contacts from my phone to my iCloud, and no all of a sudden I don't have any numbers saved. How do I retrieve those contacts from before???

    Pleae read this article about using iclouds to store contacts.
    http://support.apple.com/kb/PH2576
    Good luck friend.

  • How do I get the app store app on my phone

    I have an iPhone 4. I have updated both the phone and itunes. I do not have the "App Store" app on the phone. With the phone attached to my pc I open iTunes and click on the iPhone tab in the upper right hand corner. I then click on Apps. On the left hand side I see all the apps I have purchased including "Apple Store". I drag the Apple Store icon over to the home screen on the right. I click on "Done" in upper right hand corner. I'm asked if I want to apply changes, I click "Apply". iTunes goes through the sync process and the app does not appear on my phone. I have restarted both phone and pc. What am I missing?

    Hi redspot,
    Apple Store is not the same as the App Store. You cannot delete the App Store app from your device. It may be on a different Home Screen, in a folder, or not visable because Restrictions are turned on:
    1.     Check all Home screens to see if you can find it
    2.     Swipe down from the middle of the screen to do a Spotlight search and type in App - the blue icon with the white "A" in the center is the App Store - if it is in a folder, it will tell you which one it got accidently moved into
    3.     Check Settings>General>Restrictions, and if Restrictions are on, make sure that the App Store icons are turned on to "Allow"
    If none of that works for you, close all open apps: Press the Home bottom twice and swipe up on each of the Thumbnails that appear above your open apps until all are closed.
    Also, reset the device (nothing will be lost): Hold down the Home and Power buttons at the same time and continue to hold them down until the Silver Apple appears. Once the Home screen redisplays, see if you can see the App Store icon.
    Cheers,
    GB

  • HT201272 I purchased songs from iTunes Radio on my iPhone, but now the only place they will show up is in the iTunes Store app on my phone, even after syncing to my computer a million times, the songs do not show up in my library or anywhere else.

    I purchased songs from iTunes Radio on my iPhone, but now the only place they will show up is in the iTunes Store app on my phone, even after syncing to my computer a million times, the songs do not show up in my library or anywhere else. My phone is not syncing properly, I wanted to add another playlist to it that I created on my Mac. I pluged in my phone and made sure the playlist I wanted to add was checked to be on my phone when I synced.
    The playlist I wanted to add was "Country." It is clearly checked. I also wanted to add the "Recently Added" playlist, which I also checked before sycing. Currently, my phone only has the "Purchased" playlist and my "All Songs" playlist on it. When I hit sync, iTunes added another playlist automatically added another playlist to the list above and checked it. It was titled "ALL SONGS 1" and had ten fewer songs in it than the playlist I had created, "ALL SONGS" had. This playlist, however does not show up on my phone after syncing, nor does "Country" or "Recently Added." (Every time I sync, another playlist is created as "ALL SONGS 2, 3, 4, etc.") One of the songs (I have not, yet checked the other songs) that I purchased from within iTunes Radio shows up in the "ALL SONGS 1" on this screen:
    But does not show up anywhere else. This playlist does not show up anywhere but the two screens above. The ALL SONGS 1 or 2 playlists do not show up here:
    When I search for those song in my library, it shows that I do not have them:
    But if I go to the iTunes store, I get the play button and not the price of the song:
    This is what things look like from my phone's side of things:
    "Summertime Sadness," one of the songs I bought from iTunes Radio, does not show up in the iTunes store under purchased "All" or "Not on This iPhone"
    But, it does show up under "Recent Purchases"
    Also, this is what playlists are on my phone after syncing a million times:
    Only what was on there before I started any of this. "Summertime Sadness" and the other songs I bought from inside iTunes Radio, do not show up in either of these playlists. Please, help me.

    Hi Petrafin,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots.
    You can download your purchases directly to your computer.
    Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/HT2519
    Cheers,
    - Judy

  • How to publish Windows Phone 8.1 Silverlight app to Windows Phone store?

    I created Windows Phone 8.1 Silverlight app, and I can't to upload it into WP store. I want to use Create
    App Packages tool in Visual Studio 2013 Professional, but it's impossible for Silverlight apps. I read many guides
    on dev.windows.com. It's necessary to upload only .appx, .appxbundleor .appxupload files,
    but I have .xap file
    only in Bin\ARM\Release folder.
    May anyone help me?

    Appx packages are only for Windows Runtime apps. Windows Phone Silverlight apps use xap files. The Windows Phone Store will accept either xap (for Silverlight) or appx (for Runtime) apps.
    I discussed this in more detail in my blog entry: Why can’t I create an app package? Windows Phone Xap vs. Appx   

  • How do I upgrade my Windows Phone Silverlight/SQL CE app to Windows 10?

    I have currently a Silverlight app in Windows Phone Store which uses SQL CE database. Data stored in database is very essential and users may not loose it in any situation or they stop using the app.
    I know I could in theory upgrade my Silverlight app to use SQLite, then wait for 6-12 months to be sure that all users have upgraded into this SQLite version and only after that publish my Windows 10 version of the app. But I really would not like to do
    that because waiting for 6-12 months is too long. My app is used maybe 1-2 times a month by an average user, that's why I think minimum of 6-12 months wait time would be necessary.
    I believe many developers have the same issue.
    Is any of these options possible:
    1. Silverlight is still in Windows 10 so the code for reading SQL CE databases still exists there. So Microsoft could easily implement in Windows 10 APIs an utility function something like ExportSqlCeDatabase(DataContext context, string outputFolder)
    which would export all tables in a database to CSV files. Then in my Windows 10 app I could import data from those CSV files into my new SQLite database.
    2. Can I prevent automatic application upgrade from a too old Silverlight app to Windows 10 version? Upgrade should be allowed only if user has first installed the Silverlight upgrade which already uses SQLite database. If an automatic upgrade is performed
    from a too old Silverlight version still using the SQL CE database, all data is lost.
    3. Can Silverlight app access files of another Windows Runtime app (from same publisher) in Windows 10? If this is possible, I could then implement a separate utility application using Silverlight which upgrades the old SQL CE database to SQLite in
    the actual Windows Runtime app by accessing its files (read+write access to other app's files needed). This option would be the worst but better than nothing.

    Take a look at Sam Jawaran's Build session
    Moving to the Universal Windows Platform: Porting an App from Windows 8.1 XAML or Windows Phone Silverlight to Windows 10 tomorrow morning (and available recorded later).
    I don't believe there's a clean way to read the SQL CE database once the app is upgraded to a Windows Runtime app. The best is probably to upgrade your app to convert from SQLCE to SQLite in Silverlight ASAP. That will give some time for customers
    to run it and update their databases before Windows 10 ships and you publish the Windows 10 version of your app.
    --Rob

Maybe you are looking for

  • How do i get more memory on my mac book air? is says that i can add 2 more gig how?

    how do i get more memory on my mac book air? is says that i can add 2 more gig ??? or wat files can i delete

  • New bug in DVD SP 4.1.1

    After updating to ver. 4.1.1 subtitle files such as .STL, .SON, and .SCR are no longer imported on Intel Macs. Power PC machines are unaffected. Apple, wake up! This is unacceptable, especially after 4.1 static menus and DDP formatting debacle.

  • Is Bluetooth module for Mac Pro/iMac compatible with FW800 MDD?

    I've been looking at fitting an internal Apple Bluetooth module in my FW800 MDD G4, and I've noticed the later modules for Intel Macs appear to have the same form factor. The connection to the logic board looks identical, as do the mounting holes. Th

  • Export Media- matching frame sizes to codec formats

    The short version of this would be "what are the most common settings for compressed video at 720p"? Reading the suggested settings for youtube and other sites simply leads me to more questions, as the presets from premier that get close to matching

  • Is there a student discount for FCP in Canada?

    I am a university student and would like to purchase FCP. In the US, Apple offers an "educational discount" service to individuals who attend schools in the country. I have done some research, but I haven't found a similar program by Apple in Canada.