Support for merging .NET Core / .NET 6/7/8 class libraries into a single DLL
Hi, I’m working with .NET 6/7/8 class libraries and want to bundle a library and all of its dependencies into a single DLL file. I’ve explored the following options: ILMerge / ILRepack (but these are officially for .NET Framework and unreliable for…
Developer technologies | .NET | Other
MSB3025 error copy command failed
I am getting this error when I build a library The source file "D:\Libraries\opencv-4.12\build\hal\ipp\ipphal.dir\Debug" is actually a directory. The "Copy" task does not support copying directories. I can not find this copy command…
Developer technologies | Visual Studio | Debugging
I can't find ASP.NET Web Application (.NET Framework) with c#
Hello I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it but I can't find the one i needed, I don't want the…
Developer technologies | ASP.NET | Other
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…