Here's something I'm confused. I've done a simple app on Windows XP using C# with Excel 9.0 Object library. It works pretty fine. But when I ported it to Windows 2000. I ported the code (adding existing files, that is) to be sure. Reference same object library which is Excel 9.0 and viola, it hangs.

Is there a way to convert the Excel 9.0 object library to fully a .Net compliant dll? Just thinking of just bringing down that .dll to any WinX platform I might work on.

Thanks in advance.