Using IIS 10 with SQL Server Management Studio, Can't Connect SSL from Go Daddy
IIS 10 refuses to accept an SSL cert from Go Daddy/Starfield Tech. Self-signed won't allow an SQL connection. What have I done wrong? I have worked through SSL Certificate portal with a crt request, inserted at Go Daddy, received back new cert, used the…
Developer technologies | ASP.NET | ASP.NET Core
Command doesn't trigger
I Updated the xaml with a swipeView I fixed the button, but the swipe dosent work <?xml version="1.0" encoding="utf-8" ?> <syncfusion:SfPopup x:Class="Scan2Cart.Views.PopUps.CartPage" …
Developer technologies | .NET | .NET MAUI
SQL Sorting by Non-Aggregate Field
Hello everyone and thank for the help in advance. I have a SQL Server table that tracks incoming phone calls with the phone number and time entered. I want to create a query where I can also retrieve a count of the number of times a phone called, but…
Developer technologies | Transact-SQL
Issue to MAUI app
Hi, Is Azure the best option for DB of Maui app? Any samples for having few forms on one Maui project?
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
DLL entry list
I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function…
Developer technologies | Visual Studio | Debugging
Visual Studio 2026 Upgrade to 18.1.1 with GIT
Hi, I upgrade my Visual Studio 2026 from version 18.1.0 to 18.1.1 today morning. I don't know if it from the upgrade. But the folders of the projects change from Gis to Git and also solutions and all namespaces in all the files as follow: I renamed…
Developer technologies | Visual Studio | Other
Visual Studio 2022- File Ignored always ignore when adding to class librarar
Hi, Please see the following screenshot, why adding a new new file I always need to use Git/Add ignore file (right click on the file) ? It happened in class library as follow: TargetFramework>netstandard2.0</TargetFramework> Thanks in advance,
Developer technologies | Visual Studio | Extensions
In refinitiv how to get divested banks details
I need to obtain details of banks where any form of divestment has taken place. Please outline the steps to identify and compile this information
Developer technologies | .NET | Other
Platform Theme not changing when switching UserAppTheme
Hello, I wanted to dynamically switch the theme in my app (https://learn.microsoft.com/en-us/dotnet/maui/user-interface/system-theme-changes?view=net-maui-10.0#set-the-current-user-theme), but realized that the platform-specific UI still has the theme…
Developer technologies | .NET | .NET MAUI
WebView does not load on Windows
Hello, I have a WebView component, which has a Source, WidthRequest and HeightRequest attribute, but it doesnt show up when im debugging on Windows Machine. The component works on Android perfectly. Is there some setting I have to enable for it to be…
Developer technologies | .NET | .NET MAUI
AMSI.DLL stack overflow exception is shown in MFC VC++ based desktop application unexpected crash
SUMMARY Our MFC VC++ based desktop application (OmniServer) is crashing unexpectedly and showing the errors related to amsi.dll, and our application crashes in the Windows event viewer logs and application crash dump logs, indicating a stack overflow…
Developer technologies | C++
Access is denied. (Exception from HRESULT: 0x80070005) on AddPackageByAppInstallerFileAsync
I am using the AddPackageByAppInstallerFileAsync method on several UWP apps. It has worked on all of the apps except recently for one of the apps. I get a "Access is denied. (Exception from HRESULT: 0x80070005)" exception.…
Developer technologies | C#
VS Code extension blocked by “suspicious content” – first-time publisher
I am a new VS Code Marketplace publisher attempting to publish my first extension. The extension is a local-only developer utility that provides a calculator webview for Solidity development and smart contract audits. It performs no network access,…
Developer technologies | Visual Studio | Extensions
View dashboard for my employees and reminders in CRM
Hi, Could I please get access to se my employees dashboards in CRM? And a training in how to put reminders on activities in CRM?
Developer technologies | Windows Forms
How to retrieve Oracle long type data using the ODP.NET driver in Visual Studio?
I'm developing a Visual Studio plugin that uses the database connection provided by Visual Studio to retrieve Oracle metadata. However, when the metadata is of type Long (ALL_TAB_COLS.DATA_DEFAULT), the data cannot be retrieved in Visual Studio (it's an…
Developer technologies | Visual Studio | Extensions
How can i convert my .NET Framework 4.8 (x86) to .NET Core 8 (x64)
Dear Team, I have migrated my WinForms application from .NET Framework 4.8 to .NET Core 8. Previously, it was built for the x86 platform, but I want to change it to x64. I have updated the configuration in the Configuration Manager and modified the…
Developer technologies | .NET | Entity Framework Core
Visual Studio 2026 - New Features With CSharp
Hi, Can you please lists all the new Features in Visual Studio with C#. If you add screencast foe each feature is will be great. Thanks in advance,
Developer technologies | C#
GIS - Convert from one format to any formats.
Hi, 1.In continue to: https://learn.microsoft.com/en-us/answers/questions/5657151/gis-trycreateforinput In this ticket the output was the selected converter. Now the focus on the converter. 2.List of GIS converters: EsriJson (.esrijson, .json) GeoJson…
Developer technologies | C#
How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?
I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…