98,281 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Deploy ASP.NET Core Web API with Simba Spark Driver for Databricks to Azure App Serivce

Hi all, I have a .NET Core Web API which creates a connection to the SQL endpoint of Azure Databricks with the official Simba ODBC driver. Locally everything works fine. I can see my System DSN entry and I use this driver to create the connection and…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,014 questions
asked 2022-01-25T08:32:12.197+00:00
Thomas Ingenhorst 21 Reputation points
commented 2024-05-23T08:55:54.65+00:00
Luigi Navarra 0 Reputation points
1 answer One of the answers was accepted by the question author.

Saving Dynamic Form Fields to Database with Fixed Values in MVC

[HttpPost] [ValidateAntiForgeryToken] public ActionResult Create(EgitimSeminerViewModel model) { if (ModelState.IsValid) { for (int i = 0; i < model.EgitimSeminerBilgiList.Count; i++) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,309 questions
asked 2024-05-23T07:34:52.57+00:00
kadir 0 Reputation points
accepted 2024-05-23T08:40:04.7166667+00:00
kadir 0 Reputation points
1 answer One of the answers was accepted by the question author.

Dataflow Activity giving output in different formats - "runStatus" vs. "SubStatus"

Hello, We have some excel files, which are loaded into the Datalake as .txt files through CopyData Activity. After that, We have a Data Flow activity to copy data from my DataLake to Azure SQL DB. We have implemented some logic after that for…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,728 questions
asked 2022-04-29T18:32:05.18+00:00
Rajas Thakur 61 Reputation points
commented 2024-05-23T08:33:28.31+00:00
Steven Wright 0 Reputation points
9 answers One of the answers was accepted by the question author.

OneDrive error - You're already syncing a shortcut to a folder from this shared library

I had to reset Windows 10 on my Azure AD-joined computer, after which I upgraded from 1909 to 20H2. I now have OneDrive Build 20.201.1005.0009. Since then, I've had trouble reconnecting to all the SharePoint folders I was syncing with. For example, I'm a…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,247 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,145 questions
asked 2020-12-14T14:32:45.493+00:00
David Schrag 376 Reputation points
commented 2024-05-23T08:30:08.3066667+00:00
Mariusz Gorzoch 0 Reputation points
4 answers One of the answers was accepted by the question author.

SQL Server 2022 express download problem unable to install SQL Server. Exit code(Decimal): -2061893606

I'm trying to download SQL Server 2022 Express, but it's giving the following error. I checked the log and click the SystemConfigurationCheck_Report I received the warning shown in the image above. Is the download error caused by this? I had already…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,884 questions
asked 2024-05-09T12:23:12.46+00:00
Mehmed Aras 0 Reputation points
accepted 2024-05-23T08:23:39.55+00:00
Mehmed Aras 0 Reputation points
1 answer One of the answers was accepted by the question author.

How do I transfer my learning history from my company user to my personal user account?

If my job has been placed "at risk" and I have a number of modules completed or in progress under my company MS login, how do I transfer this history to my personal user account so that I can continue learning and have the history to show…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,494 questions
asked 2024-05-23T07:57:47.19+00:00
Michael Craig 20 Reputation points
accepted 2024-05-23T08:17:37.17+00:00
Michael Craig 20 Reputation points
2 answers One of the answers was accepted by the question author.

How to update ModifiedBy field in SharePoint Online document using Graph

Hello, i would like to know if it's possible to update ModifiedBy (Editor) field in a document uploaded into a DocumentLibrary of a Site in SharePoint Online using MS Graph. I've tried these approaches: Using 'patch' method of a DriveItem: i can…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,817 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,842 questions
asked 2024-05-22T15:31:10.2033333+00:00
José Ángel Salmerón 20 Reputation points
accepted 2024-05-23T08:16:12.2333333+00:00
José Ángel Salmerón 20 Reputation points
2 answers One of the answers was accepted by the question author.

Integrating RDLC reports in Blazor Web apps

Hello, Is it possible to call RDLC reports in a Blazor web app or use report viewer to load RDLC reports? I'm not seeing the reporting options in the latest framework. Could someone please share examples and resources for integrating RDLC reports with…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,415 questions
asked 2023-12-25T14:16:50.2066667+00:00
Diwakar Devangam 55 Reputation points
commented 2024-05-23T08:07:46.0933333+00:00
Geoffrey de Sousa 0 Reputation points
1 answer One of the answers was accepted by the question author.

Which VM for MultiCharts / TradeStation / Interactive Brokers

Greetings, I'm in a situation where I am absolutely losing the overview due to the many different options available in Azure. I plan to move my live trading account (algorithmic trading) from my separate mini computer to a virtual machine. I think…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,262 questions
asked 2024-05-21T21:47:29.2066667+00:00
David9 0 Reputation points
accepted 2024-05-23T08:07:00.8633333+00:00
David9 0 Reputation points
1 answer One of the answers was accepted by the question author.

Recording from different fields to the same table in ASP.NET MVC

Model : public class EgitimSeminerViewModel { public List<TBL_EgitimSeminerBilgi> EgitimSeminerBilgiList { get; set; } public EgitimSeminerViewModel() { EgitimSeminerBilgiList = new List<TBL_EgitimSeminerBilgi>(); …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,309 questions
asked 2024-05-22T20:37:00.6233333+00:00
kadir 0 Reputation points
commented 2024-05-23T08:01:09.0733333+00:00
kadir 0 Reputation points
2 answers One of the answers was accepted by the question author.

Refund Request Issue

I just subscribed to the $100.00 monthly plan in Azure and instead of using part of the $200 credit, it used my debit card. I submit a support ticket for a refund and I just get the message "Can't request a refund." Can anyone help me?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,122 questions
asked 2024-05-04T21:02:03.28+00:00
Zachary Hankla 20 Reputation points
accepted 2024-05-23T07:40:36.3566667+00:00
Zachary Hankla 20 Reputation points
1 answer One of the answers was accepted by the question author.

The VM does not load due to invalid password

https://learn.microsoft.com/en-us/training/modules/working-with-option-sets/3-exercise This question is related to the following Learning Module

Microsoft Dataverse Training
Microsoft Dataverse Training
Microsoft Dataverse: A Microsoft service that enables secure storage and management of data used by business apps. Previously known as Common Data Service.Training: Instruction to develop new skills.
9 questions
asked 2024-04-26T05:43:53.5133333+00:00
Suja A 25 Reputation points
commented 2024-05-23T07:29:19.7966667+00:00
SiddeshTN 2,945 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

spelling Mistake error in learning exercise

there is a spelling mistake in learning documentation please have look once and if possible correct it:https://learn.microsoft.com/en-us/training/modules/control-and-organize-with-azure-resource-manager/3-use-tagging-to-organize-resources Instead of…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,030 questions
asked 2024-05-20T04:09:45.1333333+00:00
John-91 80 Reputation points
commented 2024-05-23T07:27:43.3866667+00:00
SiddeshTN 2,945 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Azureとオンプレのプライベートピアリングについて

こんにちは。ExpressRouteでオンプレ環境とプライベート ピアリングを構築したいです。 その際、プライマリ サブネットとセカンダリ サブネットの回線を収容するオンプレ機器は、別々の機器を用意する必要があるでしょうか。 1台のSWにプライマリとセカンダリの回線を収容したいのですが、そのような構成は可能でしょうか。

Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
328 questions
asked 2024-05-22T01:28:31.02+00:00
IH 20 Reputation points
accepted 2024-05-23T07:21:14.5666667+00:00
IH 20 Reputation points
1 answer One of the answers was accepted by the question author.

server 2012 patches and advice

With regards to servers still running windows server 2012, according to the endoflife.date website Microsoft Windows Server | endoflife.date – this version is still covered by "Extended Security Updates" until 13/10/2026. Are "extended…

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,540 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,275 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,745 questions
asked 2024-05-22T15:01:31.84+00:00
crib bar 616 Reputation points
accepted 2024-05-23T07:19:22.2733333+00:00
crib bar 616 Reputation points
1 answer One of the answers was accepted by the question author.

Microsoft Point of Service compatible with .NET8?

Hi - is Microsoft Point of Service compatible with .NET8?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,456 questions
asked 2024-05-21T17:09:24.53+00:00
Joe Kelly 20 Reputation points
commented 2024-05-23T07:09:00.4333333+00:00
Joe Kelly 20 Reputation points
3 answers One of the answers was accepted by the question author.

SQL Server Invalid version: 15 (Microsoft.SqlServer.Smo)

SQL Server 2019 version 12.0.2000.8 When I try to right click on a stored procedure to modify I get this error. I have the latest update. SQL Server Invalid version: 15 (Microsoft.SqlServer.Smo)

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,884 questions
asked 2023-07-26T21:07:15.5133333+00:00
Ryder Middleton 50 Reputation points
commented 2024-05-23T07:07:10.34+00:00
Maheeth Pochanapeddi 0 Reputation points
1 answer One of the answers was accepted by the question author.

Cannot create any resource from portal.azure.com

I keep getting those errors in my browser when creating a VM (or any other resource). I tried Firefox and Chrome. This is really frustrating! [Microsoft_Azure_Marketplace] 8:30:05 AMMarketplaceExtension/Store/CreateLauncherCreateLauncher: baseTypes:…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,262 questions
asked 2024-05-23T05:33:03.64+00:00
M. Baddar 0 Reputation points
accepted 2024-05-23T07:05:33.7866667+00:00
M. Baddar 0 Reputation points
1 answer One of the answers was accepted by the question author.

I am getting error, When I am trying to update the GPO by executing gpupdate /force.

Hi Experts, I have applied the GPO to disable windows auto update and Trying to update the GPO. But I am getting below error while I am trying to update the GPO. "Windows failed to applied the {F312195E-sD90-447A-A3F5-08DFFA24735E) settings .…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,275 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,987 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,404 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,148 questions
asked 2024-05-21T06:21:54.51+00:00
Jimmy Afflick 40 Reputation points
commented 2024-05-23T07:02:51.35+00:00
Daisy Zhou 19,271 Reputation points Microsoft Vendor
20 answers One of the answers was accepted by the question author.

How to Delay Delivery for All Messages in New Outlook (Outlook Version 1.2023.607.100)?

Before switching to New Outlook (Outlook Version 1.2023.607.100) I had delayed the sending of all messages by one minute. On New Outlook I can't find that option anymore. I tried to create a rule but "defer delivery by a number of minutes"…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,109 questions
asked 2023-06-19T16:26:24.7733333+00:00
LBL 460 Reputation points
answered 2024-05-23T06:56:58.1466667+00:00
Marciniak, Michał 0 Reputation points