53,979 questions

Sort by: Updated
0 answers

IMAGE UPLOAD USING PHOTO PICKER DIALOG

RegistrationForm.cshtml <div class="mt-2"> <div class="row"> <div class="col-7 col-sm-6"> <div class="d-flex…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,193 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
300 questions
asked 2024-05-02T10:39:55.1833333+00:00
Nandini S 20 Reputation points
commented 2024-05-07T02:22:49.7966667+00:00
Ping Ni-MSFT 2,250 Reputation points Microsoft Vendor
0 answers

How to add an external library to a C# azure functions application?

Hi there, I am trying to use a JavaScript based library in my azure functions application. I copied the file in the root directory of the app and deployed it successfully on Azure but the moment I reference it in the Index.html file, it throws this…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,301 questions
asked 2024-04-30T12:36:59.1933333+00:00
Adwait Naik 40 Reputation points
commented 2024-05-07T02:21:50.9466667+00:00
LeelaRajeshSayana-MSFT 13,471 Reputation points
0 answers

Same Header File Is Different

Hello Folks: Developing on Windows 10, up to date Visual Studio Community 2022, C++. When building my application I occasionally see this error: The two header files that Visual studio is complaining about are the same file. Here is the text of the…

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,540 questions
asked 2024-05-06T18:03:25.1133333+00:00
a_unique_name 381 Reputation points
edited a comment 2024-05-07T02:17:33.51+00:00
Minxin Yu 10,031 Reputation points Microsoft Vendor
0 answers

The target principal name is incorrect

Hi Team, I've got the error "The target principal name is incorrect. Cannot generate SSPI context" when I tried to connect to SQL Server from other server. I've checked sql logs and I found info SPN was registered . I've run Kerberos…

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,767 questions
asked 2024-05-06T13:06:14.6233333+00:00
Marcin Woszczyna 0 Reputation points
commented 2024-05-07T02:06:42.8966667+00:00
MikeyQiao-MSFT 560 Reputation points Microsoft Vendor
0 answers

Access data stored in vTPM

Hi All, We have a WPF application running on .Net Framework v4.8. We are currently using 'ESXi' to host 'Windows Server 2022', which inturn hosts the WPF application. We are planning to store all the sensitive data related to the application, such as…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,678 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,285 questions
asked 2024-05-06T12:16:02.39+00:00
S Abijith 346 Reputation points
commented 2024-05-07T02:03:01.4633333+00:00
Hui Liu-MSFT 40,271 Reputation points Microsoft Vendor
0 answers

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,285 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
edited the question 2024-05-07T02:01:28.62+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,656 Reputation points Microsoft Vendor
0 answers

Something is eating up my USB Device!

To clarify: I am using WinToUSB tool to install Windows on a USB Drive, Here, I have installed Windows 10 1511 on a 32GB USB Drive using WinToUSB. After a few days of this, it ran just fine, but after install 4 GB of my needed programs, it used more than…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,671 questions
asked 2024-05-06T20:27:14.4133333+00:00
Story Master 0 Reputation points
edited the question 2024-05-07T02:00:39.9133333+00:00
Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
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-07T01:56:51.4266667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,656 Reputation points Microsoft Vendor
0 answers

Impact on Azure SQL Database due to End of TLS1.0/1.1 Support

I am currently using Azure SQL Database without specifying a minimal TLS version, but will I be affected by the TLS 1.0/1.1 discontinuation on 10/31/2024 and will I be unable to connect with less than TLS 1.2? Will the minimal version of TLS, which is…

Azure SQL Database
asked 2024-05-06T03:29:01.35+00:00
bamboo 1 Reputation point
commented 2024-05-07T01:56:45.6266667+00:00
bamboo 1 Reputation point
0 answers

ACR Tasks requests for the registry 01MayCR and 429b2584-3c36-4031-9b80-24ce22d23df9 are not permitted.

Not able to build a docker image and upload it to Container Registry

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-05-06T18:45:30.9766667+00:00
Ishan Mehta 0 Reputation points
commented 2024-05-07T01:54:46.4233333+00:00
vipullag-MSFT 24,211 Reputation points Microsoft Employee
0 answers

Error description: The system cannot find the path specified while installing SQL server management studio

I am facing an error while installing Microsoft SQL Server 2022, In the log file the error says : Component name: SQL Server Database Engine Services Instance Features Component error code: 0x80004005 Error description: …

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,767 questions
asked 2024-05-06T16:23:40.68+00:00
Nikita Gaur 0 Reputation points
commented 2024-05-07T01:43:17.7133333+00:00
LucyChen-MSFT 1,045 Reputation points Microsoft Vendor
0 answers

ASP.NET MVC area issue on IIS 10

I have an existing ASP.NET MVC application (on .NET 4.8), and I have recently added an area to the application (area is registered and the route is mapped). When I deployed the app to IIS, it works as expected on the local server (server-localhost:port),…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,276 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,178 questions
asked 2024-05-06T10:06:31.3666667+00:00
Mahdi Khardani 0 Reputation points
commented 2024-05-07T01:42:09.4766667+00:00
SurferOnWww 1,916 Reputation points
0 answers

How to send a Zoom invitation through Visual Studio Desktop application

I found the following API code: Dim token = JObject.Parse(System.IO.File.ReadAllText(ConfigurationManager.AppSettings("TokenFilePath"))) 'Dim client = New RestClient($"https://api.zoom.us/v2/users/me") Dim client = New…

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-07T01:36:59.0233333+00:00
Simon 286 Reputation points
0 answers

Develop an ASP.NET Core web app that consumes an API assessment fail

Hi, I recently attempted the applied skill assessment: Develop an ASP.NET Core web app that consumes an API Although not all requirements were very clear, I was confident I completed all the tasks. everything was tested by me and all the functionality…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,193 questions
asked 2024-05-03T09:03:54.2166667+00:00
robin lenaerts 0 Reputation points
commented 2024-05-07T01:36:34.4533333+00:00
Tiny Wang-MSFT 1,571 Reputation points Microsoft Vendor
0 answers

Unable to update database while running app second time

User entered data before exiting the app. User entered data in sub table before exiting the app. After user exists the app, user runs the app again, the data is not updated. Sub or linked table's data fails to update its data just after user…

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,285 questions
asked 2024-05-06T23:45:21.2033333+00:00
John 406 Reputation points
edited the question 2024-05-07T01:35:59.3166667+00:00
Anna Xiu-MSFT 25,801 Reputation points Microsoft Vendor
0 answers

How to use condition to compare two things for dropdown and an empty field in wpf?

Hi Team Need to use a condition will check if combo box(truck-empty) for selected item and when an empty field(topseal and bottomseal), needs to validate for both. Meaning when a user selects this combo box for truck-empty condition must met only here,…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,678 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,285 questions
asked 2024-05-06T20:20:32.45+00:00
Gcobani Mkontwana 20 Reputation points
edited the question 2024-05-07T01:35:23.34+00:00
Hui Liu-MSFT 40,271 Reputation points Microsoft Vendor
0 answers

How to setup workflow on SharePoint project management team site

Hi everyone. We have a project management team site created on SharePoint and would like some help on how to add a workflow that would automatically create an issue under the issue tracker on SharePoint when a item is created under the project tracker…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,694 questions
asked 2024-05-06T13:54:46.0433333+00:00
Ahmet Sonmez 0 Reputation points
commented 2024-05-07T01:35:01.77+00:00
Emily Du-MSFT 41,941 Reputation points Microsoft Vendor
0 answers

Error while updating fields.

I am having issues with updating data fields while trying to save it to one of my drives. Here are the details: System.InvalidOperationException: 'Update requires a valid UpdateCommand when passed DataRow collection with modified rows.' There needs to…

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,285 questions
asked 2024-05-06T16:55:09.03+00:00
John 406 Reputation points
edited the question 2024-05-07T01:34:57.3333333+00:00
Anna Xiu-MSFT 25,801 Reputation points Microsoft Vendor
0 answers

New Notepad version 11.2307.27.0 doesn't have auto save option

Hi, I'm running Windows 11, most recent updates installed 22H2 build 22621.2361 The new Notepad has no section for "When Notepad Starts" in the options on my desktop machine. It just shows the original four options (Theme, font, Opening Files,…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,238 questions
asked 2023-10-10T04:14:32.5333333+00:00
Frank Woolf 10 Reputation points
commented 2024-05-07T01:26:50.04+00:00
pamungkas andono 0 Reputation points
0 answers

Slow Office 365 install with Configuration Designer

I am having an issue when running a provisioning package made with configuration designer. Currently trying to have Office 365 installed during provisioning using ODT and a batch script. It takes 3.5-4 hours for the office installer to complete, however…

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
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,513 questions
Microsoft Configuration Manager
asked 2024-05-06T15:02:20.1133333+00:00
Jeff Sullivan 0 Reputation points
commented 2024-05-07T01:23:52.0733333+00:00
AllenLiu-MSFT 40,551 Reputation points Microsoft Vendor