Google that Error Message

Debugging Hint:
In any programming language, in any environment, regardless of whether it’s a Chilkat error message or something from Microsoft, if you don’t understand the error message try Googling it.

For example: Type this into Google: “Object Variable or With Block Variable Not Set” (without the quotes)
The 1st result provides all the information you’ll need to know about this Visual Basic error.

If you get some sort of COM/ActiveX error code (from Microsoft) such as 0×800401F3, Google the error code. Type “0×800401F3” into Google and see what you get.

If a .NET assembly does not load at runtime and you get an error message such as
“… The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)” — Google it.

Type “manifest definition does not match the assembly reference” into Google. Or type “0x80131040” into Google.