Site deemed 'Not secure' despite having cert and using https URL
I built out the website in IIS. When I go to the webpage the page itself shows up, but I am getting the icon for saying the URL is 'Not secure' even though I am using a https based URL. The icon itself is next to the URL and where the site information…
Developer technologies | ASP.NET | Other
in visual studio, the designer hangs. Also in my solution installed NuGet packages do not show.
in visual studio, the designer hangs. Also in my solution installed NuGet packages do not show. I use VS 2022. I did a repair etc. No resolution. If I setup a new project, same thing. I tried VS 2026. Same thing.
Developer technologies | Visual Studio | Other
Partner Center account has been deactivated.
My Partner Center account has been deactivated. I have also payed 17,36 € on 2026-01-18 12:04. Can you please activete my account? Windows and Xbox Register as an app developer to submit apps and games to Microsoft marketplaces. Our records indicate…
Developer technologies | Universal Windows Platform (UWP)
Issue to scan the file
Hi, It is not scanning all of the lines of the file using the codes below on VS 2026. Anything wrong? try { string[] fileEntries = Directory.GetFiles(directoryPath); foreach (string fileName in fileEntries) …
Developer technologies | C#
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
How to resolve
No matter how I try to install Visual Studio (straight double-click, run as administrator, offline installer from command line, command line in admin mode, etc), the installer launches, downloads something small once or twice, then shows the following…
Developer technologies | Visual Studio | Setup
About a rare issue in a WPF‑based login screen where the Enter key appears to be continuously pressed
I am creating a login screen for an application using WPF. The login screen contains text boxes for entering a login ID and password. When the Enter key is pressed while there is input in either the login ID or password text box, the login button is…
Developer technologies | C#
Failed to register container type on local tenant when adding new guest app.
A "registration failed" error occurred when trying to add new guest app into existing sharepoint embedded container type. Below is the exact error message on VScode : "failed to register container type DeepBillableContainer on local…
Developer technologies | Visual Studio | Extensions
Error when trying to access QuickGrid Component in Blazor WASM Application
Hello Microsoft Support, When running my Blazor WASM project, that serves as a front end to my ASP.NET backend, I have been getting repeated errors when trying to access the QuickGrid component through my browser. When running through Firefox, I have…
Developer technologies | .NET | Blazor
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
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
windows credential provider using PKINIT and implicit mapping
I am developing a windows credential provider aiming at supporting CPUS_LOGON/CPUS_UNLOCK_WORKSTATION using certificate PKINIT and implicit mapping. The certificate used for login is a short-term certificate stored in LocalMachine/My CNG store. My…
Developer technologies | C++
errors in visual studio integration mongo db
$ 'c:/Dev/Project/TRW-Forward-Tester/dashboard/dashboard.py' c:/Dev/Project/TRW-Forward-Tester/dashboard/dashboard.py: line 1: import: command not found c:/Dev/Project/TRW-Forward-Tester/dashboard/dashboard.py: line 2: import: command not…
Developer technologies | Visual Studio | Extensions
How to regisgter Microsoft.ACE.OLEDB,12.0
I purchased Visual Studio 2022 Pro and I'm unable to access databases through the ACE.OLEDB.12.0 provider. I've already reinstalled Database Engine and the error below persists: The provider 'Microsoft.ACE.OLEDB.12.0' is not registered on the local…
Developer technologies | Visual Studio | Extensions
CollectionView display messages backwards
I'm trying to create a replicate of WhatsApp in .NET 10 MAUI. I have the list of messages: the newest one at the bottom of the list and the old at the top. For this implementation, I use a…
Developer technologies | C#
CollectionView with RemainingItemsThreshold and groups
In my .NET 9 MAUI application, I have a CollectionView and the view model in the page passes the values via an ObservableCollection. public class WordGroup : List<Word> { public string Name { get; private set; } public…
Developer technologies | .NET | .NET MAUI
Release mode for a NET9 MAUI failed to find entry classes.dex
I have my application written with NET9 MAUI. I use Visual Studio 2026. The application is working in debug. When I deploy in Release, the application crashes immediately. The error log is quite long, but I think this is the relevant part immediately at…
Developer technologies | .NET | .NET MAUI
How do I get the bins from a purchase order line item from the Business Central APIs?
I have a C# app that calls Business Central APIs. I can use https://api.businesscentral.dynamics.com/v2.0/{{tenantId}}/Sandbox/api/v2.0/companies({{company_id}})/purchaseOrders({{PO}})/purchaseOrderLines?$expand=location to get more data about the…
Developer technologies | C#
Flex Consumption Option Set binding not working
In this instance its causing issues where our Service Bus Triggers are no longer being hit. Removing the __ reference and referencing an app setting that does not have a prefix works fine. [Function(nameof(ProcessInputtedMessage))] public async…
Developer technologies | C#
how to fix StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete. ---> System.OperationCanceledException : The operation was canceled.
even upgrade to the latest Version 17.6.4 still does it, can even be idle when it happens, Super annoying. StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete. --->…