I am having difficulty in installing Visual Studio 2015 Enterprise (Update 1). After installation completes, I get a warning saying "Not all features installed correctly". See below snip for details
In control panel programs list I found that VC++ 14.0.23506 (both x64 and x86) are installed.
I am able to open visual studio, but when I try to create a new project I get following error regrading c# compiler error
I know performing a clean install again is a solution, but I have poor internet speed and would like to avoid downloading the whole thing again. Any help in fixing this would be great.
PS: I have VS 2013 professional and VS 2012 express also installed, both of which are working fine
Try uninstalling Visual Studio 2015, those VC++ 2015 x86 and x64 runtimes, and reinstalling Visual Studio 2015. Looks like it didn't finish installing properly because you already had the runtimes installed.
Related
the issue i am having is, on a project i've been working on for a week, ONLY IN VS 2017, it now is unsupported. this is the error code i am getting:
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.
- theFileThatIsAnIssue.csproj"
No changes required
These projects can be opened in Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
- MyProjectTitle, "C:\Users\meAsAUser\Desktop\MyProjectTitle\MyProjectSolution.sln"
I have gone through and deleted all .user files, tried cloning from my remote repo, opened the sln in notepad to make sure it was any CPU (it is), and restarted both VS and my computer.
it has now put the little "15" marker on all the solutions on my computer, which means this will be an issue for my other projects as well.
I installed VS2015 with update 1 on Windows 7 Entreprise English over Visual Studio 2015. The setup result was some error(s). I Restarted my machine and run the setup again. The setup completed successfully.
Note: that I had Resharper installed on first setup and I removed before retry the setup for the second time (which succeeded).
After re-installation, I got many message box with "package did not load correctly".
Example:
Now my visual Studio 2015 with Update 1 is totally upside down??? I got error message on start (package did not load correctly):
Python Tools Package
XamarinShellPackage
And many more when loading a project (package did not load correctly):
CollaborationPackage
...
Any idea on how we can solve that problem???
Update: I'm trying now to uninstall and then re-install again with Visual Studio 2015 with Update 1...
I fixed my problem by uninstalling Visual Studio 2015 completely and re-install VS2015 with Update 1.
I found this, maybe that can solve your problem:
Packages not loading after installing visual studio 2015 RTM
By
Shittu Joseph Olugbenga
All i did to get it working was to follow this step:
1.Close all instances of Visual Studio
2.Delete everything in this folder C:\Users\\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache
3.Restart Visual Studio
Though I have not tried this for 2015, I believe this should solve the
problem too. To do this for visual studio 2015, 12.0 should be changed
to 14.0
I had to do a combination of the other answers, none of which was uninstalling VS
I renamed C:\Users\{User}\AppData\Local\Microsoft\VisualStudio\14.0
started VS2015
closed it down
did the binding redirect for System.Collections.Immutable from https://stackoverflow.com/a/34018770/57883
Then I've been copying the extensions I think are safe over and seeing if projects all still load.
Try restarting the computer. It was what fixed the issue for me (which appeared right after modifying my installation, and I had not restarted the computer).
Close Visual Studio
Delete following folder C:\Users\%username%\AppData\Local\Microsoft\VisualStudio\xx.x\ComponentModelCache
and file
C:\Users\%username%\AppData\Roaming\Microsoft\VisualStudio\xx.x\ActivityLog.xml
Restart Visual Studio
Uninstall and re-install visual studio 2015
What C# compiler does Visual Studio 2013 use? If I were to install Visual Studio 2015 with its new Roslyn compiler, would that affect my Visual Studio 2013 installation?
I ask because we have some tests that are known to fail when our code is built with Visual Studio 2015. Some numbers differ at the eight significant figure. The solution when Visual Studio 2015 is released will probably be to increase the tolerances on the tests, but I'd like to understand how Visual Studio decides which compiler to use.
Can Visual Studio 2013 be explicitly set to use the old compiler? Or an msbuild script?
What C# compiler does Visual Studio 2013 use? If I were to install
Visual Studio 2015 with its new Roslyn compiler, would that affect my
Visual Studio 2013 installation?
Installing Visual Studio 2015 Preview will not affect your Visual Studio 2013 installation, and the old C# and VB compilers that live in .NET Framework installation folder within the Windows directory are not replaced. Instead, Visual Studio 2015 Preview uses and includes a preview of the next version of the Microsoft Build Tools, MSBuild 14.0, that is installed in the 32-bit Program Files folder under \MSBuild\14.0 and contains the new Roslyn compilers and code analysis libraries.
For C++, nothing substantial has changed, and as the compilers live in the \VC\bin subfolder of the particular Visual Studio installation, they will not affect each other.
Can Visual Studio 2013 be explicitly set to use the old compiler? Or
an msbuild script?
It's not necessary since Visual Studio 2013 can only use the old compilers, unless you installed and enabled the Roslyn CTP extension which has become obsolete by now.
No. Installing Visual Studio 2015 doesn't change the compiler used by VS 2013. At the command line, you can choose between by running the corresponding msbuild.exe
The test failures were due to .NET Framework 4.6 , rather than a change in compiler.
Fixed the problem by setting the 'use legacy JIT' environment COMPLUS_useLegacyJit variable per https://github.com/Microsoft/dotnet/blob/master/docs/testing-with-ryujit.md
Installing VS2015 will replace the .NET Runtime and update it to 4.5.3 - I don't know whether the JIT compiler is replaced, but it is possible.
In this case you could observe differing test results regardless of which C# compiler was used.
Anyways, installing 4.5.3 runtime is a major change to the machine and can't live side-by-side with non-preview runtimes so I'd not recommend it on a production machine. For example the Debugger API from Microsoft, CLRMD (Microsoft.Diagnostics.Runtime nuget package) no longer can connect to a 4.5.3 runtime - it's been reported here for example.
I would assume there are more breaking changes to be discovered.
Maybe VS 2015 does not affect the compiler used by VS 2013, but it definitely affects Roslyn (if you install VS 2015 your old, pre-VS2015 Roslyn code could stop working). For me it introduced problems with compiling anonymous types in ConfigR scripts.
I faced the issue by installing VS Professional 2015 Release side by side VS professional 2012. My MVC 3 Project created in VS 2012/ .net 4.0 I am not able to open now. I am able to open it in VS 2015/ .Net 4.0 only.
The current distribution for System.Data.SQLite does not work with Visual Studio 2013 unless you deploy the VS2012 Update3 release pack (presumably) or just install (on a test machine like I did) the full version.
Does anyone know when the System.Data.SQLite team will release builds for Visual Studio 2013, both the precompiled static libraries that I would distribute to a customer and the full designer version that I would use?
The current release as of this post is 1.0.89.0, which does not include options for VS2013.
There is now a build that natively supports VS2013. Go to http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki and search for "Visual Studio 2013". As of today the install is called sqlite-netFx451-setup-bundle-x86-2013-1.0.92.0.exe.
It's currently not supported on VS 2013, but soon will be(Like most other libraries)
I believe they build every 2 weeks of the core project.
http://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki#q1
After installing TFS 2012 Express Beta x32 problems connecting old remote TFS 2010 server.
When I try to open Source Control for old TFS 2010 server - recieve error:
Team Foundation Error
Method not Found: 'Boolean
Microsoft.TeamFoundation.VersionControl.Client.Workspace.OwnerNameMatches(System.String)'.
Is it possible to fix this problem. Can't access code files. Team system works ok. Documents are available also.
Can you be more clear on exactly what you did and where you did it? For starters, there's no such thing as TFS 2012, but I'm assuming you're talking about the TFS 11 beta.
Did you install TFS11 Express Beta on the same machine where you run Visual Studio 2010? Or did you install the TFS11 Team Client on your Visual Studio 2010 system? Did you also install Visual Studio 11 on that same machine? Are you now getting this error in VS2010?
Without knowing more about your setup, my guess is that you installed a new version of the TFS client tools and now your VS2010 is getting mismatched versions of the assemblies. (In particular, the method it's complaining about does not exist in the 2010 version of the client; I assume its new in v11.)
I had similar problems, though not TFS related, when installing VS11 side-by-side with VS2010; the ultimate fix was to uninstall VS2010 completely, then reinstall and re-service-pack VS2010. I'd also suggest not installing VS11 or TFS11 on a production machine until it's out of beta, unless you're willing to deal with this exact type of problem. (It's called beta for a reason...)
Try the KB2662296 hotfix:
Microsoft Download