Hello All,
I am in the process of migrating the business layer of a web application
into VB.NET and also implementing HTTP Binary Remoting between the Business
Object Server and the Web Server (IIS) from where ASP pages call the
business objects.
I have a very strange problem. The ASP and .NET Business Object layer
interact perfectly as expected if the Web Servers (IIS)'s 'Application
Protection' - property in the 'Home Directory' tab is set to 'LOW'. If this
property is set to 'MEDIUM', I get an error as follows:
Error Type:
mscorlib (0x80070002)
File or assembly name pstkszrq.dll, or one of its dependencies, was not
found.
/testDotNet.asp, line 18
The Dll name (pstkszrq.dll in here) is different everytime the error pops
up...looks like an internal dll that IIS creates. The error occurs when the
ASP file tries to create the Object using late binding.
I have no idea whats going on in here...no clue whatsoever. If anyone has
any clues....it would be of great help.
Thanks,
Regards,
Chris
David Stucki [MS] - 26 Aug 2003 21:47 GMT
I would suggest using FileMon from www.sysinternals.com to check if there's
a File Access Denied going on in this situation. It may be that the
identity a process is running as doesn't have permissions to access some
temporary folder. Try filtering filemon on dllhost.exe while reproducing
the error and look in the filemon output for an problems.
Hope this helps,
David Stucki
Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.