Proxy Generator not listing?!? (in Dreamweaver MX)

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Proxy Generator not listing?!? (in Dreamweaver MX)

    I'm creating an ASP.NET web service in Dreamweaver MX.

    I'm trying to use the Web Services option under the Components tab in the
    Application window.
    When I click on "Add Using WSDL" the proxy generator is listed as
    "-------------". C# and VB.NET aren't options.
    I have IIS and the latest .NET Framework installed.

    I think the error may lie in the fact that Dreamweaver doesn't know the .NET
    Framework is installed. Under the Components tab, only the first two
    options are checked off. The third one is unchecked ("Install the
    appropriate SDK on this system. For .NET sites this is the Microsoft .NET
    Framework SDK").

    The .NET Framework was installed before Dreamweaver was loaded onto my
    computer. I have since uninstalled and re-installed the .NET Framework and
    the problem remains. I have it on another computer and I get the same
    problem.


    Any help would be greatly appreciated.

    --

    'prince


    prince -=nore=- Guest

  2. Similar Questions and Discussions

    1. Web Services Proxy Generator
      Same problem here. Can find no answers anywhere. Let me know if you find it, and I'll let you know if I find it. When I go to the list of proxy...
    2. How does the MSFT Web Service Proxy Generator figure out .NET object types?
      Hi, I'm probably missing something obvious, but I'd like to know how the Web Service Proxy Generator in .NET 2003 figures out from a WSDL the...
    3. Why my Code tag's Toolbox has no WebService Proxy Generator menu ?
      When wanting to create a Create a Web service client,I encounted this problem. I appreciate your help.
    4. Proxy Generator not listing?!?
      I'm trying to use the Web Services option under the Components tab in the Application window. When I click on "Add Using WSDL" the proxy generator...
    5. Dreamweaver FTP via a proxy connection?
      I am finding it so far impossible to FTP using Dreamweaver. I get this error message: -- An FTP error occurred - cannot make connection to host....
  3. #2

    Default Re: Proxy Generator not listing?!? (in Dreamweaver MX)

    If you got wsdl you can use the MS wsdl tool to generate classes (did
    you use it?)

    wsdl mypath/a.wsdl /l:cs /out:MyPorxy.dll

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

  4. #3

    Default Re: Proxy Generator not listing?!? (in Dreamweaver MX)

    Is there some reason why you're not asking Macromedia about this?

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of little things.

    "prince -=nore=-" <noreagan@sympatico.ca> wrote in message
    news:OaXNDDZUDHA.2364@TK2MSFTNGP09.phx.gbl...
    > I'm creating an ASP.NET web service in Dreamweaver MX.
    >
    > I'm trying to use the Web Services option under the Components tab in the
    > Application window.
    > When I click on "Add Using WSDL" the proxy generator is listed as
    > "-------------". C# and VB.NET aren't options.
    > I have IIS and the latest .NET Framework installed.
    >
    > I think the error may lie in the fact that Dreamweaver doesn't know the
    ..NET
    > Framework is installed. Under the Components tab, only the first two
    > options are checked off. The third one is unchecked ("Install the
    > appropriate SDK on this system. For .NET sites this is the Microsoft .NET
    > Framework SDK").
    >
    > The .NET Framework was installed before Dreamweaver was loaded onto my
    > computer. I have since uninstalled and re-installed the .NET Framework
    and
    > the problem remains. I have it on another computer and I get the same
    > problem.
    >
    >
    > Any help would be greatly appreciated.
    >
    > --
    >
    > 'prince
    >
    >

    Kevin Spencer Guest

  5. #4

    Default Re: Proxy Generator not listing?!? (in Dreamweaver MX)

    i wanted to know if there was a way to do so in Dreamweaver.

    --

    'prince
    "Natty Gur" <natty@dao2com.com> wrote in message
    news:%23%23wmORaUDHA.3916@tk2msftngp13.phx.gbl...
    > If you got wsdl you can use the MS wsdl tool to generate classes (did
    > you use it?)
    >
    > wsdl mypath/a.wsdl /l:cs /out:MyPorxy.dll
    >
    > Natty Gur, CTO
    > Dao2Com Ltd.
    > 28th Baruch Hirsch st. Bnei-Brak
    > Israel , 51114
    >
    > Phone Numbers:
    > Office: +972-(0)3-5786668
    > Fax: +972-(0)3-5703475
    > Mobile: +972-(0)58-888377
    >
    > Know the overall picture
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    prince -=nore=- Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139