I got a new visual studio 2013, installed stylecop there. But it does not underline error how it used to be in VS 2012.
So, what's wrong?
EDIT. I have checked Resharper options-> plugins and stylecop is not listed there. May that be an issue?
it seems that stylecop 4.7 is not compatible with resharper 8.0. Have to update to 8.1
StyleCop does not perform underlining; ReSharper with the StyleCop plugin does. Did you perhaps have ReSharper installed on VS 2012 but not on your new VS 2013?
Related
In Visual studio 2019 and earlier versions Setup projects were part of the project templates I could add to any solution.
Now I've tried to open an old solution in VS 2022 and it says there is no compatibility for this kind of project.
Is that so, or am I missing something? Is there anything I can do about it?
I know there are some new solutions for installers integrated with VS, but Setup project just works for me and I never felt the need to change.
For Visual Studio 2022 support for Visual Studio Installer Projects must now be installed as an official Microsoft extension from here:
https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects
I found this by googling "Visual Studio 2022 Installer Project".
I'm trying to make Visual studio 2010 project work on Visual studio 2015(without upgrading it).
But the problem is it does not open proper property page.
It works very well in Visual studio 2010 IDE. Or if it is upgraded for Visual studio 2015 toolset(v140).
If I change the 'Platform Toolset' option to Visual studio 2010(v100), it does not work again.
Does anybody know what the problem is?
Thank you.
I faced a similar issue. See here:
Missing Properties when opening VS2010 C++ projects with VS2015
In my case, it was related to language settings:
VS2010 german version
VS2015 english version
-> project properties where not there
Switching the language of VS2015 to german solved it for me.
I have StyleCop installed on my Visual Studio 2015. But, it does not give the option for running StyleCop on one particular file (on right click). StyleCop only runs on build. I am not getting the StyleCop setting option too. I have Visual Studio 2015 professional edition and I have install StyleCop from Codeplex. I have installed it using Nuget Package Manager.
You can try Visual StyleCop, which is an extension to Visual Studio. This preports to give the right click functionality into Visual Studio 2015
StyleCop.Analyzers gives you something close to the old right click functionality, but at a project level, not a file one. Let me know if you want more info on it.
Update 11 Feb 2016 There is an alpha release of StyleCop (4.
7.50) with Visual Studio 2015 support (but not C# 6).
Update 16 Oct 2018 StyleCop is mainstream available up to VS2017. Options in VS itself are provided by the extension, not the nuget package.
I have setup ReSharper to vs2010.
Howerver,I setup vs2012 right now and find no ReSharper add-in in vs2012.
How can regist ReSharper to my IDE?
Only Resharper 7 or higher will work with Visual Studio 2012, if you have this version then just re-install it and it should show up. Earlier versions will not work. See this other question about resharper and VS 2012.
I have a website project that has been subversioned already. I have installed ankhsvn but when I open the website project in Visual Studio 2010 it doesn't show the version control icons in the Solution Explorer. Any idea why that might be?
Thanks
Did you enable AnkhSVN in Tools->Options->Source Control?
When it is the default SCC provider it should automatically detect that your (C# ?) website project is already in Subversion.
If you are using Express Versions of Visual Studio 2008/2010/2012, note that AnkhSVN does not work with Express versions. In my case (VS 2012) the solution above does not work because AnkhSVN is not available in Tools -> Options -> Source Control -> Plugin Selection. Express versions do not allow Addin.
https://stackoverflow.com/a/12509780
This is an old question, but after installing Ankh I had to run
"d:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe" /setup
to get Ankh to show up in the source control plugin selection list. This seems to happen intermittently with new plugins.
I had a similar problem and got it fixed when I uninstalled and reinstalled AnkhSVN. Doing a repair wasn't enough.
I had the same problem. The only solution for me was to remove Registry keys explained in Visual Studio 2012 Extension Issues.