Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last year.
Improve this question
I followed the steps to install the version of asp.net core 3.1, then I can't open the project when I open VS to use. So I checked to see if the version was installed correctly and it showed that it couldn't find any installed dotnet SDK, why? I'm sure the version of asp.net core 3.1 is already installed.
What does it mean that the project cannot be opened using VS? You created the project can't display the file directory, is that so? It is possible that you did not install the SDK correctly.
The easiest way:
https://dotnet.microsoft.com/en-us/download/dotnet
You click to download the version you downloaded before, and then when you install it, if you already have this version of the SDK, an uninstall button will appear. You try to click uninstall and then reinstall. I tried it and it worked for me.
If you don't want to use this method and want to fix it manually, you can refer to this article:
https://github-wiki-see.page/m/OmniSharp/omnisharp-vscode/wiki/Troubleshooting%3A-%27The-.NET-Core-SDK-cannot-be-located.%27-errors
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
Installed Visual Studio for Mac. Can I use MAMP, since SQL Server is not available for mac?
MAMP will provide a MySql instance that you could connect to from your application.
MAMP will also run an apache web server that will run PHP applications. You could use Visual Studio Code to edit these PHP files.
The two are totally unrelated, however.
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 7 years ago.
Improve this question
I know that mono exists, but just recently Microsoft released (I think) support for platforms other than windows [source]. If I wanted to start using FSharp on my OS X machine, how would I get started? Is that even possible yet?
At the moment, mono is the way to go - if you download mono and Xamarin Studio, you get a pretty good environment for doing F# on Mac. See the F# on Mac page on F# Foundation.
The fact that Microsoft is open-sourcing .NET and making it available on Mac too will be great in the longer term - it is already helping mono (because they replaced some of their libraries with the open-sourced versions from Microsoft) and it just gives additional guarantee that F# will work great on Mac and other platforms. But at the moment, this is quite early - and mono is already pretty high quality implementation of the runtime.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
How can I use TortoiseSVN on windows. I am Using Visual Studio 2010.
we are 5 people want to work on same project.the project will be on server and every person access the project from server and make changes.
I also want to make roll management.
E.g
On server there are more then one project and every person can see assigned project.
can I configure svn with visual studio ?
Try VisualSVN. It is a Subversion integration plug-in for Visual Studio. It has also a Community License
I Configure tortoisesvn on my server and on local machine.
1. Install TortoiseSVN
2. Install VisualSVN
3. Install VisualSVN Server
4.Create User in VisualSvn server Manager.
5.Create Repositories.
6. assign user to repositories or sub folder to give access to user
7.Make Project and add it to Subversion.
8.from Local Machine Get Solution from Subversion.
Write the path of project Like This protocol://Server:port/svn/root/TestProject1/
How to use TortoiseSVN on Windows:
Install TortoiseSVN
Reboot if you feel paranoid
Use TortoiseSVN
What's your real question?
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
When I installed visual studio 2013 Ultimate Edition, I got error
.NET Framework 4.5.1
Asia
Bet when I installed .NET framework 4.5.1, my windows 8.1 said that it's already intalled.
Did I miss something?
IMHO this is a misleading error info - I had this error when there was not enought free space on disc...
According to this article, there is a bug when downloading and using the ISO image. The web installer is preferred. This does of course make it harder to put it on a flash drive, which is unfortunate. Tee article is also about installing on a Windows 8.1 machine, while I'm using Windows 7 Professional. However, I expect that the issue is the same.
http://social.msdn.microsoft.com/Forums/en-US/fe3d5411-b601-425e-bf44-8cf5cd00f7af/visual-studio-2013-setup-failed-when-installing-on-windows-81-preview?forum=vssetup
Please bear in mind that the ISO installer leaves a lot of stuff behind when it fails - you need to uninstall it all and reboot before trying the web installer
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 last year.
Improve this question
When I go to the MS web page describing the latest VB Runtime Files list it directs me to what looks like the right download for VBRun60sp6.exe but when I actually download it it's VB6.0-KB290887-X86.exe which is just the OleAut32.dll update for VB6.
I downloaded the VB6 IDE SP6 update but it installs directly to the Dev machine and I want to capture all of the files in one place. (If I do an /T extract from that update it doesn't have the .DLL files, etc. since it's an update).
Any ideas?
Download from:
http://www.microsoft.com/downloads/details.aspx?familyid=7B9BA261-7A9C-43E7-9117-F673077FFB3C&displaylang=en
If you can't find, it check out this search:
http://social.msdn.microsoft.com/Search/en-US?query=VBRun60sp6.exe
I know this is ancient, but I found this via Google because I need to run some old, line-of-business application written in VB6 even today.
For those looking for the Visual Basic 6.0: Run-Time Redistribution Pack (SP6) (vbrun60sp6): none of the official Microsoft source has it anymore. So I ended up digging through some old backups of mine and I found a copy. I uploaded them here vbrun60sp6 - Visual Basic 6.0: Run-Time Redistribution Pack (SP6)