An Azure machine learning service for building and deploying models.
Deploy inference pipeline with Cross Validate Model component
In Azure ML Studio I have created a pipeline that uses the Cross Validate Model component. According to the reference docs: …
Azure Machine Learning
MVC in windows applications
can i develop a windows application with MVC ?
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
My Azure subscription had been disabled - Please help!
This morning, i started Azure trial with 200$ credits. I created a VM with East Asia region (want HongKong) but it automatically chose "Zone: 1" and i didn't know what it is, still created. And after i had checked, i known that it located in…
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
Process Explorer always verifies signatures
The option "Verify Image Signatures" cannot be disabled. I tried to uncheck it in the menu, but the setting is ignored. Every time the Process Explorer starts, it always reads all running EXE and DLL and slows down my computer.
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
How to do simple CRUD operation on SQLite database with MVVM pattern
I'm totally new to MVVM and I've been going through a lot of online posts regarding how do I implement CRUD operations and properly bind SQLite database data to WPF controls like Datagrid, Combobox, Textbox, Button etc. but struggling to find what I…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Headphones not working after new monitor.
Hello. Recently, my monitor broke and so I had to buy a new one. I've found that when I plug it in, my headphones, which are plugged into my PC, my monitor gets headphone priority over my PC. My monitor has a headphone jack, but only one, and my…
Community Center | Not monitored
Tag not monitored by Microsoft.
Adding just DNS on server 2019 in remote site configuration
Have HQ with 2 AD servers, DNS, etc. Remote sites have Firewalls that take care of DHCP. Having issues resolving names. One larger remote site has a win 2019 server, so just adding DNS. Adding Secondary Zone and transferred from HQ. Should the Reverse…
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Server | User experience | Other
SQL Server: How to update data by Xquery
This way my xml looks like which is stored in a column whose type is xml <?xml version="1.0" standalone="yes"?> <AVLR_ViewAll> <dgvViewAll_Vertical> <Section_x0020_>3R</Section_x0020_> …
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
B1S size not available for my subscription
I registered to try out Azure services. I want to use a Virtual Machine, but the size B1S, available freely for this account cannot be chosen - it is in "Not available" section in all region. How can I use it? Can I use it at all?
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
Reputation points
Hi All I'am lost 10 points Not have any report about losted. Best Regards.
Community Center | Not monitored
Tag not monitored by Microsoft.
my picture
how can i change my picture?
Community Center | Not monitored
Tag not monitored by Microsoft.
whenever my friend tries to install minecraft bedrock edition he gets this error
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation. Windows cannot install package Microsoft.MinecraftUWP_1.18.3104.0_x648wekyb3d8bbwe because this package depends on a framework…
Community Center | Not monitored
Tag not monitored by Microsoft.
Cannot run cl.exe in MSVC developer console after months of successful running
This is really weird. Here is what happened: I have been using the X86 and X64 MSVC developer console )with Admin privilege) for a few months without any issue. I'm only using the cl.exe program to compile sample programs, such as: cl 1_19_5_float.c…
Community Center | Not monitored
Tag not monitored by Microsoft.
Azure Web App - VS2019 Publish - Fails randomly
I have a few deployments of the same code (dev, test, production, etc..), its a asp.net 3.1 website. Currently I just deploy to each app service through Visual Studio 2019 Publish window. I will want to setup azure pipelines at some point but right…
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Run powershell script on a remote computer using PsExec
Hello, I am using below code to run a powershell script using PsExec. But it does not seem to work. I am using Start-Process cmdlet to run PsExec using Powershell. Start-Process -FilePath C:\tmp\PSExec.exe -ArgumentList "\server.fqsn.com…
Windows for business | Windows Server | User experience | PowerShell
Choose Windows Server 2019 License
We are going for Cloud services, but confused about Windows Server 2019 licensing models. Cloud service provider confirms that they are using Linux as host OS and they are not using any Windows Server licenses. The Windows VMs we are purchasing from…
Windows for business | Windows Server | User experience | Other
How to add write access files after installation
Hi, I'm using setup project to publish my app, i have some files in some folders that i want to add them for example to programData directory with write access for all users ! How can i do that ?
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
The FastCGI process exceeded configured activity timeout
When I open the page of my local site, after a long time to load, I get the following error. HTTP Error 500.0 - Internal Server Error - The FastCGI process exceeded configured activity timeout. But when I try other pages, some of them work. Does…
Windows development | Internet Information Services
How to create link the Marco to a cell in difference?
Hi How to link the Marco to a cell where respectively in difference worksheet please ? There has 5 Macros (Macro1, Macro2, Macro3, Macro4 and Macro 5) ,and 5 Sheets (Sheet1, Sheet2, Sheet3, Sheet4, and Sheet5) in my workbook, I want to link those…
Microsoft 365 and Office | Development | Other
Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
System.Collections.ArrayList
I run this program in VS2022 but there is error for declaring the ArrayList (refer to screenshot attached). Is the Systems.Collections DLL not imported or due to other reasons? I encountered a similar error when declaring a HashTable.