
October 19th, 2004, 05:19 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Just a case if it helps
Hello,
I have developed an application that creates a table and a graphics using the values of this table by using cominterop in MS
Excel. I have Office 2000 on Windows 2000 Advanced Server on my development computer. I experienced a similar problem
(QueryInterface for interface Excel._Application failed) after installing "Microsoft Office XP Primary Interop Assemblies"
from the web site of Microsoft. As a solution I restored System state Data from my backups and then the application restarted
working properly as it was before. I recommend using References directly you find in the COM tab. I have used the source code
from the Mcrosoft's web page about the subject and modified it. Hope it helps
|