When I try to install visual studio 2010 SP1, it gives following error.I selected the vs_setup.msi from installation folder and tried with re-install vs 2010 and system restarting but problem is still exist.
Mount your Visual Studio (RTM) ISO into a virtual DVD drive, click on Browse and selected the vs_setup.msi on the mounted ISO. Now Windows can pick all files required to install the Sp1.
Finnaly I got this solved. I installed vs2010 sp1 offline installer.
Related
I have Visual Studio 2019 v16.1.6 installed on my Windows 10 x64 machine. My Visual Studio installer doesn't find any updates and thinks that 16.1.6 is the latest version. I've tried deleting the Visual Studio installer folder — which triggers a reinstall of it — but to no avail. I've also tried uninstalling VS, which didn't work.
Anyone had a problem like this before? My machine was re-imaged recently and it's possible a prerequisite for upgrading VS is missing. Could there be a windows patch or other software I could be missing?
Update your Visual Studio Installer first, then you can update Visual Studio.
I fixed this myself. The installer was reading a json file on my work's network to check for updates, rather than going out to the web. Fixed it by deleting a registry key pointing to the local network location.
I want to install Visual studio 2013 Ultimate, but an error message pops up saying:
You need a newer version of windows
After a little research about the known installation issues for VS2013, I updated to SP1 from the Microsoft website and installed IE10, but I am still unable to install it.
SOLUTION FOUNDED:
I have found the solution to my problem, simply by changing the Visual Studio installation File from the C (system drive) it was in the desktop, to the D (other stuff drive) and relaunching the installation again, magically the installation begins without any issues.
I have a Windows 7 Express, with Visual Studio 2012. When I run it I get this message:
"C:\windows\system32\MSVCR110.dll is either not designed to run on Windows or it contains an error. Try reinstalling the program again using the original installation media or contact your system administrator or the software vendor for support".
I tried these things:
Repairing Visual Studio with installation.
Uninstalling and installing again.
Installing .Net framework manually.
Installing Microsoft Visual C++ 2012 Redistributable
Getting the .dll from a computer with a working Visual Studio 2012.
Using a different installation of Visual Studio.
Nothing worked and I have no idea what's the problem.
The two installations that I've used worked on different computers with the same operating system.
Please I need ideas!!
Do you have Windows 7 Service Pack 1 installed? If Not do that first.
Even after that you have two options:
Remove & Reinstall by downloading a new copy of Visual C++ Redistributable for Visual Studio 2012 Update 4
Check System requirements section carefully it requires Windows 7 Service Pack 1 installed to work.
Reinstall Visual Studio 2012 with Update 4
when I want to install visual studio 2010 sp1 i get this error:
KB2529927v2 does not apply, or is blocked by another condition on your computer.
How can I fix it?
i think Windows Update isn't as accurate as the Installer itself.
The solution is running a visual studio 2010 product repair from the Programs and features, located on windows control panel.
also at super user site also said :
https://superuser.com/questions/363254/kbxxxxx-does-not-apply-or-is-blocked-by-another-condition-on-your-computer
I was facing the same issue, I just installed the VS2010 SP1 again through the below link and it worked like a charm.
https://download.cnet.com/Microsoft-Visual-Studio-2010-Service-Pack-1/3000-2070_4-75451099.html
I have Visual Studio 2010 Ultimate installed. I installed all tools listed here.
When I create a new project in Visual Studio, I don't see anything about Windows Phone or XNA anywhere. I've tried reinstalling the tools. I've tried doing devene.exe /InstallVSTemplates following this.
Am I missing something here?
Update: I did have VS2010 SP1 installed before I installed the WP7 developer tools.
I was able to fix this by doing the following:
Uninstall everything related to Visual Studio 2010
Install Visual Studio 2010
Install the WP7 developer tools
Install VS2010 SP1
What I found was, when installing the WP7 developer tools, if VS2010 SP1 is installed, the tools installer doesn't find VS2010 and the plugins/templates don't get installed.
If there is a way to fix this without doing a reinstall, I'd love to know.
I did in this way:
goto the folder Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\CSharp\Silverlight for Windows Phone\
change the name folder 1033 to 2052
ran devenv.exe /InstallVSTemplates
start visual studio 2010, I found those templates are available but I got errors when try to create project form them .
So I changed the folder name back to 1033 and ran devenv.exe /InstallVSTemplates again.
Hi All,
I solve this problem as follows:
I'm creating a new project (silverlight for windows phone, for example) in Visual Studio Express.
Closing Express edition.
Open created project in my Ultimate edition! :)