visual-studio-2015

SSIS package fails on file.delete of script task

只谈情不闲聊 提交于 2020-01-05 04:15:11
问题 I have an SSIS package , zip.dtsx. This package successfully runs on serverA. I copied this package in serverB. However, when I try to run zip.dtsx on serverB, it fails. zip.dtsx just reads a file in a source folder, compresses it, saves the compressed file to a different folder, then deletes the original file in the source folder. After some investigation, I figured out that if I comment out the part in the C# script task that deletes the file in the source folder. The package runs

LNK1104 Visual studio 2015

倖福魔咒の 提交于 2020-01-05 04:06:12
问题 I am trying to build Caffe Deep Learning Network solution using Windows and I have literally tried everything to make it work. I found similar questions, but they were using VS 2010 or 2013 and I don't have any of the options listed in most of the answers. Firstly: I am using VS 2015, cudNN and latest Caffe, and I am trying to build it using Windows x64. Secondly: I have tried two approaches (started off with adding cudNN path in both cases) 1) Reference: http://embedonix.com/articles/machine

Installing NuGet packages to custom folder in a project in Visual Studio 2015

一笑奈何 提交于 2020-01-05 02:58:47
问题 I have a Visual Studio 2015 solution with many projects. For one of the projects I would like the files from NuGet to download to a specific folder in my project. For example, I intend to use Bootstrap and also Signalr. I would like Bootstrap to download everything into one folder in my application, and not create folders within my project root. For example, I have a folder called 'Libs' in the project and would like those libraries to use 'Libs' as their root folder. This is due to an

Error Installing Windows 10 development tools for Visual Studio 2015 RC on Windows 8.1

主宰稳场 提交于 2020-01-05 02:28:32
问题 I am running Windows 8.1 and I have installed Visual Studio 2015 Enterprise RC with Blend. I am trying to install the Windows 10 development tools for Visual Studio 2015 RC and getting the following error: ExecuteError: Package (VSSecondaryInstaller_box) failed: Error Message Id: 1603 ErrorMessage: Windows 10 SDK 10.0.10069 : The installer failed. User cancelled installation. Error code: -2147023294 Has anyone else gotten this error and found a solution to successfully install? 回答1: Through a

Visual Studio 2015 can't build Windows 10 universal app?

僤鯓⒐⒋嵵緔 提交于 2020-01-04 17:50:53
问题 I was using Visual Studio 2015 RC and building Windows 10 App with no problem. Once I upgraded to Windows 10, I also upgraded my VS but after that I cannot run and build my Windows 10 app. I downloaded the VS 2015 here, when I chose custom install, there was no "Universal Windows App Development Tool" option as described here. I could only see a "Windows 8.1 and Windows Phone 8.0/8.1 Phone" option. What's wrong with my install? Am I downloading the wrong file? 回答1: I think the new tools just

How to deploy asp.net application to docker container on Linux server?

我与影子孤独终老i 提交于 2020-01-04 07:51:10
问题 I have installed docker engine on a Linux server. On my desktop's Visual Studio 2015, I created an asp.net application. Now I want to publish it to the Linux server and create a docker image. I followed this step. I don't have an azure account and I want to use my own Linux server. So next, I clicked the Docker Containers . The interface became: Then I clicked Custom Docker Host and pressed OK button. The interface was Now I input the image name as DockerDemo . Also I type the server url

Visual Studio 2015 RC - Cant add virtual directory

倾然丶 夕夏残阳落幕 提交于 2020-01-04 06:53:21
问题 I recently upgraded my machine which meant I had to install VS 2015 RC community opened a previous project and had to recreate all my previous virtual directories only to find when I try I get the following error message: 'The operation could not be completed' when simply selecting Add Virtual Directory, enter the name and path and press enter. Anyone else had that or got an idea how I get round that? 回答1: Maybe editting your applicationhostfile will help. The virtual paths must be part of

Visual Studio 2015 RC - Cant add virtual directory

橙三吉。 提交于 2020-01-04 06:53:14
问题 I recently upgraded my machine which meant I had to install VS 2015 RC community opened a previous project and had to recreate all my previous virtual directories only to find when I try I get the following error message: 'The operation could not be completed' when simply selecting Add Virtual Directory, enter the name and path and press enter. Anyone else had that or got an idea how I get round that? 回答1: Maybe editting your applicationhostfile will help. The virtual paths must be part of

Build FFTW lib with Visual Studio 2015 [added: steps for VS 2019]

浪子不回头ぞ 提交于 2020-01-04 06:29:11
问题 I'm trying to use Visual Studio 2015 to compile a project that uses FFTW. Unfortunately, the precompiled binaries from the FFTW website aren't compatible with VS 2015, due to this problem: unresolved external symbol __imp__fprintf and __imp____iob_func, SDL2. You get a link error when you try to compile. I'm looking for any advice on how I can compile a compatible version. The obvious answer would be to recompile FFTW with VS 2015, but I can't find any instructions on how to compile it with

tfIgnore does not work for me in Visual Studio 2015

梦想与她 提交于 2020-01-04 06:27:04
问题 .tfignore is not working for me in VS2015. i have few gulp generated minified file and bundle file at WWWROOT folder of ASPNET5 project. I have created the .tfignore file in the solution but it still shows me to add file in the TFS. how to fix this issue. 回答1: It's a known issue with ASP.NET 5 RC1, will be fixed in RC2: https://github.com/aspnet/Tooling/issues/289 来源: https://stackoverflow.com/questions/35471571/tfignore-does-not-work-for-me-in-visual-studio-2015