Ð
С»ÒÀÇ
hi
There are two websites which are build by asp.net 2.0 running in one
machine. And there is a web service running in a website, and be invoked in
a asp.net page in another website. The invoke code likes:
RemoteHost.Publisher publisher = new RemoteHost.Publisher();
publisher.Publish();
While this code is running, error occur:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Unable to load DLL 'rasapi32.dll': (Exception from HRESULT: 0x8007045A)
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.DllNotFoundException: Unable to load DLL
'rasapi32.dll'
And the file rasapi32.dll is located in the folder C:\windows\system32 while
I try to check it.V
There are two websites which are build by asp.net 2.0 running in one
machine. And there is a web service running in a website, and be invoked in
a asp.net page in another website. The invoke code likes:
RemoteHost.Publisher publisher = new RemoteHost.Publisher();
publisher.Publish();
While this code is running, error occur:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Unable to load DLL 'rasapi32.dll': (Exception from HRESULT: 0x8007045A)
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.DllNotFoundException: Unable to load DLL
'rasapi32.dll'
And the file rasapi32.dll is located in the folder C:\windows\system32 while
I try to check it.V