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
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