Error with .net Maui app

Marco Dell'Oca 61 Reputation points
2023-11-15T14:42:16.7433333+00:00

Good morning,

I'm using Visual Studio 2022 Community updated to version 17.8 on Windows 11.

I created a simple .net Maui app as suggested by the Microsoft learning videos. However, when I want to run the application it gives me this error that I don't know how to resolve. A message appears saying:


Cannot activate Windows Store app '4bb146.... The activation request failed with the error 'Data area passed to system call too small. For information on resolving this issue, see Help.


The guide doesn't give me any information about it.

Can anyone help me?

screen1.jpg

screen2.jpg

Many Thanks

Marco Dell'Oca

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,888 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Marco Dell'Oca 161 Reputation points
    2023-11-16T10:41:43.45+00:00

    I solved the problem.
    It was due to the fact that after a visual studio updated to version 17.8, the framework automatically went from 7.0 to 8.0.
    I changed the framework back to 7.0 in the properties and the program started working again.
    Thanks anyway.

    Marco Dell’Oca

    0 comments No comments