E
Ezhilan Muniswaran
Hi:
I have an ASP page that creates a VB dll which in turn calls a Class
Libraries created in .NET. This set up works fine in my development machine.
When I try to deploy this to the Web Server ( I installed the VB dll and
copied the Bin directory of the .NET class library into the Web Server and
also moved all the required ASP files). When I run the ASP page in the Web
server I get the following error
File or assembly name <NAME OF THE .NET DLL> or one of its dependencies,
was not found.
I created a Test VB Project and deployed that over to the Web Server to
instantiate the .NET DLL. The VB project works fine as long as the VB exe is
in the same directory as the .NET DLL(s). If I move the VB exe to another
folder I get the same error as above.
If any one knows what I am doing wrong here, please respond. Appreciate your
help
I have an ASP page that creates a VB dll which in turn calls a Class
Libraries created in .NET. This set up works fine in my development machine.
When I try to deploy this to the Web Server ( I installed the VB dll and
copied the Bin directory of the .NET class library into the Web Server and
also moved all the required ASP files). When I run the ASP page in the Web
server I get the following error
File or assembly name <NAME OF THE .NET DLL> or one of its dependencies,
was not found.
I created a Test VB Project and deployed that over to the Web Server to
instantiate the .NET DLL. The VB project works fine as long as the VB exe is
in the same directory as the .NET DLL(s). If I move the VB exe to another
folder I get the same error as above.
If any one knows what I am doing wrong here, please respond. Appreciate your
help