gro-ove / actools

Alternative launcher for Assetto Corsa named Content Manager, and some utils as well.
http://acstuff.ru/app
Microsoft Public License
579 stars 71 forks source link

How to exactly compile the program? #110

Open OneNiko727 opened 5 months ago

OneNiko727 commented 5 months ago

I've been trying to recompile CM to add extra features to it but compiling the program throws up a lot of XML namespace errors. Any advice on how to fix this? I'm using Visual Studio 2019 (2022 doesnt even try to compile). Here's a screenshot showing a small part of it. image

MrXANA91 commented 5 months ago

Make sure to compile for x86 (default tries to compile for x64) and to have .NET Framework 4.5.2 installed

Edit: i have similar errors than you when trying to compile for x64 so yeah, make sure to compile for x86