|
|
 |
| ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.1 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|

August 2nd, 2004, 03:56 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|

August 3rd, 2004, 07:08 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Harrisburg, PA, USA.
Posts: 1,998
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Did you add it as a reference to the project?
Brian
|

August 4th, 2004, 07:57 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Tehran, Tehran, Iran.
Posts: 901
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
check if ISBNService.dll exist in ur project!
did u dounload ur codes from site?!
Always:),
Hovik Melkomian.
|

January 29th, 2005, 02:33 AM
|
|
Friend of Wrox
|
|
Join Date: May 2003
Location: Delhi, Delhi, India.
Posts: 230
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi,
I have tested the code you are referring and got it work after some changes. Please follow the instructions below:
Instructions to follow for Web Matrix..
Open ISBN.asmx in web matrix and run the file using web matrix inbuilt web server, in web browsers you will see something similar to “ http://localhost:8080/isbn.asmx”. Copy this URL to somewhere for later use.
Now Generate the proxy Class for this web service by using “Web Service Proxy Generator” found in “Tools #61664; Web Service Proxy Generator”. On clicking this option a dialog box will appear.
In “XML Web Service Proxy Generator” dialog box fill the information as follows:
WSDL URL = “ http://localhost:8080/isbn.asmx”
Namespace = ISBNService
Output Directory = C:\BegASPNET11\ch16
Source File = ISBNProxy
Generate Assembly = ISBNProxy.dll
Click on Generate. This will generate the source file named “ISBNProxy. vb” in the output directory and assembly named “ISBNProxy.dll” in the folder named bin under the output directory.
After process completion a confirmation message box will appear, click “OK” and then click “cancel” to get out of the “XML Web Service Proxy Generator” dialog box.
Now Open the aspx file named “BookInfo.aspx” and click on the “start” icon on the toolbar to run this file using the web matrix web server.
If all the instructions followed, you will see the result in web browser successfully.
Charul Shukla
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |