- 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:

- Java EE 7 Development with NetBeans 8
- Flux Architecture
- Java Web程序設(shè)計任務(wù)教程
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)(第2版)
- PLC應(yīng)用技術(shù)(三菱FX2N系列)
- 愛上micro:bit
- Android應(yīng)用開發(fā)深入學(xué)習(xí)實錄
- Python函數(shù)式編程(第2版)
- ASP.NET 4.0 Web程序設(shè)計
- Instant Apache Camel Messaging System
- Clojure High Performance Programming(Second Edition)
- Learning Image Processing with OpenCV
- Java程序設(shè)計實用教程(第2版)
- Mastering PowerCLI
- 從零開始構(gòu)建深度前饋神經(jīng)網(wǎng)絡(luò):Python+TensorFlow 2.x