|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
COM ProblemI have created a Class Library that is part of an installation package and I want it to be able for use in Excel and Access VBA. To acheive this I have exposed it to COM. I did this in VS 2003 and eveything was working fine. I have upgraded to 2005, rebuilt the package and installed it. My Excel Macros get the error "Run-time error -2147024894 /n File or assembly name blah, one of its dependencies, was not found." I have: Added GUID's to the specific Classes (these are the same as I had for 2003) Checked the installation package and the projects to ensure that all of the COM Interop boxes are checked Checked the Register property in the assembly is set to Register. Can anyone spot what I might be missing or point me in the right direction? Thanks very much Steve |
|||||||||||||||||||||||