• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

FSXA .NET Framework 2 on Windows 10

Messages
92
Country
denmark
I'm trying to install ADE on Windows 10. So, of course I need to install the .NET Framework 2.0, Visual C++ 2005 and XML 4, so I could install SDK.

Visual C++ 2005 and XML 4 installed OK, but the Framework doesn't seem to want to install. What does one do now? :banghead:

Thanks in advance -

Jorgen
 
Well for ADE you just need .NET Framework 3.5 and of course MSXML 4. The SDK installs everything it needs I think
 
I'm using the amazing ADE application with Windows 10 and it works great! I didn't face any problem in this domain since I installed the latest version of .NET Framework 4.6.1 already. You can download it via Microsoft official website, then you need to activate it.

To activate .NET Framework:

1- Insert your Windows 10 DVD.
2- Run "cmd.exe" as administrator.
3- Type the following command in "cmd.exe": Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:E:\sources\sxs /LimitAccess

It should be activated like that. You should not face any problem with .NET Framework anymore!
 
Back
Top