المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Unusual Error on Server 2000 SP4



C# Programming
06-28-2009, 05:41 AM
Trying to deploy a .NET 2.0 application to Windows 2000 Server SP4.

When the app launches, Windows 2000 reports a System.IO.FileNotFound exception before any of my code begins executing.

The app starts fine on Vista and XP, but not on 2000 SP4.

I personally installed the 2.0 .NET framework onto the 2000 machine.

How can I debug this? WinDbg doesn't show what file is not found, it only shows the exception code.