.NET Framework 4.8 crashed during GC if the profiling API is used
OS: Windows 10 Pro x64 (Build 19042) .NET Framework: 4.8.4084 x64 We have the our customer dump file, but we can check if user allows to share it. Profiling API flags: …
Question about SQL Server 2019 User CALs
Good Afternoon, We are currently working on an upgrade project to upgrade our current Lync server environment to Skype for Business 2019 (on-premises). We would like to implement two new Skype for Business 2019 servers with enabled monitoring and…
How do I persist my docker app service data
I am hosting a docker application on azure web app using docker-compose. I have some idea with docker named volume & bind mount. However, I am not sure how do I keep my files on azure web app with docker persistent. Is it persistent by default?…
From remote machine how to get details for pfx certificates like certificate name, expiry date, subject, valid from
icm -cn "Server01" -credentials $mycred ` -scriptblock { Get-ChildItem -path cert:\LocalMachine\My } this gives me certificate list but there are certificates with .pfx extensions those are also installed how to get the…
Can't run a basic model in Azure ML
Hello, I'm new to Azure Machine Learning, so I'm trying some tutorials on a free trial account. None of the tutorials I've followed is running on my account, not even the most basic ones. For example, the "Flight Delay Prediction"…
Xamarin UITest Listview Not Updated On Runtime
I have a uitest where I search client-side in listview. For example, if my listview has 2 items, when I open the page Automation id of the 1st element: auto_test1, Automation id of the 2nd element: auto_test2 all 2 items are visible. After…
Azure AD Workbooks and Alerts for users without MFA
Hello Total noob on Workbooks in Azure and I can't find a good answer on google also... I need to setup a workbook report and alert for users without MFA setup. How can this be done in azure? I know how to do this with Powershell but rather like to…
Dynamic parameters into "HTTP request" Composer component
Hi, there is any way to set dynamically some parameters in the "Send an HTTP request" object of the Bot Framework Composer? Would be useful can set field "HTTP method" and "Headers", from "code". Especially…
Continue Speech Recogonization with Custom keyword
Hi , I am going to develop voice recolonization in this i have two custom keyword and more than 20 custom Command. so i have created custom keyword on my studio login and downloaded .table file and i am checking user voice with .table file locally that…
Register a dataset as model in azure
How is it possible to register a dataset or blob container directly as a model? At the moment I have built a pipeline that outputs my trained models and registers them as datasets. I want to perform inference by deploying the models to for example…
Windows SDK method declarations conflict
Hi Support, I found the conflict between declarations in netfw.h and networkisolation.h. The bug was detected in following Windows SDK's: v10.0.17134.0 v10.0.18362.0 v10.0.19041.0 The netfw.h declare WinAPI calls without WINAPI calling…
Open image in MsWord
I want to open image in MsWord but i don't want to use third party tool?
Install python at java App Service server
I want to install python at my server resource. I made my server in spring boot and use App Service to deploy it. But I also make my server can run my python code that crawling data and insert to my DB. I access server by azure's SSH but…
1607 Enterprise LTSB Windows 10 when converting to Pro: We can't tell if your PC is ready to continue installing windows10. Try restarting the installer
最近各种游戏大作频出,在我尝试游玩的时候,第一步启动游戏就直接打断了我——游戏不支持过时的1607长期企业版系统。我买电脑的时候如果知道有这么麻烦,我一定会让他给我换了这系统! 没办法,不到最后一步,我不想以丢失资料为代价重装系统 所以我参考了以下网站的教程:http://www.xitongcheng.cc/xtjc/7129.html, 尝试转换专业版 但在我进行到输入激活码步骤后,就会出现我题中所说的“无法判断...重启...”问题。 …
Create App Service Managed Certificates (Preview) fails with no specific error message
I am trying to create a certificate for a domain that I am hosting on Azure App Service, using Linux containers. The domain is 'app.sirana.com', which I've established as a cname pointing to my azure app service location. The dialog says: …
Error message uploading files larger than 150MB
We are receiving the following error on on current document libraries when uploading files larger that 150MB. {"error":{"code":"-1,…
sharepoint management POWERSHELL が起動時にERRORになります。
sharepoint management POWERSHELL が起動時にERRORになります。 再インストールしても改善されません Import-Module : アセンブリ 'Microsoft.SharePoint.Client.Publishing, Version=16.0.0.0, Culture=neutral, PublicKeyToken=7 1e9bce111e9429c' から型…
setsockopt(IP_MULTICAST_IF) fails with WSAEADDRNOTAVAIL if Ethernet port was never connected
I am setting multicast to operate over a specific net port. (The PC has more than one.) The port is configured with a static IP address, which is correctly passed to the setsockopt function. This works correctly if the port has been physically…
How to control software in local VM
Hi all, In our company we use SCCM to control all domain computers, and apply security policies and compliances. Users also use VM (Hyper-V and Virtualbox) in their machines, that aren't domain joined. They need these local VMs to run some tests…
How can I extend the ML.Net source code
I have downloaded the ML.Net source code and successfully build the project. How can I use that source code now to try to implement new algorithm?