Windows Develop Bookmark and Share   
 index > Windows Forms General > deploying vb.net class library for VB6 application
 

deploying vb.net class library for VB6 application

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

Sumit Haswar  Wednesday, May 07, 2008 12:32 PM
JohnWein  Wednesday, May 07, 2008 3:39 PM
JohnWein  Wednesday, May 07, 2008 3:39 PM

You can use google to search for other answers

Custom Search

More Threads

• insert tab, goto line
• How TO: Advance datagridview sorting
• Using FileStream or MemoryStream to load image file
• How to clear values stored in class?
• ConfigurationManagement
• How can I make a local attribute visible in Properties (designer) or the "items tab"
• Need to set form vertical scroll bar according to cursor position
• Setting PowerPoint slideshow as active window over a form
• Form.ShowIcon = False Causing Invalid Icon in Taskbar
• Iterate through all tab pages in tab control - how to hide this from user