Getting VB6 dll files in a ASP.NET project.

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

Hello,

I need to use a dll file (with many classes inside) that
was written in VB6 in a ASP.NET web app. I added the dll
file in to the references section of my project.

Everything seems to be fine until I run the web app. I
get an error message, "System.IO.FileNotFoundException:
The specified module could not be found." without any
error number at Dim m_Employee As New clsEmployee. I did
Imports the name.

I have looked at other post, however, those did not work
out for me at all.

Thanks,
Charles
 
Back
Top