开发者

Problems with building a project in VB2008

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 ins开发者_如何学Gotalling 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).


It sounds like you are missing the app.confif file that was generated with the .exe file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜