libGeoHunter.dll was created using .NET. Register for COM Interop was
checked
in Build Property.
The .dll was able to be registered to the registry with regasm.
I also created an ASP page that uses the libGeoHunter.dll. Please see the
following:
1. Dim objGeoLocator, var1
2. set objGeoLocator = Server.CreateObject("libGeoHunter.clsLocator")
3. var1 = objGeoLocator.GetGeocode(123456789, "", "1940 Diamond Street",
"",
"", "", "92078", "", "YES")
When the page was executing line #3, it received the following error
Error Type:
mscorlib (0x80070002)
File or assembly name yhj17vnz.dll, or one of its dependencies, was not
found.
/HunterMain_Prod1/Sup****t/Distributors/TestGeoCode.asp, line 3
The .dll name on the second line in the error message changed each time I
refreshed the page.
Do you know why?
Thanks.
Dan-Yeung


|