visual-studio-projects | Holds all simple Visual Studio programs
kandi X-RAY | visual-studio-projects Summary
kandi X-RAY | visual-studio-projects Summary
Copyright (C) 2012-2014, Protean Security.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of visual-studio-projects
visual-studio-projects Key Features
visual-studio-projects Examples and Code Snippets
Community Discussions
Trending Discussions on visual-studio-projects
QUESTION
I'm trying to compile a very simple C++ code in my newly installed Microsoft Visual Studio 2019 and Intel Parallel Studio XE (shipped with the MKL Library 2020). Basically the code creates a 3x3 sparse idendity matrix handle in the CSR format and then destroy the handle:
...ANSWER
Answered 2020-Jul-18 at 05:23the same problem has been discussed at the mkl forum:https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-2020-1-VS2019-linking-bug/m-p/1153138
QUESTION
When I wanted multiple projects in a solution to share the same assembly informations (mainly AssemblyVersion), I used to use the tecnique explained here: https://blogs.msdn.microsoft.com/jjameson/2009/04/03/shared-assembly-info-in-visual-studio-projects/
Now we're working on a solution of .net core and asp.net core projects and we want all projects to share the same AssemblyVersion, but now each project's version is stored inside it's .csproj file (we're using vs2017)
I tried with generating info with true
but the new file is created at build-time
Is there a way to centralize this information like in the "old" SharedAssemblyInfo.cs way?
...ANSWER
Answered 2017-Mar-14 at 18:30You can add a Directory.Build.props
file above all the .csproj files that you want to default properties for. This .props
file will automatically be imported in all the .csproj
files below it. You can set common properties in it:
QUESTION
I wrote a python script to run my vb.net project executable. The problem I ran into is when I read the lines and then use a for loop to use the individual line (IP) as an argument to my application, this does not work. However when I use any other String it does work. So it does not read the IP from ipaddress.txt but it does take an IP if entered manual as the argument instead of 'line'.
...ANSWER
Answered 2018-Nov-19 at 21:57In your code you have 'line'
enclosed in quotes signifying it as a string. But you want line
to be read as a variable, so simply remove the quotes in line
in your for loop, which will do what you want: iterate over each for line in lines:
QUESTION
I am trying to open a Xamarin project in Visual Studio 2017 version 15.8.4, But it's not opening, It shows (needs migration).
When I try to reload it gives this popup.
When I click the Ok button, it redirects me to this page.
When I click on the link, it redirects me to this page.
I have gone through the above link, but I am not able to solve the issue.
I am able to open this project in Visual Studio 2015.
Visual Studio 2017 About window.
csproj file
...ANSWER
Answered 2018-Sep-19 at 10:26I have got the reason behind the issue.
I had Xamarin windows 8.1 app project which was built on VS 2015. But I was trying to open it in VS 2017. And VS 2017 does not support windows 8.1 app, it supports UWP apps.
So you have two options.
- You need to convert the Windows 8.1 app to UWP app manually if you want to work only in VS 2017.
- Just be happy with VS 2015 and develop your Windows 8.1 app.
QUESTION
I have migrated a windows service developed in .Net 2.0 using VS 2010 to .Net 4.7.2 on VS 2017. There is a setup project which failed migration because VS 2017 does not support this project type. As Microsoft suggests here I am creating setup project using wix and have downloaded and installed wix toolset 3.11.1, Wix Extension for Visual Studio 2017 and wix VS Designer in this order and followed the tutorials to create the set up project. But I am getting the error
Could not load file or assembly 'wix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=c9acf360d0e036e3' or one of its dependencies.
The wix target file has the following code:
...ANSWER
Answered 2018-Jul-06 at 20:34It may be easier for you to just use the installer project add-on and migrate your existing setup project. It's at the marketplace:
The link you posted does refer to these, so perhaps you've decided to go with WiX anyway.
QUESTION
I had a few minutes this morning to try to figure out why Visual Studio 2017 rebuild all of my projects in the solution every time I try to run the project. I think I know why this is happening but I'm not sure how to fix it.
I saw these articles:
http://michaelscodingspot.com/2017/04/28/visual-studio-keeps-rebuilding-projects-no-good-reason/
Which got me to turn up build logging.
I now see that VS is looking for PDB files in the OBJ directory and since they are not there(1), VS thinks the project needs to be rebuilt.
...ANSWER
Answered 2018-Feb-11 at 20:58This was an issue with assembly project that had been created in older versions of Visual Studio (the projects created in VS2017 don't have the problem).
The workaround I found was to change this part of the .csproj file:
QUESTION
I have a .NET 4.5.2 WPF solution containing an InstallShield 2016 Express project. I'm using Visual Studio 2017. Everything was working until I updated Visual Studio to 15.3. Now the InstallShield project fails to load when I open the solution. I get this message:
These projects are either not supported or need project behavior impacting modifications to open in this version of Visual Studio. Projects not displayed either require no changes or will automatically be modified such that behavior is not impacted. For details, see More information.
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. - Setup, "C:\Develop\DxImporter\DesktopWebUiV2\Setup\Setup.isproj"
The "More information" link suggested installing the Wix Toolset Visual Studio 2017 Extension, so I did, but it didn't help.
Has anyone else had this problem, and if so, have you found a solution?
...ANSWER
Answered 2017-Oct-02 at 17:12Flexera tech support informed me that InstallShield 2016 Express SP1 or SP2 should work with VS 2017 update 15.3. To fix my issue, they suggested uninstalling and reinstalling InstallShield. I had SP1 installed, so I uninstalled that, then installed SP2. That fixed it.
Edit: I recently had to uninstall and reinstall VS 2017, after which I ran into the same problem with my InstallShield project. This time I tried repairing InstallShield Express SP2 rather than uninstalling and reinstalling it. It worked!
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install visual-studio-projects
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page