All Questions
Tagged with visual-studio visual-studio-2017
3,085 questions
0
votes
0
answers
29
views
Visual Studio (writing VB) - after inserting an explicitly typed "Implements" VS automatically adds an "Import" to the top of the class
The scenario is simple:
I create a new Class in a Visual Basic project
The first thing I type at the top of this Class is:
Implements System.ComponentModel.INotifyPropertyChanged
The moment I hit the ...
0
votes
1
answer
36
views
Visual Studio: Which configuration is used for complile when using Ctrl-F7?
I asked this question in the VS Development Community a couple of years ago, but never got an answer - and MS closed it because they didn't understand the question.
I frequently use ctrl-F7 in VS2017 ...
0
votes
0
answers
41
views
Any way to open an SSIS project with a newer version of Visual Studio?
In my machine I have installed Visual Studio 2022.
I have a SSIS project that I want to open and it says "incompatible" when I try to open the solution.
A popup opens and says:
Unsupported ...
0
votes
1
answer
47
views
When compile configuration is different than publish configuration, app is published as per compile configuration
While app is in "Release" in compilation build configuration I am trying to publish an app into "Preprod" build configuration. (Right click project in Project Explorer/ Properties /...
0
votes
2
answers
594
views
Visual Studio IIS Express Won't Show Updated Code Changes
I'm developing a web application that has a Login page. In that page's code behind page, I'm calling a function from another class called "MyOtherClass". That class uses the "Sub New(...
0
votes
1
answer
302
views
Microsoft Visual Studio 2017 version for Windows 10
I am not able to find where my Microsoft Visual Studio IDE is located after downloading version 2017. How can I resolve this? I see some folders called Microsoft Visual Studio and Microsoft Visual ...
0
votes
0
answers
25
views
Problem installing QT extension on Visual Studio
I installed Visual Studio version 2013 on the system and QT version 10 and qt-vsaddin-msvc2013-2.3.2 extension.
As a result, I could not find the file that the extension wanted from inside the QT ...
0
votes
1
answer
350
views
visual studio 2017 version 15.0
I have C++ and Qt production code with .exe files. While I can build and generate binaries, the .exe files don't work as expected (likely due to thread handling issues).
I want to set up a development ...
0
votes
3
answers
67
views
How to reset settings of visual studio 2017?
I try to open VS 2017 as admin i get this warning :
when i run the command on CMD as administrator i get this error :
0
votes
0
answers
71
views
How can I remove a lib file from "Commandline" in VS2017?
My C++ VisualStudio2017 project is giving me the following error:
1>------ Rebuild All started: Project: mcs-project, Configuration: Debug x64 ------
1>chain.cpp
1>crmsd.cpp
1>eef1.cpp
1&...
0
votes
1
answer
757
views
How to change Visual Studio 2017 default Window layout in C++ sytle?
I've been using Visual studio 2017 to code in C++ for long,
but all of sudden after I tried C# programming, the default layout of Visual studio 2017 was changed into C# project style ( - solution ...
-1
votes
1
answer
210
views
Unable to launch the IIS Express Web server in vs 2017
I have an ASP.NET MVC 4 solution. When I try to run it using Visual Studio 2017, I get following error: Unable to launch the IIS Express Web server.
how to fix this error?
right click on project , ...
0
votes
1
answer
84
views
How to write an expression that averages a calculated sum value in a grouped table in SSRS?
I have this grouped table in SSRS. I want to get the average care plan cost for each owner. I want this average to be the average of all their individual client's monthly costs. I cannot figure out ...
0
votes
1
answer
77
views
Unable to populate RDLC from DataSet
I manually created a DataSet with a DataTable inside. I would to add with the code values to columns in this DataTable and show them in a Report. But I get different errors.
In my RDLC file I have a ...
0
votes
0
answers
496
views
How to Use NPM Install With Visual Studio
I'm seeing a lot of sites offering the ability to install their library using "npm install", but I have no clue how to use it. Tried reading up on it, but no one gives a real... first things ...