Hello
I am using .net connector ver 1. I am getting some very strange FileNotFoundExceptions, like:
'File or assembly name 8bsnnztq.dll, or one of its dependencies, was not found'
The dll changes every time I try to create the proxy. This error only occurs when I run the code from a web application. It runs fine as a console app.
Hope someone can help
Juan Ramon
SAP .NET Connector is based on Microsoft's (WebService-) SoapClient. And this is based on Microsoft's XML-Serializer that created temporary DLLs for each XML type. Error like the one you mentioned are typically caused by some security problems, e.g. unsufficient file system rights on some directories, e.g. %temp%. It's not simple to understand, perhaps tools like FileMon or ProcessExplorer can help.
Add a comment