I have a classlibrary invb.net that has a dll that needs to be called by a vb6 application using
CreateObject().
This is working fine on my development machine, but on client even after using regasm formy dll
it breaks with following error:
Could not load file or assembly 'Interop.Scripting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Although the damn file is dere
Kindly help