Configuration error when executing .exe

Hey again everyone,

some of you may know that I have been working on a Sudoku solver in C++ as my first C++ project. That's finished now and it's working like a charm... atleast on my own pc. I've been trying to execute the .exe file on other pc's and unfortunatly, they keep giving me an error stating that the application can not be started because of its configuration, which is apparantly faulty in some way. I've been searching around the interwebs for a bit and because I don't know the exact translation into the english version of this error there's not really a whole lot to find. (I'm running a Dutch version of XP) But what I did manage to gather kind of points towards a non-installed or not updated version of .NET

Does anyone have any clues to what is exactly causing this error and perhaps even how to fix it?

//Rycul
Which compiler are you using?
You mentioned .Net, is your program written in C++ or in C++/CLI
Well I used Microsoft Visual Studio C++ 2008 express edition, I don't know exactly what that means in terms of which compiler I used... But I wrote it in C++ with a simple CLI.
Then you must install .Net in the target computer to have it running
You can download the .Net installer and use it on the computers you need to run your program on
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=333325fd-ae52-4e35-b531-508d977d32a6
Topic archived. No new replies allowed.