Q
|
When trying to use the .NET component I am receiving the following error message: Type BrowserObj is not defined.
|
A
|
This message typically indicates that the BrowserHawk.dll is not installed in the Global Assembly Cache (GAC) or is not located in the bin directory for your web site/application.
The easiest way to resolve this is to add a reference to BrowserHawk using VS.NET Add->Reference, or to manually place a copy of the BrowserHawk.dll in your bin directory.
|