search
HomeBackend DevelopmentC#.Net TutorialDetailed graphic and text explanation of setting up Visual Studio 2010 development environment

This article mainly introduces the tutorial on setting up the Visual Studio 2010 development environment in detail. It has a certain reference value. Interested friends can refer to it

Visual Studio is a development environment launched by Microsoft. . It is currently the most popular application development environment for Windows platforms.

Visual Studio 2010 version was launched on April 12, 2010. The interface of its integrated development environment (IDE) has been redesigned and organized to become simpler and clearer. Visual Studio 2010 also brings NET Framework 4.0, Microsoft Visual Studio 2010 CTP (Community Technology Preview--CTP), and supports the development of applications for Windows 7. In addition to Microsoft SQL Server, it also supports IBM DB2 and Oracle databases.

1. First decompress the Chinese version of VS2010 and VS2010SP1DVD


##2. Start the Autorun


3 installation Microsoft visualstduio


4 You will see this prompt box


5 Then we click Step


6 We agree to the terms


7 Click Next


8. Select full installation


9. While the installation is in progress


10The installation is completed


11We click the Install Document button and select the installation document, which is Help and Support

12After we select the location, click OK

13 We click Update and select what to install


14 At this time, install, click Finish

15 At this time, we exit the installation program

16 Next we install the patch package SP1


17. Start setup.exe

18 Open the installer interface


19 Click Next


20Click Next

21 Agree to the license terms and click the install button

22 Installation completed


23 Start VS


24 Set up VC++


25 See the interface

#26 Create a new project

27 Add a new item

28 Enter the code and execute

29 I have seen the effect. These codes are just for testing the development environment. If you need to know more about programming, please view the Chuanzhi Podcast Basic C/C++ video.

30 At this time, the VS development environment is completed

The above is the detailed content of Detailed graphic and text explanation of setting up Visual Studio 2010 development environment. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Windows 11 是否提供对 VB6 应用程序的支持?Windows 11 是否提供对 VB6 应用程序的支持?May 30, 2023 am 08:31 AM

Windows11引入了更多macOS风格的UI元素。您将获得重新设计的任务栏,开始菜单位于中心。是的,您可以更改它的位置,但默认情况下,它将放置在中心。控制中心还进行了一些设计调整。在下一次更新中,对Android应用程序的支持也将与重新设计的记事本和媒体播放器一起提供。尽管所有这些功能都使Windows11比Windows10有了不错的升级,但用户的脑海中正在酝酿某些疑虑。有一部分用户和开发人员担心Windows11是否会支持遗留应用程序和技术,无论是否落后。由于V

如何修复 VCRUNTIME140.dll 在 Windows 上丢失错误如何修复 VCRUNTIME140.dll 在 Windows 上丢失错误May 04, 2023 am 08:04 AM

VCRUNTIME140.dllismissing错误是您在Windows上的VisualC++Redistributable文件存在问题。您可以使用本教程解决问题。Windows应用程序和软件需要DLL文件才能运行——没有它们,它们可能会完全停止工作。例如,如果您看到VCRUNTIME140.dllismissing错误,这表明您的PC缺少此文件,从而阻止应用程序启动。这可能是由于应用程序安装不成功。它甚至可以在运行Windows更新后出现。值得庆幸的是,您可以很容易

4 修复 CONCRT140.dll 未找到错误的方法4 修复 CONCRT140.dll 未找到错误的方法Apr 25, 2023 am 09:22 AM

如此多的用户报告说,每当他们尝试运行应用程序时,它都会抛出一条错误消息,指出代码执行无法继续,因为未找到CONCRT140.dll。在打开Adob​​e应用程序、Halo、ForzaHorizo​​n5等时,您可能会遇到找不到CONCRT140.dll。因此,这不是特定于某个应用程序的问题。如果没有安装正确的DLL,应用程序将无法正常工作,因为它们的代码依赖于这些库中编写的代码。在本文中,我们将了解CONCRT140.dll是什么以及它丢失的原因,以及我们如何下载它并修复错误。什么是

修复:Microsoft Visual C++ 2015 Redistributable Setup Failed 错误 0x80240017修复:Microsoft Visual C++ 2015 Redistributable Setup Failed 错误 0x80240017Apr 18, 2023 pm 01:07 PM

MicrosoftVisualC++已成为运行大多数常见应用程序所需的Windows操作系统的组成部分。现在,一些用户最近抱怨他们在尝试安装VisualC++RedistributablePackagesfor2015或MicrosoftVisualStudioRedistributablePackagesfor2013时遇到的问题。根据这些用户的说法,安装程序中途停止并显示“0x80240017-未指定错误”.这次失败的背后可能有很多原因。因此,不要在此

微软发布 Visual Studio 2022 17.3,这里是亮点微软发布 Visual Studio 2022 17.3,这里是亮点Apr 28, 2023 am 10:28 AM

微软发布了VisualStudio202217.3。此更新带来了对.NET多平台应用程序UI(.NETMAUI)的支持、为MicrosoftTeams开发应用程序的能力、C++改进、Azure容器应用程序以及改进的LiveUnitTesting。您可以通过打开VisualStudio中的帮助>新增功能来查看新功能的完整列表。此更新中的主要功能是.NETMAUI已从预览支持中毕业,现在可在Windows上的VisualStudio2022

Visual Studio 2022 for Mac 17.0 附带原生 macOS UI 和 Apple Silicon 支持Visual Studio 2022 for Mac 17.0 附带原生 macOS UI 和 Apple Silicon 支持Apr 15, 2023 am 08:04 AM

微软 已宣布Visual Studio 2022 for Mac 17.0的一般版本。它带来了巨大的变化,包括原生 macOS UI 和对 Apple Silicon 处理器的支持。据该公司称,它还发布了一个新的预览版,您可以与此版本并排安装。在旧版本的 Visual Studio for Mac 中,Microsoft使用了各种 UI 技术,这让事情看起来格格不入。此更新使用

微软在用户投诉后发布了 Visual Studio 的开发者新闻扩展微软在用户投诉后发布了 Visual Studio 的开发者新闻扩展Apr 15, 2023 am 10:55 AM

微软为 Visual Studio推出了新的 Developer News 扩展,因此开发人员可以跟上所有最新的软件发布和开发人员活动。该功能曾经位于 Visual Studio 2017 的起始页上,但较新的版本取消了该功能。要在安装扩展后访问新闻提要,您应该看到它停靠在解决方案资源管理器附近,如果您点击该选项卡,您将获得新闻提要。如果您不需要新闻提要,可以转到查看并切换开发

适用于 Visual Studio Code 的 Google Home 扩展现已推出适用于 Visual Studio Code 的 Google Home 扩展现已推出Apr 13, 2023 pm 02:55 PM

从 Google I/O 开始,为Google Home构建的开发人员就有了一个可以使用的新工具。它于 2021 年首次被提及,但现在,微软 Visual Studio Code 的 Google Home 扩展现已推出。Visual Studio Code 是 Windows、Mac 和 Linux(包括 Chromebook)上最流行的 IDE 之一,而 Google 的新

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),