J
Jason Huang
Hi,
We have a VS 2003 C# .net 1.1 WinForm application which needs to link to a
VS 2008 C# .net 3.5 WinForm application.
In the VS 2003, I used the code
Process.Start ("C:\\Program Files\\ETC\\ETCQuotation\\Quotation.exe")
to open the Quotation.exe, which is the VS 2008 .net 3.5 C# application.
We can open the .net 3.5 application, but we need to do exporting data to an
Excel file.
Now comes the problem, it raise an error:
System.Runtime.InteropServices.COMException (0x800A03EC)
Both applications we have reference includes interop.excel.dll,
interop.office.dll, office.dll.
I'm trying to do the debugging in the VS 2008 while the VS 2003 calling the
VS2008, but don't know how.
Thanks for help.
Jason
We have a VS 2003 C# .net 1.1 WinForm application which needs to link to a
VS 2008 C# .net 3.5 WinForm application.
In the VS 2003, I used the code
Process.Start ("C:\\Program Files\\ETC\\ETCQuotation\\Quotation.exe")
to open the Quotation.exe, which is the VS 2008 .net 3.5 C# application.
We can open the .net 3.5 application, but we need to do exporting data to an
Excel file.
Now comes the problem, it raise an error:
System.Runtime.InteropServices.COMException (0x800A03EC)
Both applications we have reference includes interop.excel.dll,
interop.office.dll, office.dll.
I'm trying to do the debugging in the VS 2008 while the VS 2003 calling the
VS2008, but don't know how.
Thanks for help.
Jason