Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string literals.
we have a .net core 6 MVC area based project. There are 10 area here. Project size about 5 gb. we have used visual studio 22 community version 64byte. Dapper is used for database access.
How to target .NET Framework 4.0 in VS 2022 on Windows 11?
Working on some old projects targeting .NET Framework 4.0. I used VS 2022 to open the solution and was told to install 4.0 targeting pack. I can't find the download link on the dotnet website, nor the installation option in Visual Studio Installer. …
How Do I disable the source Server Code preview when debugging
This has been a problem for me since I updated Visual studios. For reference I am Currently on Visual Studios Professional 2022 17.11.5 With recent updates, it appears that Microsoft has introduced a new feature that opens a code editor with previously…
"The ordinal 345 not found in the DLL" error
I am facing an issue with a Visual Studio solution that contains a development project and a newly added unit test project to test this development project. The unit test project compiles without any issues, but when I run it, I get the following error…
Trying to run C#, C# Dev Kit on MacBook Pro Version 11.7.10, visual studio code Version 1.90.2 (Universal)
Hi. I started to learn C# and trying to run it on visual studio code. Does not work. When I press F5, i get a pop up window with "Internal error in the debugger. Open 'launch.json' or Cancel", launch.json: { "version":…
Help analyse BSOD BugcheckCode 268435583
Hello, I am getting a BSOD with BugcheckCode 268435583 whenever I try to run Acronis backup using an external USB drive. Can someone please help with analysing the cause of the problem? I can submit the mini dump files for analysis. Thanks.
Not able to debug c++ code on visual studio 2022
I am developing android application using c# and c++. my application uses c++ library. whenever I select c++ debugger in android project properties window and i run my app in debug then I get an error which is attached as image to this question. I…
Facing "Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute
I have been facing the error below and have been following the main threads on Google. I've tried to delete the obj and bin folders and Rebuild the project, also updated Visual Studio, but I was not successful. Thanks for all of you that can…
Lower the 'Deployment Target' to see older simulators or check your Apple SDK path warning after update
I can't run my Xamarin Forms application on Mac in the simulator, writes: Lower the 'Deployment Target' to see older simulators or check your Apple SDK path warning after update
Designer load encountered an error
Starting a project in Visual Studio. Getting error: |Designer load encountered an error. Please ensure that the project can be built successfully|Designer load encountered an error. Please ensure that the project can be built successfully| |…
How to fix "variable $(workspaceFolder) can not be resolved. Please open a folder."
error when debugging. It used to work just fine before idk what happed to visual studio
Debugger is not hitting breakpoint set in SharePoint 2010 application code in Visual Studio
I have my SharePoint 2010 application code in Visual Studio. I did clean, rebuild and deploy solution. I have done "Attach to Process" w3wp.exe files in the debug, but debugger is not hitting breakpoint when trying to work on UI. IIS reset is…
How to fix An operation was attempted on a nonexistent network connection. (0x800704CD)
Hi guys I got an exception error like the below stack trace. I suspect the problem is when reading the response data, or reading the data for the request. Could you tell me why this exception occurred and how to fix it? Exception Type :…
How install specific version of VCLibs debug (14.0.30704.0)
I need specific version of VCLibs DEBUG: Microsoft.VCLibs.140.00.Debug_14.0.30704.0_x64__8wekyb3d8bbwe I installed MVS 2015 with Universal Windows Tools but it has 14.0.24210.0 how can i update it to 14.0.30704.0? or does somebody know where can I found…
Games not launching due to MSVCP120.dll errors, constant, seemingly random blue screen crashes,
I recently was gifted Postal 2 on steam by a friend, upon trying to launch the game would constantly prompt "The code execution cannot proceed because MSVCP120.dll was not found. Reinstalling the program may fix this problem" or some variation…
My C++ Visual Studio 2022 windows debugger closes instantly but it doesnt close instantly when ı just run it without debugging
It really is simple as the title suggests. İ have tried the fixes on the internet but they didnt work for me. I have tried disabling and enabling the "Automatically close the console when debugging stops" option countless times but it didnt…
Debugger is not hitting breakpoint set in SharePoint 2010 application code in Visual Studio
I have my SharePoint 2010 application code in Visual studio. I did clean, rebuild and deploy solution and selected "Attach to process" w3wp.exe files from debug but the debugger is not hitting the breakpoints while working on UI. IIS reset also…
Visual Studio Debugger Error 0x80040154
How can I resolve the error code 0x80040154 preventing Visual Studio debugger from attaching to a process? I have already tried to re-install Visual Studio and its installer, but the error persists.
VS 2022 - Unable to start program The debugger is not properly installed. Run setup to install or repair the debugger.
Hi. I try to run/debug C/C++ project and I keep getting this error message. I tried to repair VS 2022 from the installer with no success. I tried to remove it completely using InstallCleanup.exe and installing it back with no success. …
VS Code Debugger not working for python
I am experiencing debugging issue for my VS Code in WIN-10. It happened since weekend when I did OS restart . It was working fine before and I had launch.json configured too. Debugging was working fine. Any troubleshooting tips. It seems when I do…