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

  • Thread starter Thread starter prince -=nore=-
  • Start date Start date
P

prince -=nore=-

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.
 
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
 
Back
Top