Wrox Programmer Forums
|
BOOK: Professional ASP.NET 3.5 : in C# and VB ISBN: 978-0-470-18757-9
This is the forum to discuss the Wrox book Professional ASP.NET 3.5: In C# and VB by Bill Evjen, Scott Hanselman, Devin Rader; ISBN: 9780470187579
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional ASP.NET 3.5 : in C# and VB ISBN: 978-0-470-18757-9 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 9th, 2008, 02:44 AM
Registered User
 
Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to himanshu2s
Default Can not find the Add-In on the context Menu.

In the article it is written as: "The add-in is accessible by right-clicking the Visual Studio project, and then selecting the WSE Settings 2.0... option on the context menu."

But for me, I am not able to find this add in...

I installed "wse 2.0" and also "wse 3.0" but in both of the cases, I was not able to find this add-in.

Further I tried working with option from "Strat->All Programs->Microsoft WSE 2.0->Configuration Tool". I checked both the check box. and saved the web.config to respective locations. But still I am facing a problem.

As I got to know that using this Add-In menu, the proxy class is generated by itself.

We can get a class named "Sevice1Wse" which is automatically generated by checking these check box. And then we can use this line of code to use the object "proxy":
SampleWSE.Service1Wse proxy = new SecureWSClient.SampleWSE.Service1Wse();

But for me, I am not able to get this "Service1Wse".

For this proxy class, I tried working on "wsewsdl2.exe". It is generating the "proxy.cs" file. but at the folder where I am executing this command. I dont know where exactly this "Service1Wse" code is to be placed. Also I believe, this auto generated proxy class is much different from the one which is generated using command prompt.

Please please tell me how to do at least one of them:

1. To find the "Add-In" of "WSE-2.0" in the context menu.
2. To find the place where should the proxy class "Service1Wse" be put which I am able to generate using Command Prompt so that I can use this proxy class to use the code:
"SampleWSE.Service1Wse proxy = new SecureWSClient.SampleWSE.Service1Wse();"






Similar Threads
Thread Thread Starter Forum Replies Last Post
CH 15 Context Menu - Element Menu Items Razzy The Pug BOOK: Ivor Horton's Beginning Visual C++ 2005 2 November 9th, 2008 03:53 PM
Need help in context menu Hannibal General .NET 0 January 3rd, 2007 12:24 AM
Context Menu ? zoltac007 BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6 1 June 7th, 2006 05:44 PM
Context Menu JMorrell Beginning VB 6 2 February 18th, 2005 09:33 AM
context menu mookashi Pro VB 6 0 March 16th, 2004 06:48 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.