344,014 questions

Sort by: Updated
1 answer

How to fix Error CS0029 Cannot implicitly convert type 'void' to 'System.Collections.Generic.List<Vase.Models.Person>'

var user = from u in conn.Table<Person>() querywhere u.name == "WALE" select u; return user.FirstOrDefaultAsync().Wait(); I got error in the bold line. i cant figure what i did wrong pleas help

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,903 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,286 questions
Entity Framework Core Training
Entity Framework Core Training
Entity Framework Core: A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.Training: Instruction to develop new skills.
3 questions
asked 2024-05-07T00:20:57.27+00:00
Gbenga Banuso Odumosu 0 Reputation points
answered 2024-05-07T03:54:27.85+00:00
1 answer One of the answers was accepted by the question author.

Upgrading to .Net 8 results in errors when referenced by a project targeting '.NetFramework=4.61'

I am using the upgrade assistant to upgrade the framework, but it's resulting in many errors. Is there any documentation available that explains step-by-step how to fix the errors that occur during the framework upgrade process?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,399 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
3 questions
asked 2024-04-29T22:40:37.7233333+00:00
Ziya Ganjili 20 Reputation points
commented 2024-05-07T03:54:05.5633333+00:00
Ziya Ganjili 20 Reputation points
3 answers One of the answers was accepted by the question author.

Azure Postgresql Flexi instance - How to check the table creation date and time

HI Can someone help me to find the tables/objects create date/time in Azure postgresql flexi instance ? we used to use this one , select * from pg_stat_file( pg_relation_filepath('alert') ) in on-prem but that's not working in azure with admin user due…

Azure Database for PostgreSQL
asked 2024-04-24T02:29:38.51+00:00
subhash-DBA 40 Reputation points
accepted 2024-05-07T03:53:45.71+00:00
subhash-DBA 40 Reputation points
0 answers

Long running operation failed when I changed library version

Hello, we used in our pod in this library: com.azure.resourcemanager:azure-resourcemanager-network:2.8.0 To use this API: ExpressRouteCircuitsImpl expressRouteCircuits expressRouteCircuits.inner().listRoutesTable(resourceGroupName, circuitName,…

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
189 questions
asked 2024-05-02T14:29:04.8166667+00:00
Yahalom Maimon 0 Reputation points
commented 2024-05-07T03:53:39.63+00:00
GitaraniSharma-MSFT 47,676 Reputation points Microsoft Employee
0 answers

How can I enforce Azure Firewall using Hub & Spoke with multiple subscriptions?

Hello, we are using classic hub/spoke with Express Route and want to manage a central firewall instance for all connections to on-prem. We have setup a dedicated subscription hosting an Express route, Hub VNet & Azure Firewall. The spokes peered with…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
573 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,163 questions
asked 2024-05-07T03:52:11.61+00:00
Stawik, Lukas 0 Reputation points
1 answer

What is wrong with January Windows Cumulative Updates for Windows 11 22H2 and 23H2 are not working?

What is wrong with January Windows Cumulative Updates for Windows 11 22H2 and 23H2 are not working? What must Microsoft recommend to fix this issue on most of our company's Windows 11 machines? Why did Microsoft release updates that caused headaches in…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,773 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,238 questions
asked 2024-02-01T18:14:01.84+00:00
JSPilaps 0 Reputation points
commented 2024-05-07T03:52:06.43+00:00
Dai Jones 0 Reputation points
0 answers

Deploying SDN on Azure Stack HCI

Hello All, I deployed SDN in an Azure Stack HCI cluster. But when I go to SDN infrastructure, I see a lot of errors: Urgent: SDN certificates need your attention 7:05:44 AMSourceGo to SDN Infrastructure.Type Error Message More than one certificate was…

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
270 questions
asked 2024-05-03T14:52:46.2166667+00:00
Tuttle, Inna 0 Reputation points
commented 2024-05-07T03:51:49.79+00:00
vipullag-MSFT 24,211 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure Data Factory - Generate custom Guid and copy to SQL table

I need to generate a unique Guid which contains only numeric and of length 20, for every row in the table. Currently, I am running one lookup activity (name - FetchIDs) to run the Stored procedure. Output of the lookup activity is as shown below { …

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,609 questions
asked 2024-04-24T04:52:39.85+00:00
SR 60 Reputation points
accepted 2024-05-07T03:51:24.33+00:00
SR 60 Reputation points
1 answer One of the answers was accepted by the question author.

AuthorizationFailed Exercise - Create an Azure virtual machine

christopher [ ~ ]$ az vm create --resource-group "learn-44f24c66-03ca-429e-b7d7-40d7a4066486" --name my-vm --public-ip-sku Standard --image Ubuntu2204 --admin-username azureuser --generate-ssh-keys (AuthorizationFailed) The client…

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.
948 questions
asked 2024-05-02T14:57:41.7333333+00:00
Christopher Mills 20 Reputation points
commented 2024-05-07T03:50:35.5833333+00:00
roland abellano 0 Reputation points
1 answer

Change password in Azure CosmosDB MongoDB Vcore

I created the database mentioned above and I want to change the password. I checked online and this was the way to do it. But it seems Azure is not supporting it. So how do we change the password? db.changeUserPassword("accountUser",…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,449 questions
asked 2024-05-03T01:49:10.5333333+00:00
Ziggy Zulueta 455 Reputation points MVP
commented 2024-05-07T03:49:49.6266667+00:00
ShaktiSingh-MSFT 13,441 Reputation points Microsoft Employee
1 answer

Fix. Exchange Rate Amount

Hi Team, Greetings!!! We have following three options in "Fix. Exchange Rate Amount" but the purpose of each option is not explained. Will you please update me the purpose and financial impact of each option. Thanks. Best Regards,   …

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
38 questions
asked 2024-05-06T05:36:48.7433333+00:00
Sheikh Muhammad Jawad 0 Reputation points
commented 2024-05-07T03:49:42.6733333+00:00
Sheikh Muhammad Jawad 0 Reputation points
0 answers

image not loading in modal popup imageurl in asp.net c#

i am trying to load image in image button through modal popup. The problem is modal popup is showing, but image not loading which means it is blank window. i am storing all the images in different server and application hosted in another server. what is…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,277 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,286 questions
asked 2024-05-05T17:01:04.1133333+00:00
Gani_tpt 1,566 Reputation points
edited a comment 2024-05-07T03:49:13.46+00:00
SurferOnWww 1,916 Reputation points
1 answer

How to enable Azure Postgresql flexible server to have both High Availability and Storage Auto-grow scaling?

Based on the documentation, Azure Postgresql flexible server supports both High Availability and auto-growth storage, but it seems that I cannot select High Availability if I have auto-growth and vice versa. Why?

Azure Database for PostgreSQL
asked 2024-05-02T08:52:08.18+00:00
Lippy 20 Reputation points
commented 2024-05-07T03:46:54.75+00:00
ShaktiSingh-MSFT 13,441 Reputation points Microsoft Employee
0 answers

How to fix error while installing minispy filter driver on my windows10 notebook

I compiled it in VS2022 and even created a cat file, but an error occurs when I try to install it. The meaning of the error is "There was a problem adding the driver to the repository". minispy.txt Attached file is "minispy.inf"…

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
6 questions
asked 2024-05-07T03:45:41.8+00:00
Taeil Jeon 0 Reputation points
1 answer

how to restore differential azure Sql database automatically

Hello, Please suggest best approach to restore differential azure sql database. Restore/data refresh required 1-2 times daily. if we can do something using powershell/python and automation used for auto refresh. I am familiar with azure data factory for…

Azure SQL Database
asked 2024-05-01T07:44:45.57+00:00
Ashutosh Prashar 0 Reputation points
answered 2024-05-07T03:45:30.8566667+00:00
ShaktiSingh-MSFT 13,441 Reputation points Microsoft Employee
1 answer

Link Audit logs to Groups or Role or Privilege

I am wondering how can I link the audit logs from Azure AD to Role, Group or Privilege? The logs just have the action and the category. Is there a way by which I can understand using what Role or Group privilege this action was taken?

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.
671 questions
Microsoft Intune Grouping
Microsoft Intune Grouping
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Grouping: The arrangement or formation of people or things in a group or groups.
40 questions
asked 2024-04-30T17:53:28.7266667+00:00
Swapnil Khamkar 0 Reputation points
commented 2024-05-07T03:44:47.1333333+00:00
Shweta Mathur 27,711 Reputation points Microsoft Employee
1 answer

Unable to Read/Write B2C Custom Domain Settings in Entra Admin Center

I'm following along the Azure Add your custom domain name steps and trying to navigate to the Settings>Domain name. I have global admin for the tenant which is also linked to an active subscription But there is no Setting under Identity.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,906 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,655 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,581 questions
asked 2024-05-01T19:40:46.8366667+00:00
Trevor Westin 26 Reputation points
commented 2024-05-07T03:42:36.9266667+00:00
Shweta Mathur 27,711 Reputation points Microsoft Employee
0 answers

Updating Service Reference lost some proxy/client code in Visual Studio 2022

There was a WCF service which could work as expected with VS2019. Using Visual Studio 2022, after click "update Service Reference", there are a lot of reference errors. It seems that it lost some proxy/client code for a WCF service residing in…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,627 questions
asked 2024-05-06T06:45:22.4766667+00:00
Xiaorong 0 Reputation points
commented 2024-05-07T03:42:34.7033333+00:00
Anna Xiu-MSFT 25,801 Reputation points Microsoft Vendor
0 answers

AuthorizationFailed - Exercise - Create an Azure virtual machine

I am currently doing the Unit 3 of "Describe Azure compute and networking services" when I encountered the error message below: Requesting a Cloud Shell.Succeeded. Connecting terminal... Welcome to Azure Cloud Shell Type "az" to…

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.
948 questions
asked 2024-05-07T03:41:48.83+00:00
roland abellano 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to upgrade the Azure Synapse Runtime for Apache Spark 3.1 to version 3.3

We received an email regarding the retirement of Apache Spark 3.1 as of January 26, 2024. There is a notice saying to upgrade to Apache Spark 3.3 when clicking on [Azure Synapse Link for Dataverse] from Power Apps, but I am not seeing the Update option…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,400 questions
asked 2024-01-12T10:45:46.7933333+00:00
Upul Karunaratne 20 Reputation points
commented 2024-05-07T03:40:46.72+00:00
Smaran Thoomu 10,000 Reputation points Microsoft Vendor