K
krissy_kernan
I am getting the following error when I try to run my code on the
deployed server: "File or assembly name dllname.dll or one of its
dependencies was not found." It is a VB6 app. that calls a .Net dll.
(The .Net code also calls VB6 dlls, but I don't have a problem
executing that part of the code). I ran regasm on the server, but I
continue to get the error when I try to access the .Net code. My
assembly is not strong-named or registered in the GAC, since from what
I read, it didn't sound like it was necessary. I checked the registry
entries on the source and target server for the .tlb file entries, and
they both match. Would there be security settings on the target server
that could be preventing me from accessing the .Net dll? I would
appreciate any help since I am out of ideas. Thanks!
deployed server: "File or assembly name dllname.dll or one of its
dependencies was not found." It is a VB6 app. that calls a .Net dll.
(The .Net code also calls VB6 dlls, but I don't have a problem
executing that part of the code). I ran regasm on the server, but I
continue to get the error when I try to access the .Net code. My
assembly is not strong-named or registered in the GAC, since from what
I read, it didn't sound like it was necessary. I checked the registry
entries on the source and target server for the .tlb file entries, and
they both match. Would there be security settings on the target server
that could be preventing me from accessing the .Net dll? I would
appreciate any help since I am out of ideas. Thanks!