Runtime error 80070002

Joined
Nov 7, 2006
Messages
1
Reaction score
0
We have a C# assembly that has been deployed to a shared network drive (H:/). The assembly is registered using the following:

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\regasm.exe "H:\WIN32\SLACApps\AMS\xxx.dll.dll" /t: "H:\WIN32\SLACApps\AMS\xxx.tlb" /codebase

We have also added the .dll to the GAC and is strong named.

The existing production Application references the assembly and runs fine.

However, if we take the source code of the Application in VB6 which is running on another drive (F:/) for source control reasons - and try to reference the .tlb in the H:/ Drive - we get the following error:

Runtime error 80070002
Automation Error
The system cannot find the file specified.

Everything else I have seen seems to refer to the /codebase switch but, this is being used and still causing an issue.

Can anyone help please?
 

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