Skip to main content

Questions tagged [visual-studio-2015]

Visual Studio 2015 is the version of Microsoft's Visual Studio product suite which follows 2013 version (also known as "Dev14", includes C++ compiler version 19.0). Use this tag if you have a specific question about Visual Studio 2015 features and functionality, not just a question reading your code.

visual-studio-2015
0 votes
0 answers
24 views

Getting error 'cannot open program database' when building CUDA solution in Visual Studio 2015 [duplicate]

I'm using Visual Studio Community 2015 for compatibility with CUDA Toolkit v8. I've created a new solution/project based on the CUDA template and checked that it builds. At this point, if I close and ...
giofrida's user avatar
  • 127
0 votes
0 answers
7 views

How to build the "Receiving a notification any time the selection changes in an Explorer window" program by the Visual Studio Community Edition 2015?

When building this "Little Program" source: #define STRICT #include <windows.h> #include <ole2.h> #include <shlobj.h> #include <shdispid.h> #include <atlbase.h> ...
SVT2's user avatar
  • 5
1 vote
0 answers
63 views

Error 500 in Production after publishing with VS2015 for Multi-Layer .NET Framework Solution

In a solution composed of several layers: BusinessEntity (Layer) DTO BeMonitorRequest.cs ...other classes... Web (Layer) Controllers MonitorController.cs ...other controllers... I am having an ...
momiavive's user avatar
0 votes
0 answers
35 views

Visual Studio 2015 RDLC - "Report Parameter" is missing from Report menu

Above is image from Internet. I am using Visual Studio 2015. My report menu for RDLC do not have "Report Parameters" Why is that? I use "Document Outline' to select the parent in it ...
Pop's user avatar
  • 525
0 votes
0 answers
34 views

Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0 - SSIS C# Script Task

I'm having a difficult time figuring out how to fix this issue. I'm trying to run a VS Studio 2015 SSIS Script Task with the Newtonsoft.Json.dll. I've tried adding it via GACUTIL, NUGET Package ...
FlyFish's user avatar
  • 515
0 votes
0 answers
101 views

Migrate Old VS 2015 .suo file to the New VS 2022 DocumentLayout.json

Good Day! I'm using Visual Studio 2015 with Devsense PHP Tools to develop PHP projects and I have dozens of huge PHP projects and each project has dozens of opened documents and distributed over 3 ...
Hady Shaltout's user avatar
1 vote
0 answers
47 views

Visual Studio write to Office 365 word

I created an app (in visual studio 2015 and .net) that writes to Word 2013 (it creates the word document, fills in paragraphs of text, tables, numbers, etc... through bookmarks) it's been working ...
F L's user avatar
  • 11
0 votes
0 answers
86 views

timestamp(6) oracle datatype issue while loading the data from one Oracle table to another using SSIS

I am trying to load the data from one oracle table to another using Data flow task in SSIS. Both source and destination oracle tables has the same datatype (timestamp(6)). Once the DFT is completed, I ...
user23424831's user avatar
2 votes
1 answer
44 views

BIML to create multiple projects in a single solution

Can you use BIML to create multiple projects within a single solution? The following creates a single project with two packages within it, but I'm trying to create two separate projects with a package ...
tone's user avatar
  • 23
0 votes
0 answers
46 views

Is there a possibility to Checkout all git Branches of one solution at the same time?

We have a solution with mutliple projects inside. The projects hasve 2 main branches, one for 32-Bit and one for 64-Bit. Is there a possibility to checkout all git branches at the same time when one ...
Tom's user avatar
  • 73
0 votes
2 answers
754 views

Warning of installing redistrubatble in Visual Studio 2015

I got a new computer and had to reinstall Visual Studio 2015 on it. Most of the time it went okay till the end. I got these warnings: Microsoft Visual C++ 2015 Redistributable (x64) - 14.0.24210 : ...
pmb88's user avatar
  • 147
0 votes
1 answer
65 views

How add conditional Instalation Targets in manifest file in Visual studio

Using single manifest file i am generating two vsix. One will target 2022 version and other will target 2019 and before. The problem is if i double click on 2022 vsix or 2019 vsix, both are listing ...
Thejas Jain M j's user avatar
0 votes
0 answers
44 views

How can I access the summary information of a dll file installed in the GAC directory?

I created a DLL file to be installed in the GAC directory and created automatically an XML file for the summary information of this DLL file. When I try to install the DLL file and XML file to the GAC ...
gordu7's user avatar
  • 1
0 votes
0 answers
162 views

CMake failed to check C++ compiler with Visual Studio 2015

I'm trying to compile LibTIFF on Windows. The library needs to be built with CMake. I try to build with Visual Studio 2015. But CMake complains "The C++ compiler is not able to compile a simple ...
Cosmo's user avatar
  • 866
0 votes
0 answers
114 views

Local Reports in Visual Studio 2022

I took over an application (WinForms) developed a few years ago that needs to run on older computers as well. In Visual Studio 2022, when I modify a report, the schema changes from 2010/01 to 2016/01. ...
Dobraaanis's user avatar

15 30 50 per page
1
2 3 4 5
1308