J
Julian Cropley
I have been developing an Excel Add-in (EVE4) and had made many successful
builds of the project when I decided to try and make it backwards compatible
with excel 2000
I generated my own IAs for the office library and the excel library as PIA's
were not available. At some stage I started getting the following bizzare
error.
COM Interop registration failed. Type library exporter encountered an error
while processing 'EVE4.Connect, EVE4'. Error: Referenced type is defined in
managed component, which is imported from a type library that could not be
loaded (type: Extensibility.IDTExtensibility2; component:
c:\windows\assembly\gac\extensibility\7.0.3300.0__b03f5f7f11d50a3a\extensibility.dll).
Please note that something has been broken, now if i create a new add-in
with the .net add-in wizard, without adding any code to the project, I get
the same error!
I have since scrapped the idea of 2000 compatability and am using the office
XP PIA's (2002).
When I reinstalled Visual Studio .Net 2003, I was able to successfully build
the assembly, once. Then the next build the error returned.
builds of the project when I decided to try and make it backwards compatible
with excel 2000
I generated my own IAs for the office library and the excel library as PIA's
were not available. At some stage I started getting the following bizzare
error.
COM Interop registration failed. Type library exporter encountered an error
while processing 'EVE4.Connect, EVE4'. Error: Referenced type is defined in
managed component, which is imported from a type library that could not be
loaded (type: Extensibility.IDTExtensibility2; component:
c:\windows\assembly\gac\extensibility\7.0.3300.0__b03f5f7f11d50a3a\extensibility.dll).
Please note that something has been broken, now if i create a new add-in
with the .net add-in wizard, without adding any code to the project, I get
the same error!
I have since scrapped the idea of 2000 compatability and am using the office
XP PIA's (2002).
When I reinstalled Visual Studio .Net 2003, I was able to successfully build
the assembly, once. Then the next build the error returned.