I have a problem with building a project. When I build a project and when I create .exe file, I cannot run it on other computers.
There is an error: “The application failed to initialize properly (0x0000135). Click OK to terminate the application.”.
ca i have any chance to solve this error without installing framework 3.5
If your application requires .NET 3.5 then your users machine will need to it installed.
However, since you’re using Visual Studio 2008 you can set your project to target a lower version of the Framework, such as 2.0 which your users might have installed. Obviously, if you did this your application would not be able to use later Framework features (such as LINQ if you target .NET 2.0).