4,737 questions
0
votes
0
answers
16
views
SSIS Target Version with VS Package Changes On Deployment
I have a package in Visual Studio 2022 that I am deploying into an SSISDB catalogue on a 2019 SQL Server.
Within my package Properties > Configuration Properties > General > Deployment Target ...
0
votes
0
answers
6
views
CodeLens "X references" not working in VS 2022 after update via VS Installer
I just updated my visual studio 2022 with the installer and now I no longer see the "X references" (as detailed in the documentation: https://learn.microsoft.com/en-us/visualstudio/ide/find-...
0
votes
1
answer
21
views
Publish ASP.NET Core Web API and React App Together (Single Deployment)
I have an ASP.NET Core Web API Project (originally for .NET Core 3.1, recently upgraded to .NET 8) and a React App. These were deployed before as two separate apps, with ASP.NET Core Web API allowing ...
-1
votes
0
answers
48
views
Setup Failed when installing SQL Server Integration Services Projects (Error 0x800703F6) [closed]
I am trying to install SQL Server Integration Services (SSIS) Projects extension for Visual Studio 2022, but the setup keeps failing with the following error message:
One of the files in the registry ...
0
votes
0
answers
10
views
Visual Studio 2022 deploying old Xamarin Android app version to device
I'm facing a very frustrating issue with my Xamarin Android project in Visual Studio 2022.
Problem:
When I build and run my Xamarin Android application from Visual Studio 2022, it frequently installs ...
0
votes
0
answers
21
views
PowerApps.MSBuild.Solution.targets(137,5): error : Value cannot be null while running msbuild
I am trying to push pcf control to dev environment. while running msbuild it is throwing below error.
C:\Users\manojmalagouda.p.nuget\packages\microsoft.powerapps.msbuild.solution\1.42.1\build\...
0
votes
1
answer
30
views
After changing .Net Framework version, this project references NuGet package(s) that are missing on this computer
My project was stored on TFS, and working fine.
Recently, we changed from TFS to Github. So, I zipped up my project (without the bin and obj folders) and sent that to our IT guy so he could create the ...
0
votes
0
answers
17
views
AddReference Method in CLR - PythonNet is not found
Trying to add System assembly in a python code:
clr.AddReference(assembly_name)
where assembly name is Sytem, but in this **AddReference ** is attribute is not found under clr. Also in PythonNet clr ...
-1
votes
0
answers
150
views
Cannot convert from 'int' to 'int&' error in stl string header (VS2022) [closed]
Trying to port an old C++ project to VS2022 community edition, I get an error related to errno in the stl string header file :
_EXPORT_STD _NODISCARD inline int stoi(const string& _Str, size_t* ...
0
votes
0
answers
13
views
VS2022 - How to Have the Opened Project Restore the document view/cursor location?
When I open this C# project in VS2022 it always opens with the source module showing the very top. I'd like to have it open where I was when the project was closed. I didn't find an option to do ...
2
votes
1
answer
61
views
Got a System.Management.Managementexception: 'Invalid Query' error while trying to get COM port descriptors in Visual Studio 2022
Using Visual-Studio 2022 Community on Windows 10, following a tutorial in C# in which a 'Windows Forms App(.NET Framework)' project lists all COM ports, and their descriptions, as would be seen/found ...
0
votes
1
answer
36
views
Visual Studio 2022: How to remove highlighting from block sections
VS 2022 (Version 17.13.6) has been highlighting chunks of code, and it's beyond annoying. I've done a search in Tools -> Options for Highlight, and I think I unchecked/tested/rechecked (so I don't ...
0
votes
1
answer
32
views
SQL Server Object Explorer, set focus on table from Query
I have setup a connection to my local SQL Server, over the "SQL Server Object Explorer" in Visual Studio.
Is there a way, built in or maybe with an extension, for setting the focus to a ...
2
votes
2
answers
66
views
Visual Studio: Possibility to persist PCH files on rebuild to reduce build time
I am using VS2022. Our codebase is huge and it takes around couple of hours for the build to complete. So, to improve it, we have introduced PCH files. With some amount of development done, there are ...
0
votes
1
answer
56
views
Very slow loading of Visual Studio when I am connected to VPN
I am facing an issue where Visual Studio (both 2022 and 2019) takes up to 10 minutes to fully load a project. From clicking the shortcut to start visual studio to select and fully load a project. ...