From 52d81d0af522956fec4ef63c0e3c06158cbefbf9 Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Fri, 1 Feb 2019 16:46:28 +0100 Subject: [PATCH] Doc: Add .NET 3.5 to the windows build stack The Windows Agent Wizard is currently build on .NET Framework 2.0, which is not installed by default on Windows 10. This adds a note to the development documentation to install the .NET Framework 3.5 (which includes .NET Framework 2.0) component on Windows 10. --- doc/21-development.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/21-development.md b/doc/21-development.md index 9abf3df4c..d26c8dbae 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -845,6 +845,12 @@ Choose the following minimal set: After a while, Visual Studio will be ready. +#### .NET Framework 3.5 + +Windows 10 only have .NET Framework >= 4.6 installed by default, the Icinga Agent Wizard is built on .NET Framework 2.0 which is not included in .NET Framework 4.6. Thankfully Windows 10 have .NET Framework 3.5 (which includes .NET Framework 2.0) as a component on board, you just need to activate it. + +Go to `Control Panel` -> `Programs` -> `Turn Windows features on or off`. Tick `.NET Framework 3.5 (includes .NET 2.0 and 3.0)` and wait until the installation process succseded. + #### Flex and Bison Install it using [chocolatey](https://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html): -- 2.40.0