急问 Windows7上编译的程序在Windows Server2003上运行,安全吗?
我的应用程序是用C#开发的。
开发、编译环境是windows 7 + .NET Framework 2.0 + vs2005(本机)。
正式运行的环境是windows server 2003 企业版 SP2,该服务器上的.NET Framework有2.0、3.0、3.5 三个版本。
我的应用程序可以运行,但是经常报错、宕掉。
Error如下所示:
Application popup: QMS.DMS.Parser.CF01.exe - Bad Image : The application or DLL C:\WINDOWS\system32\comsvcs.dll is not a valid Windows image. Please check this against your installation diskette.
Application popup: QMS.DMS.Parser.AR01.exe - Bad Image : The application or DLL C:\WINDOWS\system32\xpsp2res.dll is not a valid Windows image. Please check this against your installation diskette.
Application popup: QMS.DMS.Parser.AR01.exe - Bad Image : The application or DLL C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll is not a valid Windows image. Please check this against your installation diskette.
Application popup: QMS.DMS.Parser.AR01.exe - Bad Image : The application or DLL C:\WINDOWS\system32\USERENV.dll is not a valid Windows image. Please check this against your installation diskette.
CLR error: 80004005
请教各位高手,报这样的错是否跟编译环境和正式环境不一样有关系?