Visual studio 2008. Application won't run on another computer -


i read lot problem here, , on other websites well. tried already:

  1. .net framework 4.0
  2. .net framework 3.5 (the actual version visual studio 2008)
  3. http://www.microsoft.com/en-us/download/details.aspx?id=29
  4. http://www.microsoft.com/en-us/download/details.aspx?id=5582
  5. "the simplest possible solution change dynamic linking of runtime libraries static linking. go project properties , under c/c++ > code generation find runtime library option. need change multi-threaded dll (/md) multi-threaded (/mt)." did not compile @ after changing there...

i using visual studio 2008 9.0.21022.8 rtm microsoft .net framework 3.5 sp1.

test machine windows xp sp3.

the errors are: the application failed initialize (0xc0000135). or this application has failed start because application configuration incorrect. reinstalling application may fix problem.

what wrong?


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -