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)
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)
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
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
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)
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)
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)
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)
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)
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
[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)
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
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)
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)
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)
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)
[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)
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 Machine Scale Sets
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
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)