Hello there,
I've implemented a simple .NET component exposed to COM (through CCW I
guess) the point is that exactly the same code compiled using 1.1 Framework
works perfect with Excel VBA, while recompiled on 2.0 Framework causes
"File or assembly name <xxx>, or one of its dependencies, was not found."
while Excel's Intellisense works fine (Excel restarted after each
registration, references in VBA project are correct, only one component was
available during the tests).
The components where installed nonparallely to avoid any mistake, both
registered with /codebase and added to the GAC.
Is there any difference between 1.1 and 2.0 frameworks and what is the
solution for using 2.0 framework?
Thanks in advance for any help,
Piotr

Signature
Piotr Czekalski (Ph.D. Eng.)
ZMiTAC, Institute of Computer Science
Silesian University of Technology
Gliwice, Poland
http://small.zmitac.iinf.polsl.gliwice.pl
http://bszx.iinf.polsl.gliwice.pl
Piotr Czekalski - 15 May 2006 09:39 GMT
Answering myself:
http://support.microsoft.com/kb/908002/ helps ;-).

Signature
Piotr Czekalski (Ph.D. Eng.)
ZMiTAC, Institute of Computer Science
Silesian University of Technology
Gliwice, Poland
http://small.zmitac.iinf.polsl.gliwice.pl
http://bszx.iinf.polsl.gliwice.pl
> Hello there,
>
[quoted text clipped - 14 lines]
>
> Piotr