The Education and Training System Written by Asp.net 1.1 is deployed on the Win2000 advance server,
Event loss, but the same setProgramWhen the set is deployed to win2003, there is no problem at all.
I guess it may be caused by the following reasons:
- . NET Framework is estimated to be compatible with Win2000. NET Framework.
- Assembly problems, because it was compiled in win2003, there is a problem with the compatibility of Win2000.
After thinking, the second possibility is still relatively small, for the following reasons, although. net is not known as cross-platform as Java, but it should not be too problematic for its own operating platform, especially the system compatibility developed by Win2000. Second, the Assembly is msil rather than bytecode, and there is a CLR in the middle. Third, I seldom hear about this.
However, this is just an inference. I installed win2000sp4 with a tentative mentality, and the problem was not solved. By the way, I installed. NET Framework 1.1 SP1.
Well, it seems that the first assumption is true. At least there is a small problem with the Framework.
This problem has finally been solved. Two days.