Visual Studio 2022 AgOpenGPS errors

I tried to download the AgOpenGPS 6.3.0 source code and extracted the compressed folder. After opening AgOpenGPS.sln in Visual Studio 2022 and building the solution, I encountered these errors:

I even attempted extracting it with different software.
AgOpenGPS 6.2.0 works fine for me

I started experimenting with Visual Sudio and found I had those exact same errors.

Your missing libraries. They are not on your path.
I ve never used Visual Studio. I build everything from the command-line.

There something wrong in the structure i think. You said 6.2.0 works.
Is there not something to clean the project or rebuild. I can’t test it. I dont have Winforms.

It’s a fresh download. I’ve downloaded it like five times and used different extracting software, but nothing worked. I can load up 6.2.0 in Visual Studio 2022 tho.

I got it to work.
To fix red error codes I did a search of my hard drive found the files it wanted and copy and pasted them to folder it was looking in.

To fix yellow warnings I updated VS tools menu. get tools and features
then click .net deskop development.
and check windows app sdk C# templates
I also checked net framework 4.8.1 development tools

1 Like

It looks like that is the ConfigOMatic application stuff. Seems like Brian is trying to package it with AOG but the files are not in the AOG repo.

1 Like