Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I use VisualStudio 2010 and olso have Visual C# 2010 Express installed on my computer.
And I have to install Microsoft SQL Server 2008 R2, but during the instillation warning appears --
"A previous release of Microsoft Visual Studio 2008 is installed on
this computer. Upgrade Microsoft Visual Studio 2008 to the SP1... "
When I tried to upgrade VS 2008 it said "There is no VS 2008 on your computer". =)
How can I solve this problem with intent using VS 2010?
At Your Own Risk
I think you need make some changes in the registry please follow these steps
1. Type regedit in run
2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv
3. Find the VS or vs folder rename it to vs_1
Hopefully it will work. This what i did once.
The version numbers are different, but this appears to be your scenario:
http://support.microsoft.com/kb/956139
My initial advice would be "treat your MSSQL 2008 install as a fresh install". I would still suggest "Try the 'fresh install', and see how far you get."
Microsoft's advice, however, is "uninstall the version that came with MSVS first".
Do whatever you think is best.
I'd definitely take a backup first ;)
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I just started at a new company and on my computer I have:
VS 2003
VS 2005
VS 2008
VS 2010
VS 2012
VS 2013
We do have old apps we support but the plan is to upgrade them as we need to make changes to them.I should be able to open any app in VS 2013 correct? Whether its C# or VB
Do I need all these versions?
If no .NET 1.1 stuffs, you can remove VS 2003.
If no compact framework, VS 2008 is not needed.
VS 2013 does provide all the rest generally speaking.
Exceptions do exist, such as
VS 2013 does not support many old frameworks such as MVC 1/2
VS 2013 doesn't support old versions of Silverlight.
The answer is clearly No to the part of your question about opening any app in VS2013. Microsoft have removed support for some project types over the years, so you can not open "any app" in VS2013
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
I've problem in installing xamarin on visual studio 2013 it close when the started launch?!?
It say unhandled exception and visual studio restart.
Have you tried running the installer as administrator?
This is possibly not relevant in your case, but you should also realize that you need to have a "Business" level license of Xamarin to run the Visual Studio tools. Look at the pricing matrix here:
https://store.xamarin.com/
I ran a 30-day free trial of Xamarin business and was able to integrate in Visual Studio 2012 Ultimate.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Can I install Visual Studio Express 2012 for Web parallel to my installed Visual Studio Professional 2010?
This article on VS2012 side by side installations may help. It states:
You can install this version of Visual Studio on a computer that
already has an earlier version installed.
As long as you install them in the correct order, and note the conditions, I think you should be fine.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Can anybody tell me the site from which I can download Visual Studio 2008? Because Visual Studio 2010 is now able to be purchased I can't find Studio 2008.
You can download the Express (free) version of Visual Studio 2008 SP1 from here.(requires Visual Studio 2008 that a trial can be downloaded here!
Links updated
Microsoft doesn't seem to want you do use VS2008 anymore. Here are some currently valid links (for express), though.
web installers:
VB express 2008:
http://download.microsoft.com/download/d/c/3/dc3439e7-5533-4f4c-9ba0-8577685b6e7e/vbsetup.exe
C# express 2008:
http://download.microsoft.com/download/d/c/3/dc3439e7-5533-4f4c-9ba0-8577685b6e7e/vcssetup.exe
C++ express 2008:
http://download.microsoft.com/download/d/c/3/dc3439e7-5533-4f4c-9ba0-8577685b6e7e/vcsetup.exe
web developer express 2008:
http://download.microsoft.com/download/d/c/3/dc3439e7-5533-4f4c-9ba0-8577685b6e7e/vnssetup.exe
Note that the registration page for VS2008 404's. To get around this, see my answer here.
Old thread...but i fell on it on my search:
Direct download link:
http://download.microsoft.com/download/8/1/d/81d3f35e-fa03-485b-953b-ff952e402520/VS2008ProEdition90dayTrialENUX1435622.iso
credit to:
download and install visual studio 2008
You can go on here:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a22341ee-21db-43aa-8431-40be78461ee0
And grab the web installer according to what version you want:
vbsetup.exe - for visual basic
vcsetup.exe - for c/c++
.
.
If you are a subscriber to MSDN you will find 2003,2005 and 2008 versions available in the downloads section.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is there any way to get a trial or free version of Visual Studio, either Visual Studio 2008 or a previous version?
If so, where can I find it?
You can get Visual Studio Express for free - http://www.microsoft.com/express/
On the Visual Studio homepage, on the left, is a link:
2 . Get Visual Studio : Visual Studio 2008 Trial Version
Which gives you a 90 day trial edition of Visual Studio Professional.
Or a trial version of Team Suite is available here.
Obviously these links may change when VS2010 is released.