visual-studio-2017

Copy a SSIS project/package from Visual studio 2017 to 2008 (partial ease accepted)

梦想与她 提交于 2021-01-29 10:17:16
问题 I have created several packages in Visual Studio 2017 (SSDT) SSIS solution, they are showing target server 2017. This was on my development PC. Now, upon completion of it, I am into a challenge. The Server on which, I am moving my packages, is having Visual Studio 2008. I can understand that downgrading may not be right away possible, but I will still be happy if I can find a way to minimize my work (i can accept package by package or so). Please note I am accessing the other server on the

Can ODP.NET support LDAP with the Entity Frameworks tools?

断了今生、忘了曾经 提交于 2021-01-29 10:12:35
问题 Does anyone know if ODP.NET Managed Access (Oracle.ManagedDataAccess 12.2) support LDAP with the Entity Frameworks tools (vs 2017 Entity Framework 6.2)? The DBA inhibited access through TNS, so I no longer unable to connect to database to update the data models. The error message I received was ORA-12154 TNS could not resolve the connect identifier specified. I tried to include the LDAPSetting in the app.net, but that didn't work. Is there any way I could still use the Entity Framework tools

dotnet Command executed by visual studio 2017

我们两清 提交于 2021-01-29 09:42:28
问题 I am looking for a way to get all dotnet command send by Visual studio while creating project or new files. My goal is to automatise the construction of the code using templates and scripting. Is there a way to get all dotnet Command executed by Visual Studio ? Thanks a lot for your answer Regards Mickael 回答1: You can use Process Monitor to write a log of all executed dotnet processes with parameters. 来源: https://stackoverflow.com/questions/52986734/dotnet-command-executed-by-visual-studio

Problem with NuGet package lacking compatible references or files - and its simple solution

这一生的挚爱 提交于 2021-01-29 08:47:14
问题 Trying to install a package called BarcodeLib from the NuGet Package manager, but it fails with the following message: Could not install package 'BarcodeLib 2.2.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. From the console: PM> Install-Package BarcodeLib -Version 2.2.1

How to add database to MFC project in Visual Studio 2017?

主宰稳场 提交于 2021-01-29 08:00:09
问题 I need to create an MFC project with database. As I can see in screens of VS 2015, there was a special option for it. But in VS 2017 I don't see it. Here's the list of components I have: But I still can't find anything that can help me find database support for mfc. I will be grateful for any help. Thanks in advance! 回答1: This will be similar to my answer I am missing the Add new item Add "MFC Class From Typelib" in VS-2019 or this issue The big ATL wizard misery. You will need to create it

Visual Studio: Manage debugging command line arguments for the app

夙愿已清 提交于 2021-01-29 07:50:29
问题 Is there any simple way to manage command line arguments for C++ project (I suppose the same for C#) in Visual Studio like it works in Visual Studio Code where you have dropdown with different run presets? I'm developing CLI and need to change arguments pretty often. Now I have to copy paste them from txt file. I guess it's not the easiest way to handle this :) UPD: Just to clarify I'm speaking about Console application project properties -> Debugging -> Command Arguments block. 回答1: You can

Can I stop Visual Studio URL decoding Command Arguments in Debug mode?

和自甴很熟 提交于 2021-01-29 05:32:59
问题 If I set my program to echo command arguments and run in Visual Studio debugger with Command Arguments "https%3a%2f%2fas" it will echo 'https://as' However, if I run from the command line 'myprog.exe https%3a%2f%2fas' then it will echo 'https%3a%2f%2fas' Why is it handling this differently, and how can I stop it? I have to pass in an argument that is URL encoded and it needs to not be interpreted by Visual Studio first. Program is C++ and it's Visual Studio 2017 if that is any help. 回答1: Can

Visual Studio 2017 Error while trying to Repair

人走茶凉 提交于 2021-01-28 22:00:09
问题 I am getting the error the form specified for the subject is not one supported or known by the specified trust provider VS 2017 while trying to Repair the Visual studio in my Windows 10 system. Even, getting same error while installing the missing feature of any project. Any help on the same please. 回答1: Suggest you do a few things first (selected from this list): Reboot : to release any locks and do any pending file replacements. Disk Space : verify that you have enough. Re-Download : re

“Find in files” in Visual Studio 2017 does not work

笑着哭i 提交于 2021-01-28 14:39:06
问题 When I use the "find in files" Window in Visual Studio 2017 and select "entire solution" to search in, the search does not work: the result window opens and the options for the search are listed, but nothing else happens or is listed in the result window. When I select "all opened files" or "current window" instead of "entire solution", search works without problems. It does not depend on the solution opened: I tried to search in several different solutions and also in a completely new one. I

Visual Studio vertical scrollbar changes length based on amount of text on-screen

筅森魡賤 提交于 2021-01-28 12:02:16
问题 [VS Enterprise 2017, 15.9.14] I just noticed this - not sure how long it has been happening. When I am editing code (any type I have seen so far - plain text, .cs, .xaml) the vertical scroll bar will change length, based on the relative amount of text characters which happen to be visible in the window. I don't like this functionality - I just want the size to be constant, based solely on the number of lines of text in the file. I have a number of extensions installed (Productivity Power