Problem with ch18 in Begining ASP.Net usingVb.Net
Hi all I am trying the ISBN Example for the web services.
My problem i sthat after creating the ISBNProxy.dll and putting in Bin directory.
when i import it like
<%@ Import NmaeSpace="ISBNService"%>
n' later create an object of ISBNService.ISBN
it gives:
Type 'ISBNService.ISBN' is not defined.
Please help
|