When I tryed to run one application based on .NET framework 2.0, I got the message:
To run this application, you first must install one of the following versions of the .Net Framework: v2.0.50727
Now the matter is if i don't want to install .net framwork, is there any way to modify my application? How it would be if i compile it to base on .net framework 1.1?
你要运行基于.net framework 2.0开发的WEB应用程序,那就必须要先安装.net framework2.0。