Swagger setup error after upgrade
builder.Services.AddSwaggerGen(c => { var securityScheme = new OpenApiSecurityScheme { Name = "Authorization", Type = SecuritySchemeType.Http, Scheme = "bearer", BearerFormat = "JWT", In =…
Developer technologies | .NET | Other
Clarification on Visual Studio Licensing for Ephemeral CI/CD Build Agents (Harness VM Runners on AWS EC2)
Hello, We have a use case where our CI/CD build agents require a full Visual Studio installation to build certain applications (such as SSIS projects). In our environment, we use Harness VM Runners that dynamically provision short‑lived EC2 instances…
Developer technologies | Visual Studio | Other
Customize identity that is stored in authentication cookie with OIDC
I've got this code which basically adds OIDC and I'm trying to customize the claims that end up in the stored identity, however the identity that's stored in the authentication cookie will eventually still include all claims from the ID token despite…
Developer technologies | ASP.NET | ASP.NET Core
Alternative to AsTask() for awaiting IAsyncOperation in VB.NET (.NET Framework 4.7.2)?
I’m working on a WinForms VB.NET app targeting .NET Framework 4.7.2, using Windows.Services.Store APIs like GetAppLicenseAsync() and RequestPurchaseAsync(). These return IAsyncOperation(Of T), and the documented way to await them is via…
Developer technologies | VB
GPU process exited unexpectedly: exit_code=34 ONLY MAUI Windows WebView2
Hello IT gurus I have a MAUI application (more platform versions) with web browser's handlers (Microsoft.Web.WebView2, Webkit.WebView, WKWebView...) all versions run OK. But sometimes (quite ofter on my computer) ONLY on Windows platform (WebView2) I…
Developer technologies | .NET | .NET MAUI
Ms Word - How insert video from my computer file?
Embedding videos -Error In MS Word: "Corrupted or empty file name "error" ?
Developer technologies | Universal Windows Platform (UWP)
WinForms VB.NET + Windows.Services.Store: Missing .NETCore v4.5 reference assemblies
I’m building a WinForms VB.NET app (.NET Framework 4.7.2) that uses Windows.Services.Store APIs inside an MSIX‑packaged desktop app. The project recognizes StoreContext and the async methods, but VB.NET cannot Await them. I get errors like: 'AsTask' is…
Developer technologies | VB
VS 2026 Error when running a .Net 10 console app in Debug
Getting this error on a .Net 10 console app in VS 2026. I am just trying to run a basic console application with only Hello World in the Console. I haven't added anything to it. Can someone please help because VS 2026 is useless without being able to…
Developer technologies | Visual Studio | Debugging
We are able get running COM Server object from client application while running at "LOCAL SERVICE", whereas client is not able to get existing running COM Server object while running at NT Service account. How can we resolve this?
I have configured a VC++ 2022 COM Exe Server in DCOM Config. COM Server Exe name: MyCare.exe Also I have created a wrapper service to host the COM exe during startup. Wrapper Service EXE Name: MyCareWrapperService.exe. I have created a Service…
Developer technologies | C++
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
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
Tabs are automatically closed in Visual Studio 2026
I am using latest version of Visual Studio 2026 and I noticed that open tabs are sometimes closed. If the tab is dirty, then I see the prompt message to save changes and it is closed.
Developer technologies | Visual Studio | Other
GIS Converters -Logs Improvements
1.I would like if you can help to make the logs better for End-Users/ QA/ Programmers that will understand them and get conclusions. 2.Maybe add a framed message for each step, that I can later take all log to document and explains how the converter…
Developer technologies | C#
Syntax issue - Cannot figure out
I am getting a "Type Mismatch" for the following code:" yr = Application.VLookup(ListBox1.Value, Worksheets("RideSch").Range("BL4:BM8"), 2) This is what it is referencing. The variable "yr" is DIM as…
Developer technologies | Visual Basic for Applications
I'm facing some issue during the installation of visual studio professional with github
Not able to install the software after i got the license
Developer technologies | Visual Studio | Setup
I am getting this Error on MySQL Connect
Hi there i am trying to test the connection but it shows me this error everything its perfect the coding with no erros but on my VB Studio 2013/2019 gives me the same error on VB 2019 do not shows the toolbox controls i move to 2013 the VB…
Developer technologies | Visual Basic for Applications
one question pissble in future to this this
Hi there microsoft its possible to new future to add html files inside a script or class file and use on the form like use on browser i have this file here made in html accordion and i would like to use on the winforms and load data from database …
Developer technologies | Visual Basic for Applications
Has any Code to Connect to the Server Hostname and get data
So new try my MySQL connection will not work the way i want to be so another question here now Its possible to connect to the hostname and get any database information and show on the Winform like this shows on datalist, listview or another …
Developer technologies | Visual Basic for Applications
Why can you make a readonly ref property in a struct, but not a class?
I'm currently on .NET 10, and I found something strange; the compiler won't let you make a property that returns a readonly ref if it's part of a class, but it will if it's part of a struct. Here is a contrived example: namespace…
Developer technologies | C#
Visual Studio 2022- File Ignored always ignore when adding to class libraray
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,