开发者

what happens when .NET Framework is not installed?

Does anyone know what error message will be displayed

when someone tries to run an application developed using .NET

on a computer where .NET Framework is not installed? ex) Windows XP original.

will the error message tell you that .NET Framework is not installed? or will it not sh开发者_如何学运维ow any useful messages?


I tried running a .NET 2 application on an Windows XP RTM Clone.

I got 2 different errors:

a. The application failed to start because the application configuration is incorrect. Reinstalling the application may fix the problem.

b. Application failed to initialize properly (Some error code)

This suggests that the error thrown is not specific enough to predict.


Here you go.

When you create a .NET application executable (.exe) file, copy the file to a computer on which the .NET Framework is not installed, and then attempt to run the .exe file from that computer, you may receive the following error message (or messages):

Unable to Locate DLL - The Dynamic Link Library mscoree.dll could not be found in the specified path.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜