Help with packaging error Results

I need help with some error on my first package test. The errors are

  1. UATHelper:package (windows (64-bit)): Error: could not find NetFxSDK install dir; this will prevent SwarmInterface from installing. Install a version of .NET Framework SDK at 4.6.0 or higher.

What does this mean? How do I fix it?

2)Logasset registy error testinglevel.umap has malformed tag

I did some research and I found that malformed tag on an old post and how to fix them on asset but this one is the whole map. No asset just the whole map has a malformed tag.

What?

Any help is appreciated, thank you

Hey there @ddave104! For the first error, it looks like you need to install (or reinstall) a key component, specifically the .NET Framework SDK. Here’s a tutorial that shows you how to modify your installation.

As for the Logasset registry error on your uMap means the metadata tags added by the asset registry aren’t able to be read. This usually means that the map is corrupted, but in rare occasions clearing the cache could correct it.

First, as always I recommend making a back up of your project somewhere safe and so you can try both of these workarounds/fixes. Then there are two paths we can take.

Checking autosaves for a backup of the map from a time it was working:
You can check your Saved/Autosaves folder for a copy of that asset, replace your broken uMap file with this if it’s there.

Clearing caches:
Next, in your project folder delete the Intermediate, DerivedDataCache, and Saved folders. These will all be rebuilt upon project load.

Let me know how it goes!