54,006 questions with Developer technologies-related tags

Sort by: Updated
0 answers

MAUI Anroid - java.lang.ClassNotFoundException: Didn't find class "androidx.startup.InitializationProvider"

I have an MAUI Net 8 project, when running the project , the app is installed, but upon startup, the app crashed with the following exception, Java.Lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider:…

Developer technologies .NET .NET MAUI
asked 2024-10-17T12:11:52.0966667+00:00
Aneetha 65 Reputation points
commented 2024-10-18T08:33:52.38+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Highlight element

I have a template <DataTemplate x:Key="PhoneTemplate" x:DataType="{x:Null}"> <SwipeView Threshold="300"> <SwipeView.RightItems> <SwipeItems…

Developer technologies .NET .NET MAUI
asked 2024-10-16T15:13:41.7933333+00:00
Eduardo Gomez Romero 1,355 Reputation points
accepted 2024-10-18T08:11:35.2566667+00:00
Eduardo Gomez Romero 1,355 Reputation points
2 answers One of the answers was accepted by the question author.

Excel process not terminating after use in C# console app

I am creating spreadsheets in a C# console app using Excel. When I try to terminate the Excel process and get the window handle, I get an 'InvalidComObjectException' the second time through. The first Excel image in memory is deleted but thereafter Excel…

Developer technologies .NET Other
asked 2024-02-07T19:36:54.0966667+00:00
Al Harlow 20 Reputation points
edited a comment 2024-10-18T08:03:46.5033333+00:00
Andrzej Szepczyński 0 Reputation points
3 answers One of the answers was accepted by the question author.

Get Results from Task.WhenAll for multiple tasks

Hi Folks, I am trying to get the results back from running multiple tasks. Each task point to a function and returns either true or false. Here is my code: var t1 = new Task(() => { CheckNC(); }) ; var t2 = new Task(() => { CheckNL(); }); var t3…

Developer technologies Windows Forms
Windows for business Windows Client for IT Pros User experience Other
Developer technologies C#
asked 2024-10-03T10:19:58.7366667+00:00
john noble 181 Reputation points
commented 2024-10-18T07:48:56.5366667+00:00
Anonymous
2 answers

How store token from POST sent from external application

We have a .NET WebForms application ("NetApp") that is launched from a WebFOCUS application ("WF") via a POST request, passing a token. NetApp cannot grab this token when a POST is used by WF, but when GET is used by WF, no problem.…

Developer technologies .NET Other
asked 2024-10-11T14:39:27.7633333+00:00
J Fisher 0 Reputation points
commented 2024-10-18T07:12:05.5066667+00:00
Anonymous
1 answer

Datagridview with datatable as a datasource - user edits

I have a winform project in visual studio. I have placed a datagridview on the from. I build a DataTable with data from a database. I then add a new column to the datatable and assign the datatable as the datasource for the datagridview. Run the…

Developer technologies C#
asked 2024-10-11T21:52:02.09+00:00
Darryl Hoar 181 Reputation points
commented 2024-10-18T06:42:19.9233333+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

How to get or/and execute context menu verbs knowing path of item

Hello, can you please tell me how to get information about commands from the windows context menu, I need to get all the commands for an element by its path, and if it is possible to run the command (verb) as if you clicked on it in the context menu.

Windows development Windows API - Win32
Windows for business Windows Client for IT Pros User experience Other
Developer technologies C#
asked 2024-10-17T17:25:50.0333333+00:00
123244 140 Reputation points
commented 2024-10-18T06:35:36.2933333+00:00
123244 140 Reputation points
1 answer One of the answers was accepted by the question author.

How to build an application correctly in the WinUI3 project template?

I am working in the Blank App, Packaged (WinUI 3 in Desktop). When compiling and launching a new project in Visual Studio using the keyboard shortcut "Ctrl + F5", the application opens without problems. However, when building the project and…

Windows development Windows App SDK
Developer technologies XAML
asked 2024-10-15T14:33:58.7666667+00:00
RΞY 20 Reputation points
edited an answer 2024-10-18T05:12:48.83+00:00
Anonymous
1 answer

Integrating AI to .NET

Hi, I'm a jun. .NET dev. Nowadays I wanted to learn and integrate AI to my project, but I'm confused. Should I learn phyton and integrate AIs that were written with phyton, or start using ML.NET? I want my product or project to be very high quality. But…

Developer technologies ASP.NET ASP.NET Core
Developer technologies .NET .NET Machine Learning
asked 2024-10-16T16:02:41.7733333+00:00
Atilla Rüstəmli 60 Reputation points
answered 2024-10-18T03:21:36.38+00:00
Anonymous
1 answer

How to create a installer that installs multiple applications c# visual studio 2019

I need to create a single installer that when it runs installs multiple applications/services. These applications/services were created in c#, .NET in visual studio 2019. How do I accomplish this? The Deployment project in visual studio does not appear…

Developer technologies C#
asked 2024-10-17T21:00:39.97+00:00
Darryl Hoar 181 Reputation points
answered 2024-10-18T02:54:25.47+00:00
Anonymous
1 answer

Visual Studio 2022 Enterprise class library not load solution

My MVC website project has two class libraries that can't be loaded in Visual Studio, and both of these libraries have Web.config files. Other classes can be opened because they don't have Web.config files. However, I can open the same project on another…

Developer technologies Visual Studio Other
asked 2024-10-15T13:59:15.81+00:00
Phạm Quang Hưng 0 Reputation points
commented 2024-10-18T02:16:34.4133333+00:00
Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
1 answer

Help analyse BSOD BugcheckCode 268435583

Hello, I am getting a BSOD with BugcheckCode 268435583 whenever I try to run Acronis backup using an external USB drive. Can someone please help with analysing the cause of the problem? I can submit the mini dump files for analysis. Thanks.

Developer technologies Visual Studio Debugging
asked 2024-10-12T00:46:48.4+00:00
Sam 0 Reputation points
commented 2024-10-17T21:33:36.7033333+00:00
Sam 0 Reputation points
9 answers

Visual Studio 2019 constantly crashing

Hi. I'm at my wit's end with this. I've used VS2017 for years, it was mostly solid. Just a few little quirks. I recently installed 2019 Community so I could use .NET 5 and it's nothing but headache after headache. It's laggy, has a lot more quirks…

Developer technologies Visual Studio Other
asked 2021-05-31T21:39:03.66+00:00
Doug Matthews 26 Reputation points
commented 2024-10-17T17:00:07.5233333+00:00
Falanga, Rod, DOH 245 Reputation points
1 answer One of the answers was accepted by the question author.

saving changes in a loop in identity franework

I want to save changes to the SQL table in a loop. I have the following code: string[] request={"test1", "test2", "test3"}; TransactionData TTD = new TransactionData(); using ( IdContext = new ProofContext()) …

Developer technologies C#
asked 2024-10-17T06:02:54.5033333+00:00
Anjali Agarwal 1,531 Reputation points
accepted 2024-10-17T16:23:28.54+00:00
Anjali Agarwal 1,531 Reputation points
1 answer One of the answers was accepted by the question author.

Adding a calculated property in ObservableCollection<T> inherited class

Hi I fill an ObservableCollection<T> from a data source. I need to add a ‘header’ calculated string property that concats several properties in the observable collection. How can I achieve this? Thanks Regards

Developer technologies C#
asked 2021-09-08T14:58:08.463+00:00
-- -- 957 Reputation points
commented 2024-10-17T15:30:31.2333333+00:00
Audi 0 Reputation points
2 answers One of the answers was accepted by the question author.

'Reference to a non-shared member requires an object reference' after adding a new value to Application Settings

If I add a new settings to my application Settings(VB.NET,NET 4.7.2),I got 142 errors: `BC30469 Reference to a non-shared member requires an object reference` on every code that uses My.Settings If I use notepad++ and manually add the new value to…

Developer technologies VB
Developer technologies Visual Studio Other
asked 2023-06-19T21:14:22.8133333+00:00
moris27 56 Reputation points
commented 2024-10-17T15:17:28.28+00:00
Fried Parrot 0 Reputation points
0 answers

Cannot programatically create subscription

![Error-image] (/api/attachments/e4531a14-2bbe-4145-bb35-ef665d46065c?platform=QnA)Hi, I am having issues programatically creating MCA subscriptions. we want to use terraform to create the subscription but keep getting the following error. (See image) I…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,578 questions
Azure Azure Startups
Developer technologies .NET .NET CLI
asked 2024-08-21T12:25:38.19+00:00
Whitmore, Rachel 0 Reputation points
commented 2024-10-17T14:07:59.4+00:00
Pranay Reddy Madireddy 6,180 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

How to Read Meta-Tags of a MP4-File?

In Windows 11 you can modify Meta-Tags of MP4-Files. Are there libraries for .net core 8 web api available which are able to modify these? Is there a posibility to do that over API-Calls? I already get to know to the library taglib but this one seems not…

Developer technologies ASP.NET ASP.NET Core
Windows for business Windows Client for IT Pros User experience Other
Developer technologies .NET Other
asked 2024-10-15T06:50:30.5766667+00:00
CodeGuy85 20 Reputation points
commented 2024-10-17T12:09:55.14+00:00
Castorix31 90,521 Reputation points
2 answers

Azure SCIM - Group members are not sending from azure while group provisioning

I am performing SCIM provisioning from Azure and have mapped the default attributes in the attribute mapping settings. I added 5 users to the "devtestgroup", but when sending the requests, Azure is only sending the externalId and displayName,…

Developer technologies ASP.NET ASP.NET Core
Microsoft Security Microsoft Entra Microsoft Entra ID
asked 2024-09-19T04:22:53.6166667+00:00
Samadhan Salagar 5 Reputation points
commented 2024-10-17T11:48:26.81+00:00
Samadhan Salagar 5 Reputation points
1 answer

VS2019 VSInstr tool how to exclude function by function name

I want to exclude function by function name, when I need to instrument modules. I know how to exclude namespace, but now I need to exclude all functions such as start with 'smtp_', no matter these functions in which namespace, in which class. Could…

Developer technologies Visual Studio Other
asked 2023-11-03T08:01:35.86+00:00
Wei 5 Reputation points
commented 2024-10-17T07:40:09.9066667+00:00
Andriy 0 Reputation points