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,
Developer technologies | Visual Studio | Extensions
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#
AutoComplete Extender using ASP.NET and Excel spreadsheet
Hi, I have a textbox on the default. aspx page bound to a Ajax Autocomplete extender. When the user types, I want the popup to display 'USA Counties' that match the first 2 or 3 letters. The source information could be in a Excel spreadsheet with 2…
Developer technologies | ASP.NET | Other
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#
32bit userforms cause critical errors with 64Bit excel
32 bit userforms cause critical error wit 64 bit Excel/VBA. The macros and te userform code is not the issue. I have a program with over 80 userforms, some are OK and some are not. So far I have had to rebuild a form in the 64 bit version using all the…
Developer technologies | Visual Basic for Applications
how many versions of Microsoft Visual C++ do I need?
I have five versions of Microsoft Visual C++ (2008, 2012, 2013, 2015 x64, and 2015 x86). Which of these is necessary? Moderator: Moved from Community Center | Not monitored
Developer technologies | C++
Sudden unexplained build failure: "Could not load file or assembly 'System.Runtime, Version=6.0.0.0"
Having a weird issue all of a sudden - my visual studio 2022 solution refuses to build, as several projects suddenly and unaccountably report similar errors, looking like this: The "ResolvePackageAssets" task failed…
Developer technologies | .NET | .NET Runtime
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
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++
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
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…