We made a .net application which ran smoothly but when we tried to execute the .exe on another machine encountered the error
The application was unable to start correctly(oxcOOOOO7b)
We tried to rebuild the solution in visual studio 2010 but encountered the error:
Could not load file or assembly 'crawler' or one of its dependencies.
The module was expected to contain an assembly manifest.
What could be the reason? Could this be because of absence of .net framework 3.5? We have .net framework 4.0 and 3.0 installed on Windows 7.