Parallel studio not working with Visual studio 2013 - visual-studio-2013

I am trying to run a nightly build on TFS 2018. One of the projects in my solution uses Intel C++ compiler. I have installed Parallel Studio XE 2015 update 5 composer edition and I have integrated it with the Visual Studio 2013 on the virtual machine.
During the execution I am getting the error:
[error]C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\x64\PlatformToolsets\Intel C++ Compiler XE 15.0\Toolset.targets(145,5): Error MSB8001: "MSG010" is an invalid value for the "Code" parameter.**
I tried to do some research online but I did not find any solution for my problem.
Can anyone who has faced a similar kind of issue help me with this?

Related

SSIS and Visual Sudio 2019 Cannot Load Project

First of all, this issue has nothing to do with the installation of SSDT. I have the lastest version installed, at the time of writting this.
My issue is that the SSIS package was written some time ago using, I think either VS2005 or VS2008 as I was using Windows 7 with the lastest SSDT package fro the time, and I now need to open it up to view the workings.
I am now using VS2019 on Windows 10, again with the latest SSDT package, and studio refuses to open the project.
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- Contessa.SQL.SSIS, "G:\Work Stuff\Solution\40 SQL SSIS\TestSolution.SQL.SSIS\TestSolution.SQL.SSIS\TestSolution.SQL.SSIS.dtproj"
Non-functional changes required
Visual Studio will automatically make non-functional changes to the following projects in order to enable them to open in Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1. Project behavior will not be impacted.
- Contessa, "G:\Work Stuff\Solution\TestSolution.sln"
I have found the answer and it had nothing to do with the SSDT installed.
After finding this article.
visual-studio-2019-open-solution-file-incompatible
It explains the need to make sure that the SSIS Extension is enables. In my case it needed to be installed.
This occurred because I had installed various versions of SSDT which caused Visual Studio to need me to reinstall.

Visual Studio 2017 cannot find some files

I have Visual Studio 2017, Community edition; whenever I start my computer, I recieve from it four warning messages of missing files: extension.vsxmanifest, Nvda.UnifiedDebugger.Package.pkgdef, Nvda.Vsip.Debugger.Device.dll.pkgdef and Nvda.Vsip.Net.dll.pkgdef.
I get that there is some problem with some NVIDIA packages (I recently installed the CUDA Toolkit), but how can I solve it?
Try to open the visual studio with administrator privillage (Run As Administrator) for one time after CUDA toolkit installation (this worked for me).

Keep getting "Project Target Framework not installed

After generating visual studio 2010 solution using cmake from source, the GeographicLib solution shows the following error on VS2010. . I tried downloading and installing .net fx 4.0 but the error keeps coming.
I've found the solution for it and if some one faces the same problem, here is the solution that works for me. The error is because am using visual studio 2010 professional and when I changed to visual studio 2010 ultimate, Geographic lib builds and installs without any error.

Can't open projects in Visual Studio 2015

First timer here, very new to SQL and Visual Studio. I'm not able to open any projects/solution in VS 2015 community edition. I'm getting a following error:
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
These reports were created in VS 2015, so I know they are compatible. Like I said I'm very new at this. I realize my question is quite vague but any help would be greatly appreciated!

How do I upgrade SQL Report projects (rptproj) to Visual Studio 2012?

Were I work we are currently using visual studio 2008 because 2010 did not include the bids stuff, I have now been asked to test out whether 2012 is any better so we have a virtual machine that I've been allowed to work on and we've got visual studio 2012 and 2012 integration services installed on it.
I tried to open one of our solutions which has various report projects in it. When I do this I get a one way upgrade option which I chose and then I get the following:
Projectname.rptproj: The application which this project type is based on was not found. Please try this link for further information: link
This link doesn't work properly and I can't seem to find very much on this for visual studio 2012 am I missing something here? Thanks in advance for any help.
Microsoft has recently released the tools necessary to open and create .rptproj projects in VS2012: Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012
According to this, it appears that you have to install the client tools for VS2012 (from the SQL2012 installer) in order to get the BIDS bits. Incidentally, installing VS2012 client tools will apparently update both VS2010 and VS2012.

Resources