C#, Excel 9.0, Windows XP and Windows 2000
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.
Re: C#, Excel 9.0, Windows XP and Windows 2000
It may not be Excel as the version is the same. If both systems have the same version of Excel then it could be some other issue. Maybe some conflicts in the additional files your adding?
If you had Excel 10 (XP) you could make use of the PIAs with C#. See my link in my signature. Just for future reference. ;)
Re: C#, Excel 9.0, Windows XP and Windows 2000
Ok, thanks. Maybe there is something wrong with my code. I guess I code messy. I've been copying the code 1 by 1 and it mysteriously works. Again, thanks.