As mentioned in several threads in the beginner's forum you have to disable the managed code option in VC++ to avoid linking against .net libraries. The application configuration error can be due to missing libraries as well, e.g. by distributing a debug version. Or by a missing runtime library which prohibits initialisation of the application at all. What did you change from the previous release to this one (with respect to compiler options)?
gad dam .. I tryed it in a different computer without vs2005.. and it worked..
hybrid: i build it with release option active, and i added the files in Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT to my project. I tryed it on my brother's computer.. the one without vs2005 installed.. and it worked.. i was so happy
but it seems that in some computers it still doesn't work