Digital signature exe, slow startup
After I used the certificate to digitally sign my client program, it took me 20 seconds from double clicking the program to start to running to the first line of the main function. If I don't sign, I can immediately open the client. What is the reason…
Developer technologies | Windows Forms
Developer technologies | .NET | Other
Obsolescence and security review
Dear Team, Just following up on my earlier request regarding the SBOM compilation and the security/obsolescence review for some instruments. To finalize compliance documentation and plan upgrades, please share the details for each production…
Developer technologies | .NET | Other
License Manager
This code is a license manager that allows a user to activate a license key for a software product. The user can select an activation request file, which contains their username and password. The code will then generate a license key using the provided…
Developer technologies | C#
How to Set Up a Computer-Specific Term Licensing System Structure with C#?
Hello, I am developing a software with C# and I want to license users for 1, 2 or 3 years specific to their computers. I want to control the licensing period information by associating it with an ID specific to the user computer and using an encrypted…
Developer technologies | C#
Bulk Approval Functionality Customization in D365 Finance & Operations Workflow.
I need to develop the workflow in D365 Finance & Operations with a bulk approval functionality. The submitted workflow should allow approvers to review and approve multiple records in bulk, instead of approving them one by one. Please review this…
Developer technologies | Visual Studio | Setup
Function Extension
Hi Michel, TryCreateForInput method assume that the gisInputFilePath is a file: a single file or an archive file. I need to handle also case for folder with extension .gdb. What is the best practice to do it ? Thanks in advance, ///…
Developer technologies | C#
The process cannot access the file because it is being used by another process
Hi Michel, I run console app in .NET 9 that has reference to netstandard2.1 class library. The console run in sequence series of commands (input of .KMZ file) in class library. The first running is passed bot for all others I got" "The…
Developer technologies | C#
Where can I find the new HybridWebView.js
Hello, I upgraded my .NET MAUI project from 9 to 10 and now my InvokeDotNet-Method from the HybridWebView.js doesnt work and I found online that the file gets updated, but I cant find the new file in the sample project…
Developer technologies | .NET | .NET MAUI
vb.net reportviewer render SSRS report print first page only
I have a windows form with a reportviewer component on it. I have the following code in VB.Net to print a SSRS report directly to a printer but it prints only first page only. Try doc = New Printing.PrintDocument() AddHandler…
Developer technologies | .NET | Other
Issue opening file using WinForms application (Open file dialog) where file location is OneDrive
Hi, I am seeing an issue with File Open Dialog when I try to open a file from OneDrive location mapped on my machine. Issue / Steps to reproduce: Copy any file (ex: excel file) to OneDrive Double click and open the file from OneDrive location to…
Developer technologies | Windows Forms
MAUI app issue
Hi, Does it call API to write one file into the remote server (with the given IP). Any demonstration to this?
Developer technologies | .NET | .NET MAUI
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#
How do I access Microsoft programming documentation
I used to be able to access detailed information on Microsoft MSDN. Now, when I try the same approach, it supplies answers like "How to create a new WPF App" and "How to create a database in ,Net framework Apps". My question had…
Developer technologies | C#
FAKE ERROR REPORTING
In my MET MAUI app I have a popup where the user is supposed to enter a password. Following is a partial snippet: <Entry x:Name="password" IsPassword="True" HorizontalOptions="Fill" /> <Button Text="OK"…
Developer technologies | .NET | .NET MAUI
How to secure both Blazer server and api ?
Hello, I need an advice. I'd like to secure a blazor server app with individual user account. This functionality is embedded with the basic setup, and use cookies. But I also need to protect my web api with the same way. I know about the JWT, but I…
Developer technologies | C#
I'm gettimg 0x00000002 when I try to install codeblocks on ,icrosoft store
So basically I first downloaded directly from the web but it was showing no compiler so I deleted code blocks and downloaded from microsoft store and tried to launch it won't start so I deleted all files related to code blocls and downloaded again but…
Developer technologies | C++
Lors du test Microsoft FABRIC pour l'obtention d'un Badge, l'email d'instructions est crypté. Comment résoudre le problème ?
Lors de l'examen du passage de badge dans Microsoft FABRIC " Implémenter un entrepôt de données avec Microsoft Fabric", l'email des instructions est incompréhensif. Il semble être crypté. Voici un exemple : "rs+WFKq" . Que doit-on…
Developer technologies | Transact-SQL
java.exe error JAVA0000: Type androidx.compose.runtime.Immutable is defined multiple times
My Android project doesn´t build after I updated the MAUI workloads to version 10.0.101.1 and updated many NuGet packages in Visual Studio Community 2026 Version: 18.2.0:> 1>MSBUILD : java.exe error JAVA0000: Error in C:\Users\Kim…
Developer technologies | .NET | .NET MAUI
.Net MAUI IOS webview that has texarea is lagging a lot while typing
Hi, Used Technologies: .Net9.0-ios, .Net9.0-Android Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.14.19 FM.LiveSwitch 1.25.0.12169 I am working on iOS app with MAUI and has chat functionality using .Net framework 4.7.2)…
Developer technologies | .NET | .NET MAUI
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…