55,808 questions

Sort by: Updated
0 answers

visual basic 6.0

how could I download Vb6, I only can find the update package on the page. thank you

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,759 questions
asked 2024-06-14T09:36:24.0733333+00:00
Nam Nhat Nguyen - NAMN 0 Reputation points
0 answers

How to get free data hosting for C# desktop application?

Hello I want to design an application with multiple users in my C# wpf project. In short, with the application, users will be able to send and receive some non-large-scale data. Since I don't have the budget, I want to do this for free. I thought of…

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,475 questions
asked 2024-06-14T09:36:20.88+00:00
fatih uyanık 80 Reputation points
0 answers

Not able to upload data in azure AI studio chats using Azure blob storage preview.

The ingestion process keeps on going. The data in blob storage is of 67kb only. The data is in pdf format. I have granted private access to my container in storage accounts. Pls help me. The model created is gpt-35-turbo and used basic tier subscription…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,427 questions
asked 2024-06-11T08:03:21.68+00:00
Aalam ansari 5 Reputation points
commented 2024-06-14T09:35:10.2+00:00
Syed Ahmed 0 Reputation points
0 answers

functions not deleted?

I have deleted all my serverless functions but still my static web app can get response from one of them, its not cached, I've tried with different input

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,477 questions
asked 2024-06-14T09:34:15.1333333+00:00
paul gronborg 0 Reputation points
0 answers

Missing JSON Template Link for "Add to an Index Using the Push API" Exercise

I'm following the "Add to an Index Using the Push API" exercise in the Implement Knowledge Mining with Azure AI Search learning path (AI-102). The instructions suggest deploying resources using a custom template, but they only provide a…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,510 questions
asked 2024-06-14T09:22:14.64+00:00
Vladislav Sorokin 0 Reputation points
edited the question 2024-06-14T09:31:55.9633333+00:00
Vladislav Sorokin 0 Reputation points
0 answers

Windows IoT Image for MS Teams MTR PC

Hi, I have a Dell MTR PC running W11 IoT in a Teams Room. The SSD has issues and Dell sent me a new one, but the image on the SSD is W11 Pro not IoT so I simply cannot get it to work. Does anyone know how to get hold of an official W10/11 IoT Image for a…

Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
383 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,365 questions
asked 2024-06-14T09:30:03.9766667+00:00
Andrew Church 0 Reputation points
0 answers

Azure stream analytics streaming job failed

Hi everyone, My ASA failed in the middle of the night with the following error: The input and output connectors also did not work the following day. Without doing anything, the connections re-established themselves after a day and I can start the ASA…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,035 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
339 questions
asked 2024-06-14T09:28:24.2933333+00:00
Tiemen Vanderstraeten 0 Reputation points
0 answers

Switch from picture in a cell to picture over cell

Hi All, I want a code in VB.net to switch from picture in a cell to picture over a cell. The below is the code I have so far. Next step will be to select the cell B1 and make the picture over cell and save it in the desktop that picture. Thanks for your…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,625 questions
asked 2024-06-14T08:02:23.46+00:00
SPS-6896 0 Reputation points
edited the question 2024-06-14T09:25:49.1066667+00:00
Jiale Xue - MSFT 41,116 Reputation points Microsoft Vendor
0 answers

RDP window does not close on disconnect when using a Remote Desktop Gateway

Hi I am connecting to a numer of different servers in our enviornment using RDP through a Remote Desktop Gateway. I have tried to connect both from a Windows 11 client but also between the servers in the server environment. Connecting and working with…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,332 questions
asked 2024-06-14T09:21:30.8433333+00:00
EXO-5448 0 Reputation points
0 answers

Application asked for scope 'roles' that doesn't exist

Hello, we have a app registration with openid authentication, but during authentication we get the following error: Error: invalid_client Description: AADSTS650053: The application 'XXX' asked for scope 'roles' that doesn't exist on the resource…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,082 questions
asked 2021-06-08T15:34:20.34+00:00
Guido Neubecker 1 Reputation point
commented 2024-06-14T09:20:06.6533333+00:00
Akshay Hole 0 Reputation points
0 answers

Sending PCIe Message TLP (Vendor Defined Message) from windows Kernel mode driver

Hi, I'm trying to write a custom driver on windows 10 (with KMDF) to frame & send PCIe TLP packets to PCIe EndPoint with user-defined payload. I'm able to do PCIe CfgRead, CfgWrite operations with READ_REGISTER_ULONG and WRITE_REGISTER_ULONG APIs.…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,759 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,590 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
30 questions
asked 2024-06-11T17:01:52.9166667+00:00
Srinath Prakash 0 Reputation points
edited the question 2024-06-14T09:19:58.2066667+00:00
Srinath Prakash 0 Reputation points
0 answers

Reflection

Hello, I try to inject this service in serviceprovider with two parameters. At the end, it will be generic but for this exemple, I put the parameters. Could you help me ? List<ConstructorInfo> ctors; Type[] genericArguments =…

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,475 questions
asked 2024-06-14T09:19:56.48+00:00
PharmaSoft 1 Reputation point
0 answers

MABS (DPM) failing online recovery points with ID 33344

All of our online recovery points within Azure Backup Server on prem have been failing recently. The description of the failed job is as follows: DPM skipped cloud backup for <DatasourceType> <DatasourceName> on <ServerName> because the…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,154 questions
asked 2024-06-14T09:16:38.6433333+00:00
Radu 0 Reputation points
edited the question 2024-06-14T09:17:11.5133333+00:00
Radu 0 Reputation points
0 answers

How to Use Microsoft Azure to Enhance Website Performance for a Discount Code Site?

Hi everyone, I run a website, webdesignconqueror.co.uk, We are looking to enhance our website's performance and scalability using Microsoft Azure services. Could anyone provide guidance or best practices on the following: Hosting on Azure: What are the…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,368 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,525 questions
asked 2024-06-14T09:11:39.6766667+00:00
Pawel Wolniak 0 Reputation points
0 answers

Received the prompt "CPU speed isn't qualified." when install SQL Server 2019

Hi there During the SQL server 2019 upgrade installation, I received a prompt stating "CPU speed isn't qualified". The corresponding requirements are: SQL Server requires: Minimum: x64 Processor: 1.4 GHz SQL Server Management Studio requires:…

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,058 questions
asked 2024-06-14T07:47:30.32+00:00
Mark Yang 0 Reputation points
commented 2024-06-14T09:08:55.4633333+00:00
Olaf Helper 42,386 Reputation points
0 answers

404 Error when Performing Actions in Azure Data Explorer with Client Credentials

I am currently working on an application that utilizes Azure Data Explorer, and I am attempting to use client credentials for authentication. While I have successfully authenticated, I encounter a 404 error whenever I attempt to perform any actions. Here…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
497 questions
asked 2024-06-13T13:48:51.8833333+00:00
itay4 36 Reputation points
commented 2024-06-14T09:08:01.89+00:00
PRADEEPCHEEKATLA-MSFT 82,191 Reputation points Microsoft Employee
0 answers

Stay Signed in to all your apps

I'm seeing an increasing number of users reporting an issue where Windows 11 desktop apps will remain stuck displaying a dialog 'stay signed in to all your apps' after a successful Multi Factor Authentication. Does anyone have a solution for this? It…

OneNote
OneNote
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
172 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,365 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,817 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,211 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,607 questions
asked 2024-06-13T09:48:50.2333333+00:00
Ross Garnier 0 Reputation points
edited the question 2024-06-14T09:06:49.1066667+00:00
Jiajing Hua-MFST 6,510 Reputation points Microsoft Vendor
0 answers

Migrate data from Azure to AWS

Hi Team, We are trying to migrate data from Azure to AWS. We are using AWS DMS to connect to the source which is Azure (Microsoft Azure SQL Data Warehouse - 10.0.34903.0 Jan 22 2024 23:17:20 Copyright (c) Microsoft Corporation) but we are getting below…

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
740 questions
asked 2024-06-14T09:00:54.2566667+00:00
Moneeka Maan (US) 0 Reputation points
0 answers

What pre-built role to read the Microsoft Defender for Endpoint and vulnerabilities

what pre-built role (in intune or Entra ID) can be assigned to read the Microsoft Defender for Endpoint and vulnerabilities, Global Reader and Security Reader can only Read Defender for Identity or Defender for cloud but for some reason can't access to…

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
697 questions
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint: A Microsoft unified security platform for preventative protection, postbreach detection, and automated investigation and response. Previously known as Microsoft Defender Advanced Threat Protection.Training: Instruction to develop new skills.
20 questions
asked 2024-06-14T09:00:48.3333333+00:00
HazyBazy 0 Reputation points
0 answers

PSQL flexible server is in 'updating' state too long. Can't do anything with instance and databases.

I decided to upgrade from GUI Compute size of my PostgreSQL flexible server from Standard_B1ms (1vC, 2GB) to Standard_B2s (2vC, 4GB). Unfortunately, it is running about 24 hours (status "Updating"), and I can't do anything, even stop the update…

Azure Database for PostgreSQL
asked 2024-06-14T08:50:33.0466667+00:00
Michał Salasa 0 Reputation points
edited the question 2024-06-14T09:00:30.43+00:00
Michał Salasa 0 Reputation points