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#
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
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
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
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#
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#
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#
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
.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
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#
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
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
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
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
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
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
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#
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
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
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