i can not debug my universal uwp media player app on visual studio community 2019 show output from diagnostics hub Merging of ETL files has failed (0x80070002).
i can not debug my universal uwp media player app on visual studio community 2019 show output from diagnostics hub Merging of ETL files has failed (0x80070002). [11330-luke.txt][1] [1]: /api/attachments/11330-luke.txt?platform=QnA
Does marshal_context cause memory leaks?
I use marshal_context in my clr C++ application to convert String^ while(i<10) { String^ message = gcnew String("Test String to Marshal"); marshal_context context; const char* pch = context.marshal_as<const char*>(message);…
How to open UWP app through DesktopForm App in .net
i have 2 saprate application as- UWP app Windows Form Application Now i don't want to run both App sapratly when i run Form App UWP App should be run what i can do fir this
Corrupt OBJECT_HEADER?
I am using a python library to create mathematical animations and I suspect that when it invokes os.startfile(file_path), I run into this error OSError: [WinError -805305975] Windows Error 0xd0000189:…
Errore 0x800f0986
When WINDOWS UPDATE is lasted, always there is the message: sistemi basati su x64 (KB4560960) - Errore 0x800f0986. Why? gr.bedetti@Anonymous .com gr.bedetti@Anonymous .it
Erro na atualização 2004 do Windows 10
Estou tentado instalar a nova atualização disponível pela Microsoft para o Windows 10, porém quando tento essa mensagem a seguir aparência e o Windows Update não faz mas nada: "Ocorreram problemas ao instalar algumas atualizações, mas tentaremos…
Avoiding the Gap in Dual Screen UWP Apps
I am working on learning to use the TwoPaneView & Microsoft Emulator to create dual screen UWP apps. I have managed to install the Microsoft Emulator using the following pages: https://learn.microsoft.com/en-us/dual-screen/windows/get-dev-tools …
Prevent students from deleting class notebook sections
I am trying to prevent student in a class team from deleting their own sections/pages under class notebook in OneNote. Here is why: Suppose that I distributed an assignment (exam) and after they received it. They deleted it on purpose or by…
Draw a Arrow WPF
Hi. How to use the Line object to draw an arrow?
Machine Learning Code
Hey, I am developing an ASP.Net application and I would like to integrate machine learning into my app. But let the result appear in a window of my app and not on the console. Can you tell me how to do it please? Thank you in advance I look…
Issue in showing flyout in ContentDialog in 1903 and 1909
CalenderDatePicker control is working fine in ContentDialog. but when i show a flyout control in a content dialog, it shows ContentDialog shadow in flyout region
How to deal with Azure AD Connect and non-routable local AD
I am a bit confused right now. I have a local AD server that was setup long ago to domain.local As it is a non-routable TLD, I am getting confused what I need to do to get AzureAD connect up and running. On the local AD, I have added…
How to show grid items inside adaptive grid view in user control
Does anyone know the correct and most efficient way to add items as strings to an AdaptiveGridView located inside my user control? I tried to use an array but I'm not sure of the correct way to implement this. MainPage.xaml.cs ... var…
What to learn after completing Azure Fundamantals course?
I have been a project coordinator since last 5 years handling application maintenance and hardware deployment projects. I am interested in learning Azure. I have just completed Azure Fundamentals and want to know what should I next learn? Any inputs will…
Placeholder textbox wpf
Is there a property, tag or element that allows adding placeholders to textboxes in WPF? Thank you.
merge rows of same file Azure data factory
Hello I need to merge multiple rows into one row in azure data factory, per example I have the following file PolicyId Driver_name 0001 Adam 0001 Lucy 0002 peter At the end I need to have PolicyId Driver_name1 Driver name2 …
Sound fades away
HP Pavilion, my sound doesn't work. It starts normally then fades away and cannot be heard. How can I fix this?
How will I check if one web app can access any resource within the VNet
Hi, I have one web app integrated with a sub-net under one Vnet. Now, I want to know whether this web app has access to other resources (other web app, DB, etc. in the same VNet) which are integrated with same subnet under same Vnet using kudu…
Using TrySilentDownloadAndInstallStorePackageUpdatesAsync got an error: The specified account does not exist
I get an error when updating UWP APP using TrySilentDownloadAndInstallStorePackageUpdatesAsync: The specified account does not exist I try to upgrade according to the sample code here, while using StoreQueueItem.StatusChanged to obtain progress…