55,227 questions with Developer technologies-related tags

Sort by: Updated
1 answer

GisConverter -ORG Format Double Conversion

Current: We used GIS Converter to our "CDR" system, which detects viruses. We have already implemented the ORG Format . ORG Format - convert from the source format to itself. Problem: When we convert from source format to target format and…

Developer technologies | C#
Developer technologies | 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.
11,737 questions
asked 2026-01-09T10:29:53.3666667+00:00
Dani_S 5,516 Reputation points
edited the question 2026-01-09T10:34:36.84+00:00
Harry Vo (WICLOUD CORPORATION) 4,580 Reputation points Microsoft External Staff Moderator
1 answer

Is it necessary to call some code on Android in Activity1.cs when the user quits my application?

On iOS, I use this code in Program.cs when the user quits my application: public override void WillTerminate(UIApplication application) { if (_notificationDelegate != null) { …

Developer technologies | .NET | .NET MAUI
asked 2026-01-09T10:18:31.22+00:00
Kim Strasser 1,936 Reputation points
answered 2026-01-09T10:18:39.0833333+00:00
Q&A Assist
2 answers One of the answers was accepted by the question author.

Extension method must be defined in a non-generic static class

I get the error Extension method must be defined in a non-generic static class in my Azure Function project in Visual Studio Code. But I cannot change public class NewFunction to public static class NewFunction because then I get 'NewFunction.log':…

Developer technologies | .NET | .NET MAUI
asked 2025-12-19T08:06:30.4966667+00:00
Kim Strasser 1,936 Reputation points
accepted 2026-01-09T10:04:28.9866667+00:00
Kim Strasser 1,936 Reputation points
3 answers One of the answers was accepted by the question author.

How can I install an old Visual Studio Community version?

I want to install Visual Studio Community version 17.14.14 instead of the current version 17.14.19. I have already uninstalled all other Visual Studio versions. How can I install Visual Studio Community version 17.14.14? I have downloaded the VS 17.14.14…

Developer technologies | .NET | .NET MAUI
asked 2025-11-07T22:06:16.1366667+00:00
Kim Strasser 1,936 Reputation points
accepted 2026-01-09T10:03:23.6066667+00:00
Kim Strasser 1,936 Reputation points
1 answer

GisConverter-BuildOutputPath keeps original name

1.Current code: The BuildOutputPath give baseName="output" as file name for all converted files in output folder. For example of converting archive file to output folder: Output.cpg Output.dbf Output.shp Output.shx 3.Keep original names in…

Developer technologies | C#
Developer technologies | 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.
11,737 questions
asked 2026-01-07T09:09:29.7033333+00:00
Dani_S 5,516 Reputation points
commented 2026-01-09T10:02:37.2466667+00:00
Dani_S 5,516 Reputation points
3 answers One of the answers was accepted by the question author.

GIS Converter - Signing

I need to sign the app. What is signing ? Which apps I need to sign ? GisConvert.ConsoleApp , also GisConvert.WpfApp and GisConvert.TestsApp ? What option of signing I have ? What is the best practice? Does signing is one time? Do I need update it…

Developer technologies | C#
Developer technologies | 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.
11,737 questions
asked 2026-01-07T07:46:13.17+00:00
Dani_S 5,516 Reputation points
commented 2026-01-09T09:52:04.01+00:00
Dani_S 5,516 Reputation points
2 answers

Setup Project - Error when creating

Good day, I am trying to create a setup (MSI installer) project - but get the attached error message .. not sure why ? Thank you in advance for your help. Warm Regards, Pieter

Developer technologies | C#
Developer technologies | 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.
11,737 questions
asked 2026-01-07T07:25:22.4366667+00:00
Pieter Claassens 40 Reputation points
edited an answer 2026-01-09T08:51:04.88+00:00
Michael Le (WICLOUD CORPORATION) 9,380 Reputation points Microsoft External Staff Moderator
1 answer

Schema Synchronization Hangs Indefinitely When Publishing Extensions to Production-Based Sandbox Environments

We are unable to publish AL extensions to any Sandbox environment that has been copied from our Production environment. The publishing process hangs indefinitely during schema synchronization and never completes. Symptoms Publishing stops at the API…

Developer technologies | Visual Studio | Extensions
asked 2026-01-08T09:37:16.8433333+00:00
PETER RAMADHAN 0 Reputation points
answered 2026-01-09T08:34:08.7633333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,720 Reputation points Microsoft External Staff
1 answer

.net framework 4.8.1 Targeting pack - Patch for 4.8.09037

Hi Together. Dows someone know if it possible to update resp. patch .net framework 4.8.1 Targeting pack 4.8.09037. Installed all KB related to this vulnerabilities but my antivirus agent still showing this version as vulnerable.

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
1,307 questions
asked 2026-01-07T14:22:40.9233333+00:00
Zelimir Zaric 0 Reputation points
answered 2026-01-09T08:21:13.3133333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,720 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Issue to C# code

Hi, What is wrong below? var lines = File.ReadAllLines(@fileName); string lastLine = lines.Last(); if (!lastLine.EndsWith("\r\n")) { using (StreamWriter sw…

Developer technologies | C#
Developer technologies | 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.
11,737 questions
asked 2025-10-23T05:10:38.8733333+00:00
Peter_1985 2,946 Reputation points
accepted 2026-01-09T08:13:39.3133333+00:00
Peter_1985 2,946 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI: Issue with displaying Flyout menu page

My home page is a FlyoutPage with Flyout as menu and Detail as DashboardTabPage. There are 3 children in DashboardTabPage and the last tab is menu. If I tap on menu once, the menu will open from left and if tap outside it hides. My problem is If I open…

Developer technologies | .NET | .NET MAUI
asked 2025-10-14T05:51:17.85+00:00
Sreenivasan, Sreejith 480 Reputation points
accepted 2026-01-09T07:57:32.7233333+00:00
Sreenivasan, Sreejith 480 Reputation points
2 answers

Need Power BI + Excel sandbox access in Microsoft 365 Developer Program

Note: None of the available sub‑tags match my issue. This is about the Microsoft 365 Developer Program sandbox access for Power BI and Excel. Hi, I joined the Microsoft 365 Developer Program to build a reporting prototype using Power BI and Excel.…

Developer technologies | Visual Basic for Applications
asked 2025-12-05T06:52:00.1133333+00:00
Dharshini D 0 Reputation points
edited the question 2026-01-09T07:01:48.12+00:00
Harry Vo (WICLOUD CORPORATION) 4,580 Reputation points Microsoft External Staff Moderator
1 answer

Keep Tabs Setting Not Working in Visual Studio 2026

I recently upgraded to Visual Studio 2026. I have Adapting Formatting turned off. I have my Space/Tab setting to Keep Tabs for the all languages default and for all the individual languages that have this option. Despite this, Visual Studio keeps…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,634 questions
asked 2025-12-05T16:52:18.0633333+00:00
Pierre Plourde 16 Reputation points
edited the question 2026-01-09T06:59:43.5133333+00:00
Harry Vo (WICLOUD CORPORATION) 4,580 Reputation points Microsoft External Staff Moderator
1 answer

Visual Studio 2026 License is not working for Visual Studio 2019 & 2022

Dear Team, We are unable to use the Visual Studio 2026 License key for the Version of 2019 & 2022 as key is showing invalid.we request your support in applying the license for the same. Regards, A kranthikumar <Mod remove PII>

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,634 questions
asked 2025-12-26T09:39:57.6433333+00:00
Alakuntla Kranthi 0 Reputation points
commented 2026-01-09T05:13:11.6366667+00:00
Adriaan Homburg 0 Reputation points
1 answer

How to fix The Windows SDK version 10.0.26100.0 for Desktop C++ x64 Apps was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution"

This is the error while building KDMF project I cannot find the same version of Windows

Developer technologies | Visual Studio | Setup
asked 2026-01-03T07:31:34.6666667+00:00
Lee Zi Qian 李子謙 0 Reputation points
commented 2026-01-09T06:54:40.2433333+00:00
Harry Vo (WICLOUD CORPORATION) 4,580 Reputation points Microsoft External Staff Moderator
1 answer

Issue with visibility of Listview

I have a custom listview to show activities on the UI. My problem is listview content not visible on the UI. I can see "You have 3 activities" text on top, but listview section empty. I tried adding red background color for the listview but…

Developer technologies | .NET | .NET MAUI
asked 2026-01-05T09:34:27.5233333+00:00
Sreenivasan, Sreejith 480 Reputation points
commented 2026-01-09T07:09:05.0166667+00:00
Jack Dang (WICLOUD CORPORATION) 7,650 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

GisConverter-Publish Process

1.Please see : https://app.screencast.com/NLTnAVnpdEzhi 2.Does the process of publish ConsoleApp is correct, this is the best practice? 3.Steps: Move to Release configuration Clean Rebuild Publish 4.Do I to change something ? 5.Does publish configuration…

Developer technologies | C#
Developer technologies | 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.
11,737 questions
asked 2026-01-07T07:58:20.0433333+00:00
Dani_S 5,516 Reputation points
accepted 2026-01-09T05:13:09.5833333+00:00
Dani_S 5,516 Reputation points
2 answers

How to Avoid Unnecessary Subroutine Calls

Here is a typical snippet of a class in my application: Public Class Person Implements INotifyPropertyChanged Private _FirstName As String Public Property FirstName As String Get Return _FirstName End Get Set(value As String) _FirstName…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,916 questions
asked 2026-01-07T10:43:59.4733333+00:00
RogerSchlueter-7899 1,591 Reputation points
answered 2026-01-09T06:49:05.4533333+00:00
Jack Dang (WICLOUD CORPORATION) 7,650 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

what did i do wrong in the sintaxis of this code while using powerfx?

Set( VarUsuarioPermisos, LookUp('UsuariosControlFacturacion', Correo = User().Email) ); When i use any other function than LookUp i dont have any problem on using the table "UsuariosControlFacturacion", also dont have any problem with…

Developer technologies | Visual Basic for Applications
asked 2026-01-07T18:42:09.21+00:00
Maximiliano Bustamante Fossa 0 Reputation points
commented 2026-01-09T05:35:22.45+00:00
Gade Harika (INFOSYS LIMITED) 2,335 Reputation points Microsoft External Staff
0 answers

How to deactivite the "out-of-process designer" for my VS 2022 project

The out-of-process designer feature is preventing 2 third party programming tools from functioning correctly. How do I deactivate this feature? FYI, it cannot be deactivated via Tools | Options.

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,634 questions
asked 2026-01-08T16:55:12.37+00:00
SuperCoder 276 Reputation points
commented 2026-01-09T07:50:52.2366667+00:00
RLWA32 51,636 Reputation points