Blog

Entries in DLL (2)

Wednesday
Jun202012

SQUID - "The specified module could not be found"

A user recently brought the following error to my attention (thanks Nicole!). Running the example script lr_squid_simple produced this error.

Dependency Walker was run to help detect problems with missing modules, invalid modules, import/export mismatches, circular dependency errors, mismatched machine types of modules and module initialization failures.

Click to read more ...

Tuesday
May292012

QTP - Calling C# DLL in VBScript

A while ago I wanted to call a C# dll from a QTP script.

Let us walk through creating a C# dll using Visual Studio and using the DotNetFactory in QTP to call the public methods of this C# dll.

Click to read more ...