View Single Post
  #1 (permalink)  
Old August 2nd, 2004, 04:56 PM
vasans vasans is offline
Registered User
Points: 7, Level: 1
Points: 7, Level: 1 Points: 7, Level: 1 Points: 7, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Aug 2004
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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