Issue installing Microsoft Viual Studio Community edition v2017
I've been trying to install VSCommunity Edition for the last few hours with no luck. If you check the screenshot attached. You'll see that I can change the directories for installation for the first 2 requirements, but im unable to change the directory for the 3rd option (the SDK install along with others) which just happen to be the very large percentage of files. It's wanting to install over 45gb of files on my C Drive which is just a 50gb SSD.
enter image description herehttps://i.imgur.com/burFR90.jpg
I want to switch to D, and the only thing i can see fro any of the Microsoft help docs and posts is "You can change this upon fresh installation".
Which this is. I've uninstalled anything else remotely like it just to be sure.
Do any of you have any ideas or any experience with this issue, or anything i can try? I simply don't have enough space to install on C, and because of this, i can't start learning c# which is required for work.
Thanks so much in advance guys, it's really getting me worried now.
visual-studio failed-installation
add a comment |
I've been trying to install VSCommunity Edition for the last few hours with no luck. If you check the screenshot attached. You'll see that I can change the directories for installation for the first 2 requirements, but im unable to change the directory for the 3rd option (the SDK install along with others) which just happen to be the very large percentage of files. It's wanting to install over 45gb of files on my C Drive which is just a 50gb SSD.
enter image description herehttps://i.imgur.com/burFR90.jpg
I want to switch to D, and the only thing i can see fro any of the Microsoft help docs and posts is "You can change this upon fresh installation".
Which this is. I've uninstalled anything else remotely like it just to be sure.
Do any of you have any ideas or any experience with this issue, or anything i can try? I simply don't have enough space to install on C, and because of this, i can't start learning c# which is required for work.
Thanks so much in advance guys, it's really getting me worried now.
visual-studio failed-installation
add a comment |
I've been trying to install VSCommunity Edition for the last few hours with no luck. If you check the screenshot attached. You'll see that I can change the directories for installation for the first 2 requirements, but im unable to change the directory for the 3rd option (the SDK install along with others) which just happen to be the very large percentage of files. It's wanting to install over 45gb of files on my C Drive which is just a 50gb SSD.
enter image description herehttps://i.imgur.com/burFR90.jpg
I want to switch to D, and the only thing i can see fro any of the Microsoft help docs and posts is "You can change this upon fresh installation".
Which this is. I've uninstalled anything else remotely like it just to be sure.
Do any of you have any ideas or any experience with this issue, or anything i can try? I simply don't have enough space to install on C, and because of this, i can't start learning c# which is required for work.
Thanks so much in advance guys, it's really getting me worried now.
visual-studio failed-installation
I've been trying to install VSCommunity Edition for the last few hours with no luck. If you check the screenshot attached. You'll see that I can change the directories for installation for the first 2 requirements, but im unable to change the directory for the 3rd option (the SDK install along with others) which just happen to be the very large percentage of files. It's wanting to install over 45gb of files on my C Drive which is just a 50gb SSD.
enter image description herehttps://i.imgur.com/burFR90.jpg
I want to switch to D, and the only thing i can see fro any of the Microsoft help docs and posts is "You can change this upon fresh installation".
Which this is. I've uninstalled anything else remotely like it just to be sure.
Do any of you have any ideas or any experience with this issue, or anything i can try? I simply don't have enough space to install on C, and because of this, i can't start learning c# which is required for work.
Thanks so much in advance guys, it's really getting me worried now.
visual-studio failed-installation
visual-studio failed-installation
asked Nov 19 '18 at 20:33
Tony Anthony QuigleyTony Anthony Quigley
15
15
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Although I can only guess why Visual Studio is locking down the SDK path, here's a few workarounds and recommendations:
- In your screenshot, the installer warns you about possible performance effects of installing Visual Studio on your D drive. I assume this is because your D drive is not an SSD. Microsoft's Visual Studio system requirements document recommends that you install to an SSD, and based on community experience, this is one recommendation you really want to stick to, otherwise IDE responsiveness may be well below your expectations, especially if you decide to install extensions in future.
- Instead, you might want to reconsider the set of components that you're installing. If you're only getting started with C#, you'll probably be just fine with developing class libraries, console and web applications targeting .NET Framework or .NET Core. If this is the case, you might want to go to the Workloads tab in the installer and opt out of some of the heaviest workloads (such as Mobile development with .NET). Consider only installing .NET desktop development, ASP.NET and web development, Azure development and .NET Core cross-platform development. If you only select these, your installation is going to be much slimmer.
- If minimizing Visual Studio installation as shown above isn't enough, consider an alternative way of setting up your .NET development environment. For example, you can download and install .NET Core SDK and .NET Core Runtime, and use one of the two most prominent alternative code editors: Visual Studio Code or JetBrains Rider that are both quite compact.
With option 3, do i only need the Core stuff on the left? and not the Framework options on the right? Im sure i have those? option 3 is a great idea! Thank you so much for your help. I looked at only installing minimum specs, but about 4 or 5 of the options in the list you get to choose from, instantly bring it up above 20gb! it's crazy. Thanks so much for your help
– Tony Anthony Quigley
Nov 19 '18 at 22:06
@TonyAnthonyQuigley Yes, you can just install .NET Core (items on the left) unless you specifically want to develop a Windows desktop application (in which case you'll need the full .NET Framework). .NET Core should be enough for console apps, libraries and web apps.
– Jura Gorohovsky
Nov 19 '18 at 22:17
Listen thank you so much, i was half expecting someone with authority to come on and tell me "How DARE you write a message on our boards here with a spelling mistake in it! You're banned". haha. Thanks brother, I've got it sorted, much appreciated. T
– Tony Anthony Quigley
Nov 19 '18 at 22:22
@TonyAnthonyQuigley You're welcome. Now that your problem is sorted, can you fix the spelling that you know isn't quite right, and also embed one of the two pictures that currently link to imgur? This will help other visitors glancing through existing questions. Thanks!
– Jura Gorohovsky
Nov 20 '18 at 9:28
Hi again Jura, Thank you so much for your assistance the other day. The solution we decided on from you though technically does work, but unfortunately it's very clunky, messy and slow when doing things like compiling (trying to just compile hello world goes through a whole array of processing and leaving all info of whats its doing in the output window and then finally i see "Hello World" Mixed up withinn it.
– Tony Anthony Quigley
Nov 22 '18 at 15:25
|
show 1 more comment
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53382221%2fissue-installing-microsoft-viual-studio-community-edition-v2017%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Although I can only guess why Visual Studio is locking down the SDK path, here's a few workarounds and recommendations:
- In your screenshot, the installer warns you about possible performance effects of installing Visual Studio on your D drive. I assume this is because your D drive is not an SSD. Microsoft's Visual Studio system requirements document recommends that you install to an SSD, and based on community experience, this is one recommendation you really want to stick to, otherwise IDE responsiveness may be well below your expectations, especially if you decide to install extensions in future.
- Instead, you might want to reconsider the set of components that you're installing. If you're only getting started with C#, you'll probably be just fine with developing class libraries, console and web applications targeting .NET Framework or .NET Core. If this is the case, you might want to go to the Workloads tab in the installer and opt out of some of the heaviest workloads (such as Mobile development with .NET). Consider only installing .NET desktop development, ASP.NET and web development, Azure development and .NET Core cross-platform development. If you only select these, your installation is going to be much slimmer.
- If minimizing Visual Studio installation as shown above isn't enough, consider an alternative way of setting up your .NET development environment. For example, you can download and install .NET Core SDK and .NET Core Runtime, and use one of the two most prominent alternative code editors: Visual Studio Code or JetBrains Rider that are both quite compact.
With option 3, do i only need the Core stuff on the left? and not the Framework options on the right? Im sure i have those? option 3 is a great idea! Thank you so much for your help. I looked at only installing minimum specs, but about 4 or 5 of the options in the list you get to choose from, instantly bring it up above 20gb! it's crazy. Thanks so much for your help
– Tony Anthony Quigley
Nov 19 '18 at 22:06
@TonyAnthonyQuigley Yes, you can just install .NET Core (items on the left) unless you specifically want to develop a Windows desktop application (in which case you'll need the full .NET Framework). .NET Core should be enough for console apps, libraries and web apps.
– Jura Gorohovsky
Nov 19 '18 at 22:17
Listen thank you so much, i was half expecting someone with authority to come on and tell me "How DARE you write a message on our boards here with a spelling mistake in it! You're banned". haha. Thanks brother, I've got it sorted, much appreciated. T
– Tony Anthony Quigley
Nov 19 '18 at 22:22
@TonyAnthonyQuigley You're welcome. Now that your problem is sorted, can you fix the spelling that you know isn't quite right, and also embed one of the two pictures that currently link to imgur? This will help other visitors glancing through existing questions. Thanks!
– Jura Gorohovsky
Nov 20 '18 at 9:28
Hi again Jura, Thank you so much for your assistance the other day. The solution we decided on from you though technically does work, but unfortunately it's very clunky, messy and slow when doing things like compiling (trying to just compile hello world goes through a whole array of processing and leaving all info of whats its doing in the output window and then finally i see "Hello World" Mixed up withinn it.
– Tony Anthony Quigley
Nov 22 '18 at 15:25
|
show 1 more comment
Although I can only guess why Visual Studio is locking down the SDK path, here's a few workarounds and recommendations:
- In your screenshot, the installer warns you about possible performance effects of installing Visual Studio on your D drive. I assume this is because your D drive is not an SSD. Microsoft's Visual Studio system requirements document recommends that you install to an SSD, and based on community experience, this is one recommendation you really want to stick to, otherwise IDE responsiveness may be well below your expectations, especially if you decide to install extensions in future.
- Instead, you might want to reconsider the set of components that you're installing. If you're only getting started with C#, you'll probably be just fine with developing class libraries, console and web applications targeting .NET Framework or .NET Core. If this is the case, you might want to go to the Workloads tab in the installer and opt out of some of the heaviest workloads (such as Mobile development with .NET). Consider only installing .NET desktop development, ASP.NET and web development, Azure development and .NET Core cross-platform development. If you only select these, your installation is going to be much slimmer.
- If minimizing Visual Studio installation as shown above isn't enough, consider an alternative way of setting up your .NET development environment. For example, you can download and install .NET Core SDK and .NET Core Runtime, and use one of the two most prominent alternative code editors: Visual Studio Code or JetBrains Rider that are both quite compact.
With option 3, do i only need the Core stuff on the left? and not the Framework options on the right? Im sure i have those? option 3 is a great idea! Thank you so much for your help. I looked at only installing minimum specs, but about 4 or 5 of the options in the list you get to choose from, instantly bring it up above 20gb! it's crazy. Thanks so much for your help
– Tony Anthony Quigley
Nov 19 '18 at 22:06
@TonyAnthonyQuigley Yes, you can just install .NET Core (items on the left) unless you specifically want to develop a Windows desktop application (in which case you'll need the full .NET Framework). .NET Core should be enough for console apps, libraries and web apps.
– Jura Gorohovsky
Nov 19 '18 at 22:17
Listen thank you so much, i was half expecting someone with authority to come on and tell me "How DARE you write a message on our boards here with a spelling mistake in it! You're banned". haha. Thanks brother, I've got it sorted, much appreciated. T
– Tony Anthony Quigley
Nov 19 '18 at 22:22
@TonyAnthonyQuigley You're welcome. Now that your problem is sorted, can you fix the spelling that you know isn't quite right, and also embed one of the two pictures that currently link to imgur? This will help other visitors glancing through existing questions. Thanks!
– Jura Gorohovsky
Nov 20 '18 at 9:28
Hi again Jura, Thank you so much for your assistance the other day. The solution we decided on from you though technically does work, but unfortunately it's very clunky, messy and slow when doing things like compiling (trying to just compile hello world goes through a whole array of processing and leaving all info of whats its doing in the output window and then finally i see "Hello World" Mixed up withinn it.
– Tony Anthony Quigley
Nov 22 '18 at 15:25
|
show 1 more comment
Although I can only guess why Visual Studio is locking down the SDK path, here's a few workarounds and recommendations:
- In your screenshot, the installer warns you about possible performance effects of installing Visual Studio on your D drive. I assume this is because your D drive is not an SSD. Microsoft's Visual Studio system requirements document recommends that you install to an SSD, and based on community experience, this is one recommendation you really want to stick to, otherwise IDE responsiveness may be well below your expectations, especially if you decide to install extensions in future.
- Instead, you might want to reconsider the set of components that you're installing. If you're only getting started with C#, you'll probably be just fine with developing class libraries, console and web applications targeting .NET Framework or .NET Core. If this is the case, you might want to go to the Workloads tab in the installer and opt out of some of the heaviest workloads (such as Mobile development with .NET). Consider only installing .NET desktop development, ASP.NET and web development, Azure development and .NET Core cross-platform development. If you only select these, your installation is going to be much slimmer.
- If minimizing Visual Studio installation as shown above isn't enough, consider an alternative way of setting up your .NET development environment. For example, you can download and install .NET Core SDK and .NET Core Runtime, and use one of the two most prominent alternative code editors: Visual Studio Code or JetBrains Rider that are both quite compact.
Although I can only guess why Visual Studio is locking down the SDK path, here's a few workarounds and recommendations:
- In your screenshot, the installer warns you about possible performance effects of installing Visual Studio on your D drive. I assume this is because your D drive is not an SSD. Microsoft's Visual Studio system requirements document recommends that you install to an SSD, and based on community experience, this is one recommendation you really want to stick to, otherwise IDE responsiveness may be well below your expectations, especially if you decide to install extensions in future.
- Instead, you might want to reconsider the set of components that you're installing. If you're only getting started with C#, you'll probably be just fine with developing class libraries, console and web applications targeting .NET Framework or .NET Core. If this is the case, you might want to go to the Workloads tab in the installer and opt out of some of the heaviest workloads (such as Mobile development with .NET). Consider only installing .NET desktop development, ASP.NET and web development, Azure development and .NET Core cross-platform development. If you only select these, your installation is going to be much slimmer.
- If minimizing Visual Studio installation as shown above isn't enough, consider an alternative way of setting up your .NET development environment. For example, you can download and install .NET Core SDK and .NET Core Runtime, and use one of the two most prominent alternative code editors: Visual Studio Code or JetBrains Rider that are both quite compact.
answered Nov 19 '18 at 21:01
Jura GorohovskyJura Gorohovsky
8,8883136
8,8883136
With option 3, do i only need the Core stuff on the left? and not the Framework options on the right? Im sure i have those? option 3 is a great idea! Thank you so much for your help. I looked at only installing minimum specs, but about 4 or 5 of the options in the list you get to choose from, instantly bring it up above 20gb! it's crazy. Thanks so much for your help
– Tony Anthony Quigley
Nov 19 '18 at 22:06
@TonyAnthonyQuigley Yes, you can just install .NET Core (items on the left) unless you specifically want to develop a Windows desktop application (in which case you'll need the full .NET Framework). .NET Core should be enough for console apps, libraries and web apps.
– Jura Gorohovsky
Nov 19 '18 at 22:17
Listen thank you so much, i was half expecting someone with authority to come on and tell me "How DARE you write a message on our boards here with a spelling mistake in it! You're banned". haha. Thanks brother, I've got it sorted, much appreciated. T
– Tony Anthony Quigley
Nov 19 '18 at 22:22
@TonyAnthonyQuigley You're welcome. Now that your problem is sorted, can you fix the spelling that you know isn't quite right, and also embed one of the two pictures that currently link to imgur? This will help other visitors glancing through existing questions. Thanks!
– Jura Gorohovsky
Nov 20 '18 at 9:28
Hi again Jura, Thank you so much for your assistance the other day. The solution we decided on from you though technically does work, but unfortunately it's very clunky, messy and slow when doing things like compiling (trying to just compile hello world goes through a whole array of processing and leaving all info of whats its doing in the output window and then finally i see "Hello World" Mixed up withinn it.
– Tony Anthony Quigley
Nov 22 '18 at 15:25
|
show 1 more comment
With option 3, do i only need the Core stuff on the left? and not the Framework options on the right? Im sure i have those? option 3 is a great idea! Thank you so much for your help. I looked at only installing minimum specs, but about 4 or 5 of the options in the list you get to choose from, instantly bring it up above 20gb! it's crazy. Thanks so much for your help
– Tony Anthony Quigley
Nov 19 '18 at 22:06
@TonyAnthonyQuigley Yes, you can just install .NET Core (items on the left) unless you specifically want to develop a Windows desktop application (in which case you'll need the full .NET Framework). .NET Core should be enough for console apps, libraries and web apps.
– Jura Gorohovsky
Nov 19 '18 at 22:17
Listen thank you so much, i was half expecting someone with authority to come on and tell me "How DARE you write a message on our boards here with a spelling mistake in it! You're banned". haha. Thanks brother, I've got it sorted, much appreciated. T
– Tony Anthony Quigley
Nov 19 '18 at 22:22
@TonyAnthonyQuigley You're welcome. Now that your problem is sorted, can you fix the spelling that you know isn't quite right, and also embed one of the two pictures that currently link to imgur? This will help other visitors glancing through existing questions. Thanks!
– Jura Gorohovsky
Nov 20 '18 at 9:28
Hi again Jura, Thank you so much for your assistance the other day. The solution we decided on from you though technically does work, but unfortunately it's very clunky, messy and slow when doing things like compiling (trying to just compile hello world goes through a whole array of processing and leaving all info of whats its doing in the output window and then finally i see "Hello World" Mixed up withinn it.
– Tony Anthony Quigley
Nov 22 '18 at 15:25
With option 3, do i only need the Core stuff on the left? and not the Framework options on the right? Im sure i have those? option 3 is a great idea! Thank you so much for your help. I looked at only installing minimum specs, but about 4 or 5 of the options in the list you get to choose from, instantly bring it up above 20gb! it's crazy. Thanks so much for your help
– Tony Anthony Quigley
Nov 19 '18 at 22:06
With option 3, do i only need the Core stuff on the left? and not the Framework options on the right? Im sure i have those? option 3 is a great idea! Thank you so much for your help. I looked at only installing minimum specs, but about 4 or 5 of the options in the list you get to choose from, instantly bring it up above 20gb! it's crazy. Thanks so much for your help
– Tony Anthony Quigley
Nov 19 '18 at 22:06
@TonyAnthonyQuigley Yes, you can just install .NET Core (items on the left) unless you specifically want to develop a Windows desktop application (in which case you'll need the full .NET Framework). .NET Core should be enough for console apps, libraries and web apps.
– Jura Gorohovsky
Nov 19 '18 at 22:17
@TonyAnthonyQuigley Yes, you can just install .NET Core (items on the left) unless you specifically want to develop a Windows desktop application (in which case you'll need the full .NET Framework). .NET Core should be enough for console apps, libraries and web apps.
– Jura Gorohovsky
Nov 19 '18 at 22:17
Listen thank you so much, i was half expecting someone with authority to come on and tell me "How DARE you write a message on our boards here with a spelling mistake in it! You're banned". haha. Thanks brother, I've got it sorted, much appreciated. T
– Tony Anthony Quigley
Nov 19 '18 at 22:22
Listen thank you so much, i was half expecting someone with authority to come on and tell me "How DARE you write a message on our boards here with a spelling mistake in it! You're banned". haha. Thanks brother, I've got it sorted, much appreciated. T
– Tony Anthony Quigley
Nov 19 '18 at 22:22
@TonyAnthonyQuigley You're welcome. Now that your problem is sorted, can you fix the spelling that you know isn't quite right, and also embed one of the two pictures that currently link to imgur? This will help other visitors glancing through existing questions. Thanks!
– Jura Gorohovsky
Nov 20 '18 at 9:28
@TonyAnthonyQuigley You're welcome. Now that your problem is sorted, can you fix the spelling that you know isn't quite right, and also embed one of the two pictures that currently link to imgur? This will help other visitors glancing through existing questions. Thanks!
– Jura Gorohovsky
Nov 20 '18 at 9:28
Hi again Jura, Thank you so much for your assistance the other day. The solution we decided on from you though technically does work, but unfortunately it's very clunky, messy and slow when doing things like compiling (trying to just compile hello world goes through a whole array of processing and leaving all info of whats its doing in the output window and then finally i see "Hello World" Mixed up withinn it.
– Tony Anthony Quigley
Nov 22 '18 at 15:25
Hi again Jura, Thank you so much for your assistance the other day. The solution we decided on from you though technically does work, but unfortunately it's very clunky, messy and slow when doing things like compiling (trying to just compile hello world goes through a whole array of processing and leaving all info of whats its doing in the output window and then finally i see "Hello World" Mixed up withinn it.
– Tony Anthony Quigley
Nov 22 '18 at 15:25
|
show 1 more comment
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53382221%2fissue-installing-microsoft-viual-studio-community-edition-v2017%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown