visual-studio-2015

Visual Studio Setup project set install location

有些话、适合烂在心里 提交于 2020-01-06 18:41:32
问题 I am using visual studio setup project extension for build setup package for my application. I have removed the Install Location Select Interface and instead application should be installed to the location i have preset. At the moment application install location is set by Right-click on Application Folder in File system UI and set the DefaultLocation value as [ProgramFilesFolder][Manufacturer]\[ProductName] . It is installing to ProgramFiles(X86) folder. I want to install the application

Can't select machine group from Build tasks dropdown in TFS 2015.2

女生的网名这么多〃 提交于 2020-01-06 16:53:46
问题 I'm trying to use the Visual Studio Test Agent Deployment Build vNext task in TFS 2015.2. I added a machine group in the Test tab, but when trying to select the machine group in the dropdown in the build task for the Test Agent Deployment, the UI thought that there were no groups! (clicked on the dropdown, wouldn't have anything show up) We refreshed the page and no difference. And this issue seems to appear for all of the build tasks. We tried a Windows File Copy task and typed in the

Can't select machine group from Build tasks dropdown in TFS 2015.2

独自空忆成欢 提交于 2020-01-06 16:53:11
问题 I'm trying to use the Visual Studio Test Agent Deployment Build vNext task in TFS 2015.2. I added a machine group in the Test tab, but when trying to select the machine group in the dropdown in the build task for the Test Agent Deployment, the UI thought that there were no groups! (clicked on the dropdown, wouldn't have anything show up) We refreshed the page and no difference. And this issue seems to appear for all of the build tasks. We tried a Windows File Copy task and typed in the

Visual Studio 2015 (community)- cannot create new project c++

℡╲_俬逩灬. 提交于 2020-01-06 06:55:16
问题 I want to create a new c++ (simple hello world) project in Visual Studio 2015. When i click on File > New > Project > Visual C++ > Win32 console Application > OK, the same popup (New project, as below screenshot) appears again and the project is not actually created. screenshot- I have searched online and there seems no similar problems of this kind. I have also tried by un-checking the "Create directory for solution" but the problem seems to be there always. I have tried closing the VS2017

Visual Studio 2015 Server side with Cordova Apache

丶灬走出姿态 提交于 2020-01-06 06:41:14
问题 I hope this question is concrete. I want to create a cross-platform mobile application. In order to do so I have decided I will probably use an IDE that will support Apache Cordova. I have decided I will probably use Visual Studio 2015 with Additional Tools For Apache Cordova. The main concern I have is regarding the server side connection I need to have in my future application. I have some MS-SQL Tables that I want to get access to via this application. As far as I understood, Apache

xcopy /s /y “$(SolutionDir)packages\Apache.Ignite.1.6.0\Libs\*.*” “$(TargetDir)Libs” error while building in jenkins

落爺英雄遲暮 提交于 2020-01-06 06:09:37
问题 Hello All, while building Visual project project from jenkins am getting below error i have set msbuild plugin and set path in jenkins. C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(4714,5): error MSB3073: The command " [C:\Users\Administrator.jenkins\workspace\DrawingsFabric\DrawingsFabricApi\DrawingsFabricApi.csproj] C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(4714,5): error MSB3073: if not exist "C:\Users\Administrator

Image resource not available at runtime

谁说我不能喝 提交于 2020-01-06 04:08:27
问题 Windows 10, UWP, C#, VS2015: I am trying to set a FallbackValue=ms-appx:///Assets/image.png in Xaml That works well when running the app within Vs2015. However, when creating a store package, the installed version does not display the image at all. What could go wrong? The same scenario worked well in Win8 来源: https://stackoverflow.com/questions/33431135/image-resource-not-available-at-runtime

Xamarin.Forms Project breaks after adding Library from another Project

末鹿安然 提交于 2020-01-06 03:58:21
问题 I wanted to start implementing a mobile cross-plattform application which should call an existing WCF-Service with XamarinForms. I'm pretty new to the whole Xamarin thing, so maybe its a pretty easy solution. So what I did was creating a new Xamarin.Forms Portable Project which includes all the Droid, iOS project and stuff. In the library project I added a new Content-Page, wrote some dummy "hello world" code and startet, works just like a charm. The problem comes when I want to add an

How to traverse String[][] in F#

北慕城南 提交于 2020-01-06 02:47:08
问题 Context: Microsoft Visual Studio 2015 Community; F# I've been learning F# for about 1/2 a day. I do have a vague idea of how to do functional programming from a year spent fiddling with mLite. The following script traverses a folder tree and pulls in log files. The files have entries delimited by ~ and there may be one or more there. open System open System.IO let files = System.IO.Directory.GetFiles("C:\\scratch\\snapshots\\", "*.log", SearchOption.AllDirectories) let readFile (file: string)

How to add custom internet headers to emails?

若如初见. 提交于 2020-01-06 02:25:33
问题 Can someone provide how to create and add custom internet headers to the mailItem and how to read them later? I am trying to attach a keyword to every email that is sent so it can be read by another outlook client with the same add-in. 回答1: Assuming you're writing a Outlook Plugin (based on your tag). Get a Handle on your current mail item (email in draft form)... // Describes your Custom Header string PS_INTERNET_HEADERS = "http://schemas.microsoft.com/mapi/string/{00020386-0000-0000-C000