I’m building an application that scrubs data from many web pages. The software of choice is WatiN (http://watin.sourceforge.net/).
So I’ve created My.dll using VB.Net that has WatiN.Core as an added reference as well as having it imported in the code.
The My.dll has been registered and is being set as a variable in LS via CreateObject(“My.class”). No problem. The problem is when the first line of code in the VB.Net class that calls anything in the WatiN classes I get an error:
“Could not load file or assembly “Watin.Core, Version=2.0.20.0, Culture=neutral, PublicKeyToken=db7cfd3acbad44e” or one of its dependencies. The system could not find the file specified, at line 56.”
I’m sure I’m just not doing something simple. Any ideas on what else needs to be done?
I’m not sure if this matters, but none of the Watin dll’s are registered.
Thanks