Hey guys, I developed a program to work for Excel 2003. However, anytime I publish the program and try to install it on another machine, it asks for Interop 12. The error goes something like this...
The application requires that assembly office Version 12.0.0.0 be installed in the Global Assembly Cache (GAC) first.
Now, I told Visual Studio to use Interop 11 library, but I went I look at the properties of the reference, it referencing the Interop 12 files. From what I understand, it is because the Interop 12 library was set up to also point to Interop 11 inside of it. Or something like that. I could be wrong though.
Anyhow, is there a way to tell the program to look at Interop 11, or at least install the correct Interop library onto the client machine.
I did try downloading the 2007PIA, but I was still getting the error, so I am pretty confused at this point.
The application requires that assembly office Version 12.0.0.0 be installed in the Global Assembly Cache (GAC) first.
Now, I told Visual Studio to use Interop 11 library, but I went I look at the properties of the reference, it referencing the Interop 12 files. From what I understand, it is because the Interop 12 library was set up to also point to Interop 11 inside of it. Or something like that. I could be wrong though.
Anyhow, is there a way to tell the program to look at Interop 11, or at least install the correct Interop library onto the client machine.
I did try downloading the 2007PIA, but I was still getting the error, so I am pretty confused at this point.
