COM Office Add-In using .NET Komponenten

T

Thorsten Blawatt

Hello,

we have an office word add-in which is written in VB 6.0. This add-in need
to use .NET components, which are comvisible etc. On my PC every thing works
fine, but on a test machine an error occurs when instanciating a .NET class:
File or Assembly NETAssembly.dll or one of its dependencies, was not found

The .NET and COM dll are in the same folder. Both files are register (the
..NET Assembly by using regasm /codebase). There will nothing change when
copy the .NET dll to the GAC.
Does anyone have a solution for my problem?

Best regards,
Thorsten Blawatt
 
S

Sanjay Dandekar

Find out the assemblies referenced by the .NET DLL. Make sure that all those
assemblies are present in the test machine. It is very clear from the error
that your test environment is missing some components.

- Sanjay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top