18,068 questions

Sort by: Created
0 answers

Where can I get the syntax, is there a comparison table? How do you do it?

Sample IsValid callback; // define a variable of delegate type IsValid callback = s => s?.Length > 1; // using lambda, define a callback function var result = callback("test"); // invoke the callback code IsValid…

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,303 questions
asked 2024-05-10T14:25:15.3033333+00:00
Noah Aas 140 Reputation points
0 answers

How to create a new dll file in vs2022

How to create a new dll file in vs2022, why after I created a new dll file, the compiler reported error C1854: The information formed during the precompilation header process of creating the object file "pch.obj" could not be overwritten.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,639 questions
asked 2024-05-10T14:23:22.9433333+00:00
yx 0 Reputation points
0 answers

Teams-JS SDK - microsoftTeams.app.initialize() promise not resolving

I'm trying to create a simple connector app for Teams. I have a connector in the Connectors Developer Dashboard and a page on my website which is registered as the connector content. Then on this page I register Teams-JS SDK via CDN <script…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,885 questions
asked 2024-05-10T14:22:17.6133333+00:00
Uladzimir Poddubny 0 Reputation points
0 answers

office 2013 to 365

What happens to my .pst files when I upgrade to office 365?

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,869 questions
asked 2024-05-10T14:22:16.7266667+00:00
jimconover-5185 0 Reputation points
0 answers

How to get Shared link URL of the file which present in manage access of the SharePoint

how to get the the link URL which present in the manage access of the file in the SharePoint mentioned in the image using PowerShell

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,733 questions
asked 2024-05-10T14:12:52.3933333+00:00
Surjit Kumar A 20 Reputation points
0 answers

"Insufficient quota. Cannot create/update/move resource 'azureragdemowithopenai'

While creating Azure OpenAI Resource, I get the following validation error. {"code":"InvalidTemplateDeployment","details":[{"code":"InsufficientQuota","message":"Insufficient quota. Cannot…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,219 questions
asked 2024-05-10T14:06:43.56+00:00
Dinesh Tripathi 0 Reputation points
0 answers

I received the error "Unable to find an OpenAPI description" while running the API tutorial at https://learn.microsoft.com/en-us/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api

https://learn.microsoft.com/en-us/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api When connecting to localhost using httprepl and https, I received the error "Unable to find an OpenAPI description". I am using…

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.
966 questions
asked 2024-05-10T14:06:11.3866667+00:00
Stanley, Eugene 0 Reputation points
0 answers

Users with update MS Lists view in SharePoint Lists (MC709979) unable to see items in list

I have a large list with 31,000 items in it. Users that have been updated to the new List view (as described in MC709979) are not seeing any items in the normal view. The view has been filtered and only has about 20 items showing. Everyone else can see…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,733 questions
asked 2024-05-10T14:06:00.45+00:00
Jordon R 0 Reputation points
0 answers

When will the pgrouting extension be available in Postgresql 16.2 Azure flexible server?

When will the pgrouting extension be available in Postgresql 16.2 Azure flexible server?

Azure Database for PostgreSQL
asked 2024-05-10T14:05:27.9533333+00:00
Cooling, Steve 0 Reputation points
0 answers

app setting with a hyphen doesn't work with task Azure App Service deploy v4

I'm using Azure App Service deploy version 4 in azure devops and I'm trying to set an app setting to a value that starts with a hyphen/dash. The value is coming from the vault/group variable The setting is as follows -PRIVATE_KEY $(key-private). When the…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
966 questions
asked 2024-05-10T14:00:11.24+00:00
Yanis Kross 1 Reputation point
0 answers

302 Error when trying to naviagte through app proxy service

hi there, I am trying to access a json that is sat behind an app proxy. i want to do this via power automate If i do the initial request directly to the api, i get a 302 error redirecting me to login. which then terminates the flow. I updated the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,657 questions
asked 2024-05-10T13:53:23.2933333+00:00
Zarwalski, Lily 0 Reputation points
0 answers

Microsoft Grpah Apo intune Mobile device and software

i have requirements to pull mobile devices from MS intune using graph api, i am able to pull manageddevies but not able find api which gives me application or s.w installed on moible device i tried deviceappmanagment api but not able to add filter in…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,708 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,400 questions
asked 2024-05-10T13:52:48.3766667+00:00
Ashwin Gupta 0 Reputation points
0 answers

VS unable to debug unhandled exception

I have configured VS to debug all types: However, I still get this prompt when an app crashes: I just want to get a clue about where this crash comes from. All the code of the app is in try-catch blocks. Could anyone offer a tip?

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
945 questions
asked 2024-05-10T13:52:03.9+00:00
Hong 1,051 Reputation points
0 answers

[Asp.Net Core MVC] Is posssible to embed the wwwroot directory inside the dist binary?

I have an Asp Net Core MVC project with my assets in wwwroot. My intent is to have only the binary and the appsettings file so is easy to update the application in production without to lose some updated assets files. I used this options…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,207 questions
asked 2024-05-10T13:51:50.54+00:00
Storm Energy 0 Reputation points
0 answers

Deploying the tabular cube failed with a timerunot error

Hello everyone, I'm encountering an issue while deploying the cube. It's failing, as shown in the image below. Can anyone help me with this?

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,804 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,247 questions
asked 2024-05-10T13:51:47.6366667+00:00
Bharath Kumar 5 Reputation points
0 answers

How to fix issue in prepapred statement on jdbc driver 12.6.1 jre11

Recently we have upgrade the SQL JDBC driver from version 4 to version 12.6.2 jre11 as we upgraded to 2022 SQL server. After changing the driver we are facing issue in prepared statement. The same code with 12.6.2 jre8 and java8 returning results . But…

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,804 questions
asked 2024-05-10T13:49:21.6766667+00:00
Dhamodharan M 0 Reputation points
edited the question 2024-05-10T13:57:06.8366667+00:00
Dhamodharan M 0 Reputation points
0 answers

How to use an Microsoft Entra ID to authenticate with the Speech to text REST API (for batch transcription

I looks like you can only authenticate to the "Speech to text REST API" with a api key (Ocp-Apim-Subscription-Key). What we would like is to authenticate with a Microsoft Entra ID. Why? Our application is running a AKS and all our containers…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,412 questions
asked 2024-05-10T13:45:07.2666667+00:00
Johan Klijn 41 Reputation points
0 answers

How to setup Blazor Server with Blazor WASM with gRPC for virtual IIS application?

Hi, I have simple Blazor Server without static files. It is only falling into Blazor WASM with static files using FallBackTo. There is gRPC an its Controller mapped on the main endpoint. Everythig is working on https://localhost. Once I try to deploy…

Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,207 questions
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,403 questions
asked 2024-05-10T13:41:33.87+00:00
Matěj Rada 20 Reputation points
0 answers

query taking long time to match

Hi Team, how to split the query to check data missmatch fint.eabl column if there multiple left joint and taking time to match it query attachedcheck.txt

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,804 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,460 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,558 questions
asked 2024-05-10T13:40:44.6133333+00:00
Vineet S 165 Reputation points
0 answers

How to find the largest item in Archive folder in MS Exchange 2016

Hi . We are migrating from on premise exchange to Exchange online. We are on process of finding large mails greater than 150 MB within a user mail box. I am using the below query to do it . Get-Mailbox -ResultSize Unlimited |…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,207 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,367 questions
asked 2024-05-10T13:37:18.1133333+00:00
Jonathan Priyaraj 80 Reputation points