G
gareth
I have an application that has certain forms that use excel spreadsheets. I
have been using AxInterop.OWC11.dll and it was working fine in Windows XP. In
Vista, however there is an exception (Class not registered (Exception from
HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))) that is thrown when the excel
sheets attempt to load. I'm not sure what the difference between
AxInterop.OWC11 and OWC11 or Microsoft.Office.Interop.Owc11 are. When using
VS 2005 in Vista, though, when I try to add OWC11.dll using "Add
Reference..." in the Project Properties... menu I get an error: (A reference
to 'C:\...\OWC11.DLL' could not be added. Please make sure the file is
accessible, and that it is a valid assembly or COM component. Any suggestions
of what DLL I should be using (and where to get it from) and what could
preventing me from adding this reference? Thanks for any help.
have been using AxInterop.OWC11.dll and it was working fine in Windows XP. In
Vista, however there is an exception (Class not registered (Exception from
HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))) that is thrown when the excel
sheets attempt to load. I'm not sure what the difference between
AxInterop.OWC11 and OWC11 or Microsoft.Office.Interop.Owc11 are. When using
VS 2005 in Vista, though, when I try to add OWC11.dll using "Add
Reference..." in the Project Properties... menu I get an error: (A reference
to 'C:\...\OWC11.DLL' could not be added. Please make sure the file is
accessible, and that it is a valid assembly or COM component. Any suggestions
of what DLL I should be using (and where to get it from) and what could
preventing me from adding this reference? Thanks for any help.