VS Code stopped showing syntax errors
My visual studio code stopped showing the red squiggly lines for syntax errors and I have tried every solution that I have googled. I even asked my programming prof what was wrong with my VS code and he didn't know after. I even reinstalled VS Code but…
Developer technologies | Visual Studio | Debugging
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
Using C++ Magnification API (MagSetWindowTransform) shows both zoomed and normal window simultaneously
I am trying to implement a feature similar to the Windows Magnifier using the Windows Magnification API in C++. I am using MagSetWindowTransform to apply zoom (scaling) on a magnifier window. The magnification itself works, but I am facing an unexpected…
Developer technologies | C++
Visual Studio 2026 - Sourcetree make a TAG
Hi Michel, How I configure TAG in Sourcetree using Visual Studio 2026. Do I need to checked Push tag , if yes why? What about Advance Options. Thanks
Developer technologies | Visual Studio | Other
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#
How to create MVC Core App with Existing Production DB
I can create MVC Core apps with a new DB and tables, but what about when I want to write an app that connects to a production database that already exists? I just want to write selects and display the data. I'm guessing that however I write the Model…
Developer technologies | ASP.NET | ASP.NET Core
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#
Visual Studio 2026 Installation Error 1601 und 1703
For three days I have been trying to obtain a working, updateable Visual Studio installation. I had a working Visual Studio 2022 installation, but I could not update it. Before it was recognized, but when I used the new installer, Visual Studio 2026, it…
Developer technologies | Visual Studio | Setup
How do I resolve "The certificate chain was issued by an authority that is not trusted"
I have written a Minimal API project using .NET 9. And I've written a Blazor app in .NET 9, which calls the Minimal API. If I get the API project running first in VS 2022, waiting for it to start listening, then I start the Blazor app up in another…
Developer technologies | ASP.NET | ASP.NET Core
Visual Studio Professional 2022 offline installation fails (not starts) version [17.14.9 , 17.14.10 , 17.14.11)
Hi, in my company , on a developer machine, we can as usual download visual studio professional 2022, offline. Currently using latest bootstrapper vs_Professional.exe 17.14.36401.2. After successful download, offline installation failing, see below…
Developer technologies | Visual Studio | Other
What is the default document for a Minimal API project, hosted in IIS?
I've written a Minimal API project, using .NET 9 and VS 2022. Now I need to deploy it to a Windows Server so it can be hosted in IIS. However, I'm getting error when I try to use it, but I think it's because I'm using the wrong default document type. The…
Developer technologies | ASP.NET | ASP.NET API
.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
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#
Ajax post with C# Handler and XSRF-TOKEN
This question is for Web pages with .NET, C#, and Ajax. I'm having an issue with a ajax calling working with the XSRF-TOKEN" and it's not calling the handler in the .CS. I think I need to do something with my ajax call to validate the token. In my…
Developer technologies | ASP.NET | ASP.NET Core
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#
getting error while installing python as "This app packahttps://learn.microsoft.com/en-us/answers/questions/ask/#select-tag-3ge is not supported for installation by App Installer because it uses certain restricted capabilities."
"This app package is not supported for installation by App Installer because it uses certain restricted capabilities." getting above error while installing packages
Developer technologies | Visual Studio | Setup
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#
Cannot view forms in design mode after rebuilding the project
ERROR: Designer load encountered an error. Please ensure that the project can be built successfully. Tried ---> Built , Clean, rebuild Result -> Still cannot view the form in design mode. Plus, already rebuilt this prokect today ... #annoyed ! …
Developer technologies | C#
GetDirectoryName('')" cannot be evaluated. The path is not of a legal form.
Good day, trying to compile my Windows Forms app - getting the error in the subject field... Thx
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,