View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matthias HALDIMANN Matthias HALDIMANN is offline
external usenet poster
 
Posts: 1
Default COM interop with .NET assemblies does not work (mscoree.dll)

When trying to access .NET assemblies from VBA (through COM) in Excel 2003,
I get a "Two different versions of mscoree.dll loaded" error. I've only
installed the mscoree.dll from the .net framework v1.1, but apparently Excel
has another version bundled.

Does anyone have an idea how I could overcome this?

Thanks,
Matthias