The tutorial is located here: Build a map layout | Documentation | ArcGIS Developers
Even if I download the solution from that page, when attempting to run from Visual Studio 2022, I receive errors. Target framework is .Net 8.0.
The first error is a null reference - "Object reference not set to an instance of an object." - which occurs at the line:
newLayout = LayoutFactory.Instance.CreateLayout(newPage);
The second error seems to indicate that the Census Data map is having issues. Basically a server status code of 500.
Copies of these errors are attached.
