84,701 questions

Sort by: Updated
0 answers

ApplicationData.Current.LocalSettings and DateTimeOffset.MinValue

ApplicationDataContainer localSettings = ApplicationData.Current?.LocalSettings; localSettings.Values["foo"] = DateTimeOffset.MinValue; DateTimeOffset dto = (DateTimeOffset)localSettings.Values["foo"]; The last line of the…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 22, 2019, 12:30 AM
Hong 1,351 Reputation points
commented Jan 2, 2020, 7:29 AM
Fay Wang - MSFT 5,226 Reputation points
0 answers

How can i handle or find where is exactly crash in UI ?

How can i handle or find where is exactly crash in UI - Unhandled exception... I want to know crash log with proper line number or method name

Developer technologies | Universal Windows Platform (UWP)
asked Dec 13, 2019, 5:36 AM
MangoApps 91 Reputation points
commented Jan 2, 2020, 6:17 AM
Anonymous
0 answers

Custom PHP extensions no longer load

Recently, more precisely on Nov 19, 2019, I had a problem where when scaling my application the new instances that scaled no longer found the extensions I use on my system. Some of my users connected to a given instance could load the system correctly,…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
9,409 questions
asked Nov 27, 2019, 6:37 PM
Anderson Zanardi 21 Reputation points
commented Jan 1, 2020, 7:59 PM
Michael C. McKinnon 81 Reputation points
0 answers

why i can connect to only bing.com and fb google no ?

i have created vm azure for 1H but when i want to connet to google i got this message you can't reach this page i made secuirity level to low but the same probleme is there any solution guys thanks

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,547 questions
asked Dec 4, 2019, 7:59 AM
mehdi fares 1 Reputation point
commented Jan 1, 2020, 7:50 PM
Michael C. McKinnon 81 Reputation points
0 answers

Windows toast does not appear when machine wakes from modern standby

Hi All, I am working on modern standby machine to wake via voice from sleep. When I heard the sound then Intel drivers wakes the machine and i receive an callback in my app to show toast notification. It works for the first time but from second time…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 3, 2019, 1:18 AM
Pavan 1 Reputation point
commented Dec 31, 2019, 8:20 AM
Fay Wang - MSFT 5,226 Reputation points
0 answers

Windows 8 UWP XAML - Popup Keyboard - Loss of Data

Hi, We have a UWP app (via Window store) that has been production for quite a while. Nothing has changed with the app. Last 6 or 7 months, users have reported that data is not being saved via a TestBox (most of the time it works, but times it…

Developer technologies | Universal Windows Platform (UWP)
asked Nov 28, 2019, 2:35 AM
Paul Phillips 1 Reputation point
commented Dec 26, 2019, 9:43 AM
Amy Peng-MSFT 251 Reputation points Microsoft Employee
0 answers

Create multiple connections using Stream Socket

I have two separate uwp apps which run as Server and Client. I installed Server app in one machine and Client app in 3 machines. I need to share a file from Server app to Client app. When I shared the file Sometimes it is not shared to all the…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 13, 2019, 6:04 AM
Subazzz 1 Reputation point
commented Dec 25, 2019, 2:41 PM
Subazzz 1 Reputation point
0 answers

UWP Desktop Bridge app and suspend/resume

Hello, How does suspend/resume work with an UWP app that uses Desktop Bridge? Are such apps ever suspended? Desktop Bridge apps don't have suspend/resume based on this API documentation:…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 10, 2019, 1:52 AM
DesktopMonkey 11 Reputation points
commented Dec 25, 2019, 9:32 AM
Fay Wang - MSFT 5,226 Reputation points
0 answers

Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync() no longer works

The following code used to work: Windows.ApplicationModel.Store.PurchaseResults pr = await Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync(_ud.sInAppTokenName); It no longer shows a window. Instead, it returns…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 22, 2019, 8:00 AM
Hong 1,351 Reputation points
commented Dec 25, 2019, 6:55 AM
Anonymous
0 answers

Patch Orchestration Application (POA) does not install updates in gMSA security cluster

https://github.com/microsoft/Service-Fabric-POA/issues/34 In ETW log, i see next: { "ProviderName": "POA-NodeAgentSFUtility", "Id": 2, "Message":…

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
312 questions
asked Dec 19, 2019, 11:30 AM
SfDen 141 Reputation points
commented Dec 24, 2019, 9:24 AM
SfDen 141 Reputation points
0 answers

[UWP] Getting System.OutOfMemoryException while saving the cropped image using ImageCropper

I am using same code which given in "Windows community toolkit sample App" for cropping the image. For large image file (size 13583x5417, 30mb) I am getting System.OutOfMemoryException while cropping the part of image. But same image works in…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 24, 2019, 5:16 AM
Vijay Gawli 21 Reputation points
commented Dec 24, 2019, 7:40 AM
Fay Wang - MSFT 5,226 Reputation points
0 answers

Getting spammed by Microsoft on account closure

Hi, I started getting spammed by Microsoft starting yesterday about my account closure. I'm getting tons of emails and phone messages (every 10mins). Please help. I've reported and blacklisted phone number named Microsoft but I'm also getting this from…

Community Center | Not monitored
asked Dec 18, 2019, 6:12 AM
Saifullah 1 Reputation point
commented Dec 20, 2019, 12:59 PM
Anonymous
0 answers

UWP NOT COMPILING

Since I updated Visual Studio UWP projects aren´t compiling anymore. I get a lot of these errors Could not copy the file "C:\XXXXXX\bin\Release\C1.UWP.Core\C1.UWP.Core.xr.xml" because it was not found. C1.UWP.Calendar It is…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 12, 2019, 6:51 PM
Alvaro Rivoir 11 Reputation points
commented Dec 20, 2019, 10:00 AM
Fay Wang - MSFT 5,226 Reputation points
0 answers

It is possible in UWP to set package.manifest property from C# code?

It is possible in UWP to set package. manifest property from C# code? I want to set all Assets images from C# code depending on some condition like if(MA) - Assets Type 1 if(OC) - Assets Type 2 Executable="$targetnametoken$.exe" …

Developer technologies | Universal Windows Platform (UWP)
asked Dec 17, 2019, 10:10 AM
MangoApps 91 Reputation points
commented Dec 17, 2019, 3:24 PM
Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,871 Reputation points
0 answers

My UWP aaplication crash after install from Store

Source link: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/55ac8cfc-a50d-488e-a2c1-595036f2acb5/my-uwp-aaplication-crash-after-install-from-store?forum=wpdevelop ---------- My UWP aaplication crash after install from Store.. its…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 13, 2019, 7:28 AM
Fay Wang - MSFT 5,226 Reputation points
commented Dec 13, 2019, 7:30 AM
Fay Wang - MSFT 5,226 Reputation points
0 answers

BluetoothLeDevice GattCharacteristic Configure descriptor Indicate

Hi, I have a working bluetooth LE UWP application and I have come across what I believe is a Windows 10 issue with the setting of a characteristic notification. I have reproduced the exception on alternative store BLE scanner apps. Using the…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 12, 2019, 12:19 PM
Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,871 Reputation points
commented Dec 12, 2019, 12:20 PM
Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,871 Reputation points
0 answers

[UWP] Using GetThumbnailAsync() sometimes will not preserve a gif transparency on its thumbnail

Source link: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/fead741b-6da6-4d72-8f5e-b33099829da5/uwp-using-getthumbnailasync-sometimes-will-not-preserve-a-gif-transparency-on-its-thumbnail?forum=wpdevelop ---------- I'm developing an…

Developer technologies | Universal Windows Platform (UWP)
asked Dec 12, 2019, 8:44 AM
Fay Wang - MSFT 5,226 Reputation points
commented Dec 12, 2019, 8:45 AM
Fay Wang - MSFT 5,226 Reputation points
0 answers

Setting custom script extension in virtual machine scale set is changing the status of instances to NotReady.

I have set custom script extension using az command az vmss extension set --publisher Microsoft.Azure.Extensions --version 2.0 --name CustomScript --resource-group resource_group_name --vmss-name vmss_name --settings…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,547 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
476 questions
asked Nov 28, 2019, 1:03 PM
Soumya S 1 Reputation point
commented Dec 9, 2019, 9:57 AM
S Soumya 1 Reputation point
0 answers

How to handle events in service fabric

Hi Team, I am working on migrating the database tables to service fabric microservices. As part of publishing the services, the existing data also migrated from the Database to Service fabric service. In the initial phase, I don't want to replace the…

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
312 questions
asked Nov 27, 2019, 1:05 PM
Balanjaneyulu Kantu 6 Reputation points
commented Dec 2, 2019, 6:50 PM
Micah McKittrick 946 Reputation points Microsoft Employee Moderator
0 answers

Unhandled Exception: System.TypeLoadException Working with UWP in Xamarin.Forms

Here is my error. Things I've done: Clean solution Restart IDE Build solution Close IDE Delete obj & bin folders Restart IDE .... ... Unfortunately, these methods did not work at all. Only UWP Local Machine could…

Developer technologies | Universal Windows Platform (UWP)
asked Nov 29, 2019, 10:39 PM
Yusuf Ahmet Uzundeveli 1 Reputation point
commented Dec 2, 2019, 11:43 AM
Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,871 Reputation points