windows-10

Why am I getting a “package could not be registered” deployment error on Windows 10 UWP?

百般思念 提交于 2019-12-11 04:07:51
问题 I have an application targetted for Windows 10 and the UWP. The application correctly runs for x86 and x64 but when I try to run it on a mobile device targetting ARM on a Nokia Lumia 820 I get an error message during deployment: DEP0001 : Unexpected Error: Package could not be registered. (Exception from HRESULT: 0x80073CF6) There are other questions relating to this error that suggest it could be an issue with shared user certificates or that you can't have Audio and Device use in the same

using System.Speech.Synthesis with Windows10 universal app (XAML-C#)

╄→гoц情女王★ 提交于 2019-12-11 03:43:29
问题 I tried to use the SpeechSynthesizer from System.Speech.Synthesis because it seems more comprehensive than the one I used before (Windows.Media.SpeechSynthesis) : I want to be able to set the volume, the gender of the voice, ... Besides, the french prononciation has some bugs, so I wanted to check if System.Speech was better. I added the reference, but the Build gives this error and I can't fix it : Cannot find type System.MarshalByRefObject in module CommonLanguageRuntimeLibrary. 回答1: There

Symbols for kernelbase.dll could not be downloaded - UWP, Release build only, after Windows 10 update

随声附和 提交于 2019-12-11 03:33:48
问题 I've just updated my Windows 10 install to the latest anniversary update; this seems to have included: VS 2015 Update 3 (KB3022398) Update for Microsoft VS 2015 (KB3165756) Security update for MS Windows (KB3176495) Update for [blank] (KB2504637) I noticed that a UWP app I had developed (and successfully run previously) which is pinned to my Start menu seemed to drop it's tile graphic, and didn't start when I tried it. I then went to run it from VS (Release build) and got the following

Getting a list of already connected bluetooth devices on Windows 10

非 Y 不嫁゛ 提交于 2019-12-11 03:29:43
问题 This question might be stupid, and maybe the first accepted answer will be one that explains why this is not an intended use-case. Is it possible to get a list of BT devices, that are already connect to the machine? The machine is a Win10 box and using "pure" C#/.Net would be nice, although there is also 32feet. The BT device is not BTLE (low energy). The device is already connected via the normal Windows routines and the goal would be to get some kind of status information about the device

How to track down seemingly random crashes in Java?

筅森魡賤 提交于 2019-12-11 03:29:01
问题 While doing some homework that works with some swing gui components, my program started crashing seemingly at random. That is, it starts, runs for a short time, and then crashes. I don't get any errors in the console, it's just a straight up crash. I don't doubt that it is something I wrote, and I'm more than happy to show code if anyone wants to look at it, but is there anything that I can do myself to track down what might be the cause of my crashes? Some other information that might be

XAMPP and Skype Port Conflict on Windows 10

情到浓时终转凉″ 提交于 2019-12-11 03:19:35
问题 I know some of you knew that Skype usually conflicts with XAMPP, because of the port. However if you are trying to use Windows 10 there are no advance option on how to avoid Skype using ports like 80 or 443. (Sorry I can't find advance option on Skype on Windows 10) Any hint on how to make Skype not to use ports 80 or 443 on Windows 10? Thanks in advance! 回答1: How about unistalling Skype from Windows 10 and installing the desktop version? I'm not sure, because I don't own Win10, but in my

Can I read an iPhone beacon with Windows.Devices.Bluetooth.Advertisement.BluetoothLEManufacturerData

对着背影说爱祢 提交于 2019-12-11 03:13:39
问题 According to the Bluetooth Advertisement sample, I need to set the CompanyID ( UInt16 ) and the Data ( IBuffer , a UInt16 in the sample) to start watching for advertisers. In the iPhone, I can set the beacon UUID to 4B503F1B-C09C-4AEE-972F-750E9D346784 . And reading on the internet, I found Apple's company id is 0x004C , so I tried 0x004C and 0x4C00 . So, this is the code I have so far, but of course, it is not working. var manufacturerData = new BluetoothLEManufacturerData(); // Then, set

Access all files in folder from FileActivated file

半世苍凉 提交于 2019-12-11 02:53:12
问题 I write a Windows 10 Universal App like the default Photo App in C#. The Photo App allows to show all images in the directory where the user opened the file with the Photo App. But when the user opened a file with my App I get only the FileActivatedEventArgs with allows to display the file the user opened. I found no solution to show the user the other files from the directory of this file too. I think the problem is to get the permission to access that files because when the folder of the

Visual Studio 2013 crashing when opening solution on Windows 10

随声附和 提交于 2019-12-11 02:53:08
问题 Yesterday I upgraded my Windows 10 machine from the Insider Preview to the original release. From that moment on when I try to open solution(even when trying to create new one) in Visual Studio 2013 the program crashes and stops. In the event viewer I found that the crash is due to a heap corruption in the ntdll.dll but that didn't help me. The program runs smoothly in safe mode but crashes every time with every solution when not in this mode. When this happened I thought that it should be

pip - No module named 'pip' even after successful installation

余生长醉 提交于 2019-12-11 02:44:10
问题 I am trying to install pip on my Windows 10 system. I got the get-pip.py file and ran the command python get-pip.py Here's a snapshot of the terminal $ python get-pip.py Collecting pip Using cached https://files.pythonhosted.org/packages/46/dc/7fd5df840e fb3e56c8b4f768793a237ec4ee59891959d6a215d63f727023/pip-19.0.1-py2 .py3-none-any.whl Collecting setuptools Using cached https://files.pythonhosted.org/packages/ff/47/1dfa4795e 24fd6f93d5d58602dd716c3f101cfd5a77cd9acbe519b44a0a9/wheel-0.32.3