297,270 questions

Sort by: Updated
3 answers

visual studio 2022 visual basic navigation bar dropdown not working after updating to 17.10.1

VS issue1.png When I look at the code for a form, the middle drop down in the navigation bar is missing all the controls. The code for the controls in moved to the far right drop down (like it would if it is missing a handles clause). If I click on one…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,753 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,621 questions
asked 2024-06-07T15:23:20.54+00:00
KimW 0 Reputation points
answered 2024-06-13T08:30:08.84+00:00
PayPak Professional 0 Reputation points
1 answer

Initial RemoteApp deployment does not work if NTLM is forbidden

Hi Microsoft. Let me share the following finding which smells like a windows bug: 1 Take a cleanly installed server OS (2019/2022), setup the remote desktop server role (session based) and publish a remoteApp ready for deployment. 2 configure the GPO…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,328 questions
asked 2024-06-11T15:28:29.1766667+00:00
MTG 1,201 Reputation points
commented 2024-06-13T08:29:09.6833333+00:00
MTG 1,201 Reputation points
3 answers

Biometrics - Some of these settings are hidden or managed by your organization

-When going in windows to ->Sign ins-> I am unable to set biometrics. *Some of these settings are hidden or managed by your organization. for e.g. Windows Hello Face This option is currently unavailable - Click to learn more -To try and solve this…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,928 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,593 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,565 questions
asked 2024-06-10T09:53:31.1+00:00
Ahmed Sh 60 Reputation points
commented 2024-06-13T08:28:58.4233333+00:00
ZhoumingDuan-MSFT 9,790 Reputation points Microsoft Vendor
2 answers

unable to convert unique identifier

Hi Team, unable to convert this value as an unique identifier and getting null values SELECT try_convert(uniqueidentifier,''9UIC32D1-932-4V03-45E9-FGSGDASASDATY'')testid

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,046 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,484 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,255 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,575 questions
asked 2024-06-12T07:17:37.1633333+00:00
Vineet S 205 Reputation points
commented 2024-06-13T08:27:50.7633333+00:00
Erland Sommarskog 103.2K Reputation points MVP
1 answer

How do I apply a renewed Azure Grant to my Azure Sponsorship subscription for non-profits?

Hi there. My non-profit recently received an email saying our Azure Grant had been approved and renewed (this is the second year we have received the grant) However, I can't seem to apply the grant to our subscription. Can anyone help?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,198 questions
asked 2024-06-12T23:10:48.0166667+00:00
Paul Mason 0 Reputation points
answered 2024-06-13T08:26:55.5633333+00:00
SadiqhAhmed-MSFT 39,726 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

ASSISTANTS API: Where are persistent resources stored?

When interacting with the Assistants Api, some persistent resources are created, namely: Assistants, Threads and Messages. All have an unique ID and the API exposes methods/endpoints to retrieve these resources. I can't find anywhere in the documentation…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,419 questions
asked 2024-06-12T15:52:26.37+00:00
Lorenzo Larghi 0 Reputation points
commented 2024-06-13T08:25:33.5166667+00:00
AshokPeddakotla-MSFT 29,651 Reputation points
1 answer

How to get the public IP range of my Azure Databricks cluster? I Need to whitelist this IP range with a host that I want to connect and get data from.

How to get the public IP range of my Azure Databricks cluster? I Need to whitelist this IP range with a host that I want to connect to and get data from.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,012 questions
asked 2024-06-13T08:19:20.98+00:00
Makarand Nidhalkar 0 Reputation points
edited an answer 2024-06-13T08:25:05.43+00:00
Andreas Baumgarten 99,371 Reputation points MVP
1 answer

SSH User Password

I have assigned my username and password for SSH, but while I am connecting through CLI with the username, it's getting a password error or what will be the default password to enter Please advise, how to fix this use because I wanted to set up…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,362 questions
asked 2024-06-11T08:59:52.82+00:00
Sundar Thulasiraman 0 Reputation points
commented 2024-06-13T08:22:38.5833333+00:00
Sundar Thulasiraman 0 Reputation points
1 answer

Seamless SSO testing

I would like to know if we can test the AD/EntraID connect seamless SSO in one windows machine without GPO policy,if so how?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,070 questions
asked 2024-06-03T13:45:25.0366667+00:00
Jaganathan Krishnan 45 Reputation points
commented 2024-06-13T08:20:11.15+00:00
Givary-MSFT 29,261 Reputation points Microsoft Employee
3 answers

Make KeyChar Accept Decimal

Hi I am trying to build a custom calculator to make my data entry more efficient. I am trying to limit a textbox in Visual Basic to only accept one decimal point. So far this code only accepts integers and the Backspace button. Dim Ch As Char = e.KeyChar…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,621 questions
asked 2021-10-30T17:42:08.813+00:00
Andy 1 Reputation point
commented 2024-06-13T08:19:54.64+00:00
KOZ6.0 5,630 Reputation points
3 answers

while installing the sql server 2022 i am getting an error

exit code(Decimal): 2061893606 Error Description: wait on the database engine recovery handle failed. check the sql server error log for potential causes Getting this error while installing sql

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,046 questions
asked 2024-06-10T11:57:09.7833333+00:00
shanta swaroop 0 Reputation points
commented 2024-06-13T08:18:39.2+00:00
MikeyQiaoMSFT-0444 1,085 Reputation points
2 answers

I'm suddenly unable to log into Microsoft Entra & receive this error. What happened?

{ "sessionId": "b93dcd3abb9e4100aad9db77ff5282ae", "errors": [ { "errorMessage": "interaction_required: AADSTS16000: User account '{EUII Hidden}' from identity provider…

Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,070 questions
asked 2024-06-02T22:52:25.54+00:00
George Abreu Jr 0 Reputation points
commented 2024-06-13T08:18:37.8533333+00:00
Givary-MSFT 29,261 Reputation points Microsoft Employee
2 answers

Failover clustering lab

hi i have done the lab below from the az-801 course and just require some clarification is the final intent of the lab to essentially build a highly resilient general purpose file server solution which can be utilised? how does this differ to SOFS? Sofs…

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,144 questions
asked 2024-06-09T10:14:50.4766667+00:00
Dalbir Singh 80 Reputation points
commented 2024-06-13T08:17:41.8633333+00:00
Dalbir Singh 80 Reputation points
2 answers One of the answers was accepted by the question author.

Mac cursor on button

Hi, In window I did this code and is not working on MAC. How do i fix it ? Thanks, Microsoft.Maui.Handlers.ButtonHandler.Mapper.AppendToMapping("Custom", (handler, view) => { #if WINDOWS using Microsoft.UI.Input; using…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,044 questions
asked 2024-05-30T10:34:02.6266667+00:00
Dani_S 3,066 Reputation points
commented 2024-06-13T08:17:26.7833333+00:00
Dani_S 3,066 Reputation points
1 answer One of the answers was accepted by the question author.

How to select multiples images on iOS using .NET MAUI

I'm using .NET MAUI and I want to select multiple images in iOS gallery (photos folder). I tried 2 libraries to do so. The first one is FilePicker, here is the implementation public class PicturePickerImpl : IPicturePicker { async public…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,044 questions
asked 2024-06-12T12:51:17.79+00:00
Wyllis Monteiro 21 Reputation points
commented 2024-06-13T08:16:12.8966667+00:00
Wyllis Monteiro 21 Reputation points
1 answer One of the answers was accepted by the question author.

Benefits of keeping all services in the same region

I am building a RAG system using Azure OpenAI, AI Search, and Storage Account. Since I want to use gpt-4o, I need to select a relevant region for OpenAI such as westus or eastus. What are the benefits of keeping all three services, including AI Search…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,813 questions
Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
791 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,539 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,419 questions
asked 2024-06-13T06:45:06.0233333+00:00
tsuzuki-s 0 Reputation points
accepted 2024-06-13T08:15:55.7266667+00:00
tsuzuki-s 0 Reputation points
1 answer

Veracode error with SetWindowsHookEx win API call

I am getting an Embedded Malicious Code (CWE ID 506) error while using the SetWindowsHookEx win API call and running a Veracode security scan. The error message states that this technique is typically used by rootkits or other malicious code. Can anyone…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,468 questions
asked 2024-06-10T06:50:57.29+00:00
Aswin mc 0 Reputation points
commented 2024-06-13T08:15:45.3033333+00:00
RLWA32 41,826 Reputation points
1 answer

outlook mail setup

Dear mr/mrs, Outlook in iphone was asking for password several times. Probably since latest update.. Eveytime ms told me password was incorrect. Even after password change.. password still incorrect. Then deleted account and try to setup as new. …

Outlook
Outlook
A family of Microsoft email and calendar products.
3,206 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,983 questions
asked 2024-06-09T13:07:12.16+00:00
Rik Boere 0 Reputation points
commented 2024-06-13T08:15:04.0333333+00:00
Faery Fu-MSFT 17,716 Reputation points Microsoft Vendor
1 answer

Upgrading SQL Server having multiple instances

Our SQL is of 2014 RTM. Planned to upgrade it to 2014 SP3 in the first place later to 2022. And our SQL Server do have extra 2 instances as being used for replication DBs. I saw rolling upgrade as solution to HA environment. But nowhere could I see…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,046 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,849 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
55 questions
asked 2024-06-12T06:56:26.71+00:00
Radhai Krish 81 Reputation points
commented 2024-06-13T08:14:59.32+00:00
MikeyQiaoMSFT-0444 1,085 Reputation points
1 answer

How to authenticate Graph API to get members of a Microsoft tenant from a PME tenant service

Hello, I have a service that needs to call the Graph API to retrieve the members of a specific group in a Microsoft tenant. Due to security requirements, I need to move the service to a PME tenant. What is the authentication process to make Graph API…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,029 questions
asked 2024-06-11T16:28:05.0833333+00:00
Yu Kang 0 Reputation points Microsoft Employee
commented 2024-06-13T08:14:49.1433333+00:00
CarlZhao-MSFT 38,676 Reputation points