- Mastering Visual Studio 2017
- Kunal Chowdhury
- 231字
- 2021-07-15 17:26:35
Lightweight solution loading
Lightweight solution loading is yet another feature of Visual Studio 2017 that enables you to load large solutions faster, reducing the load time and memory usages, as it loads only the files that are needed (per need basis). It is best suited to large solutions that contain C# or a mix of C# and C++ projects. If Visual Studio decides that you are working with large solutions, it will prompt you to enable this feature.
This feature is not enabled by default. To enable it, open Visual Studio Options from Tools | Options and navigate to Projects and Solutions | General. On the right-side panel, you will find a setting labelled Lightweight solution load for all solutions. Check it to enable the feature. Uncheck it if you decide to go back to the previous settings.
Alternatively, you can search for Lightweight Solution load in the Quick Launch search box to directly navigate to it:

Once you enable the feature, it will apply the lightweight solution loading to all solutions that you open using Visual Studio 2017. If you don't want this but would like to open a solution only, you can enable it for that specific solution by right-clicking on the solution file in the Solution Explorer. There, you will find a context menu entry that says Enable Lightweight Solution Load. This is shown in the following screenshot:

- UI設計基礎培訓教程
- Learn to Create WordPress Themes by Building 5 Projects
- 程序員面試筆試寶典
- R語言游戲數據分析與挖掘
- Linux環境編程:從應用到內核
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Apex Design Patterns
- Python編程與幾何圖形
- Learn React with TypeScript 3
- Android移動開發案例教程:基于Android Studio開發環境
- AutoCAD基礎教程
- Building UIs with Wijmo
- 虛擬現實:引領未來的人機交互革命
- Learning QGIS(Second Edition)
- 深入理解Android:WebKit卷