123
Views
2
Comments
.NET 8 Compatibility with Integration studio

Hi All,

Just wanted to ask about if .NET 8 supported by Integration Studio , as i receive this message When I open Visual Studio 2022 community version in Integration Studio. however i can create .NET 8 project in visual studio.

when trying to upgrade the generated project in .NET 4.8 framework to .NET 8 , and trying to compile the project i got %S Compiler error as attached.

Thanks in Advance. 



Target Framework.png
Upgrading Error.png
2021-01-28 10-02-59
Muhammad Mahmudul Hasan

Hi @Nourhan Habib 

The answer is, not supported for OS11. Integration Studio does not support .NET Core. Creating project in VS & Creating project using Integration Studio is different. 


This is indeed a drawback.As extension is library, it should support Core. You will loose many C# feature.

For your issue, the solution is to install .NET framework version 4.8

Official documentation. 

https://success.outsystems.com/documentation/11/setup_outsystems_infrastructure_and_platform/setting_up_outsystems/outsystems_system_requirements/


2024-12-18 16-06-42
Junaid Syed

Hi Nourhan,

It seems you are trying to upgrade an existing extension, however when you attempted that with Visual Studio 2022, it is recommending you to install 4.8 framework.

This is a normal thing that happens when you use Visual Studio 2022 as IDE. You have two options

1. Install Visual Studio 2015 or 2017 as recommended in on the OutSystems document.


2. Other option as suggested by Muhammad is to install 4.8 on your system. However, if you are frequently going to work on 4.8 or lower versions, VS 2015 or 2017 be more handy for you.

Hope it helps!

Junaid

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.