Dear all
Im trying to develop a dotnet website but im having an issue importing the dlls, i have found the following dlls:-
lapi_netp.dll
lapi_sspip.dll
and when i run the website i get the following error
Server Error in '/' Application.
Could not load file or assembly 'lapi_sspip.DLL' or one of its dependencies. The specified module could not be found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'lapi_sspip.DLL' or one of its dependencies. The specified module could not be found.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below |
so please I need a way to regester the dlls in the asymbly or a new dlls and the proper way to add them to the project as i used to work on JAVA lapi and i have shiftet to VB now, I have no idea how to do this
your responce is highly apreciated ...