53,954 questions

Sort by: Updated
0 answers

How to get the index of duplicate elements along with the range of empty elements after it. LINQ

hi Dim ComplexArray as String() =Split("A C A B C A B A B C") Need Result As Array (3 dimensional) Dim Arr3D = {({"A", ({"0-2", "5-9", "16-16", "19-20"})}), ({"B",…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,579 questions
asked 2024-05-04T15:38:26.2533333+00:00
Mansour_Dalir 1,591 Reputation points
edited a comment 2024-05-06T02:35:20.8666667+00:00
Jiachen Li-MSFT 26,671 Reputation points Microsoft Vendor
0 answers

SQL SSIS on Separate Server

Hi, I'd like to confirm if we need a another SQL license for the server where SSIS will be installed aside from the primary SQL Server? Thank you, Jovsp

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,760 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,457 questions
asked 2024-05-06T02:30:31.79+00:00
ovsp 146 Reputation points
0 answers

Need to ask the same question thrice in order to get the answer (ChatGPT-4 Azure AI)

So I'm using ChatGPT-4 for deployment. With the following settings: Deployment: ChatGPT-4 QueryType: vectorSimpleHybrid Strictness: 1 topNdocuments: 10 Temperature: 0.8 Top_P: 0.1 Max_tokens: 2400 Api_Version: 2023-12-01 So, this happens every…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,194 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,396 questions
asked 2024-05-03T10:25:46.9433333+00:00
Dirk Broenink 85 Reputation points
commented 2024-05-06T02:25:45.4566667+00:00
AshokPeddakotla-MSFT 27,646 Reputation points
0 answers

How to know if Bluetooth connection is lost when application is running in Xamarin Forms. Any listener will hit?

How we can know if bluetooth connection is lost or turned off when we are running the application without any Button click event. App is connected to some ble devices . How to handle the scenario ? Any listener will hit or not? private void…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
766 questions
asked 2024-05-03T14:00:27.1533333+00:00
Sk 61 Reputation points
commented 2024-05-06T02:25:34.73+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,656 Reputation points Microsoft Vendor
0 answers

Is there any way to connect Hadoop to SSMS other than ODBC Driver.

We have jobs in SSMS. We are experiencing ODBC Error constantly when the job fails. but we could see other job which are running with same ODBC Driver its succeeding. To avoid this issue, we want to know is there any other way that we can connect Hadoop…

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,760 questions
asked 2024-05-03T13:12:37.4933333+00:00
commented 2024-05-06T02:20:56.14+00:00
0 answers

Invalid chat format. Unexpected keys in messages.

I am getting error: Invalid chat format. Unexpected keys in messages. I am using Chat Playground Azure OpenAI

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,194 questions
asked 2024-05-04T06:11:40.9+00:00
Susan Ping (TS-PH) 0 Reputation points
commented 2024-05-06T02:15:41.17+00:00
AshokPeddakotla-MSFT 27,646 Reputation points
0 answers

Change name on certificate profile to government issued identification

The name on the certificate profile is different with my government issued identification. I need to change it from Kevin Yan to Zhen Yan. I requested the change several times from last Thursday. However I didn't receive any response from you side. So I…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,396 questions
asked 2024-05-06T02:09:34.6466667+00:00
Kevin Yan 0 Reputation points Microsoft Employee
0 answers

COPY ACTIVITY FROM SOURCE LIKED REST TO DESTINATION LOINED REST SERVICE

Want to copy from source table to destination table in the same log analytics workspace. Using Azure Data Factory. My configuration: Source Linked REST Service to read data from Log Analytics workspace w1 table t1 Destination Linked REST service to…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,603 questions
asked 2024-05-02T23:31:22+00:00
Rishabh Srivastava 60 Reputation points Microsoft Employee
edited a comment 2024-05-06T02:09:04.7433333+00:00
Rishabh Srivastava 60 Reputation points Microsoft Employee
0 answers

Can not Deploy a Model due to Insufficient Quotas, What Should I do?

I am trying to follow a Microsoft Learning course and I am stuck on the "deploy your model" page. It says I don't have enough quotas. https://learn.microsoft.com/en-us/training/modules/get-started-openai/5-deploy-models Thanks This…

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.
945 questions
asked 2024-05-03T14:15:00.08+00:00
Eric Zou 0 Reputation points
edited the question 2024-05-06T02:09:04.0733333+00:00
AshokPeddakotla-MSFT 27,646 Reputation points
0 answers

I would like to publish a winui3 app to microsoft store

Hi, I would like to publish a winui3 app to microsoft store. But I don't have a correct (only limited nearly nothing shown) access to Microsoft Partner Center. If you could provide me help to publish that app would be great. Greetings, Tobias

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
873 questions
asked 2024-05-04T12:55:06.0366667+00:00
Tobias Brüschke 0 Reputation points
commented 2024-05-06T02:01:20.53+00:00
Junjie Zhu - MSFT 15,056 Reputation points Microsoft Vendor
0 answers

How to perform a pivot grid in maui?

Hi, i want to display data from observablecollection in a pivotgrid using .Net Maui 8 like in the picture below. the columns are generated programatically. i write this code in the viewmodel: Stockstcviews =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,900 questions
C#
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.
10,279 questions
asked 2024-05-03T16:24:46.6+00:00
Kaouthar GR AOUICHAOUI 40 Reputation points
commented 2024-05-06T01:53:33.0733333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,806 Reputation points Microsoft Vendor
0 answers

.net8 windows form design view problem.

I am developing Revit addin in Vidual Studio in c++/cli as class library. Before moving to .net platform everyhing was working fine. But in .net Windows form design views doesnt work. Though when I add form element by code. It compiles and works. The…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,625 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,538 questions
asked 2024-05-04T19:10:34.6166667+00:00
Ahmet Haluk UZUNER 0 Reputation points
edited the question 2024-05-06T01:51:36.7333333+00:00
Anna Xiu-MSFT 25,801 Reputation points Microsoft Vendor
0 answers

Upgrade your legacy WAF configuration to WAF policies

I have received "high impact" Advisor recommendations from azure to "Upgrade your legacy WAF configuration to WAF policies". I have tried to follow as per suggested in the following…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
963 questions
Azure Web Application Firewall
asked 2024-05-06T01:51:09.09+00:00
jazzspeed 0 Reputation points
0 answers

Persistent errors with 2 windows updates

Hi everyone, I have been troubleshooting a persistent error with windows update for the following 2 updates Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.409.704.0) - Current Channel (Broad) 2023-11 Update for…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,228 questions
asked 2024-05-06T01:35:36.51+00:00
Monk Duro-Landry 0 Reputation points
0 answers

no me deja descargar aolicaciones estoy intentando y no me deja

no me deja descargar aplicaciones va muy lento sale un letrero que dice error vuelve a intentarlo

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,122 questions
asked 2024-05-04T20:18:21.69+00:00
jose luis burbano 0 Reputation points
commented 2024-05-06T01:26:40.3166667+00:00
LiweiTian-MSFT 14,615 Reputation points Microsoft Vendor
0 answers

Module Not Found Error while executing the Azure Functions VS code or Pycharm.

I have created an azure function to consume data from Azure Event Hub. While trying trying to test function in VC code or Pycharm I am getting error.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,300 questions
asked 2024-05-04T09:19:05.8666667+00:00
Karthikeyan Rajendran 0 Reputation points
edited the question 2024-05-06T01:23:00.5833333+00:00
Anna Xiu-MSFT 25,801 Reputation points Microsoft Vendor
0 answers

SignalR connection

How can I test the connection of SignalR hub without client I write this code and do not know how to test to check if there is a problem in my code here is part of my code that is for signalR in my api: please tell me how should I do to connect…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,190 questions
asked 2024-05-03T23:01:03.9033333+00:00
Sakanat 2024 0 Reputation points
edited the question 2024-05-06T01:21:37.91+00:00
Lan Huang-MSFT 25,716 Reputation points Microsoft Vendor
0 answers

New Form is not shown while drag & drop a Custom Control from toolbox to Designer in WinForms in NetCore

In our Control, we have opened a new form to update the content of our control in the Designer. The new Form is not shown in the NetCore but works properly in the NetFrameWork. I have replicated the same issue in a simple control. …

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,835 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,398 questions
asked 2024-05-03T14:04:08.6633333+00:00
Karkuvel Rajan Shanmugavel 0 Reputation points
edited the question 2024-05-06T01:20:58.8833333+00:00
Anna Xiu-MSFT 25,801 Reputation points Microsoft Vendor
0 answers

After update my app on azure I can get to the web page but when login I get the following: Swapping to the Development environment displays detailed information about the error that occurred. I am using Microsoft Authentication and get an internal 500

After update my app on azure I can get to the web page but when login I get the following: Swapping to the Development environment displays detailed information about the error that occurred. I am using Microsoft Authentication and get an internal 500…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
771 questions
asked 2024-05-03T13:38:01.8333333+00:00
Thomas Blair 0 Reputation points
edited the question 2024-05-06T01:20:12.76+00:00
Anna Xiu-MSFT 25,801 Reputation points Microsoft Vendor
0 answers

I have an OpenAI service but it isn't registering with my subscription

I have a free subscription and received approval and access to Open AI service. I have created a project and uploaded data etc into containers and indexes. But when attempting to connect the data sources to the project in the AI Studio Playground I…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,194 questions
asked 2024-05-05T17:25:23.7366667+00:00
Dr. Liz Wilson 0 Reputation points
commented 2024-05-06T01:12:45.7666667+00:00
Dr. Liz Wilson 0 Reputation points