all groups > macromedia flash flash remoting > may 2005 >
You're in the

macromedia flash flash remoting

group:

flash remoting MX for .NET error !!!


Re: flash remoting MX for .NET error !!! sideburn
5/30/2005 5:42:35 PM
macromedia flash flash remoting: I have figured out Flash Remoting using AMFPHP and I have also sent and
receive data to php just using loadVariablesNum.. When do you need to use
AMFPHP?
I mean Flash Remoting vs. loadVariables (sorry) sideburn
5/30/2005 5:44:48 PM
[quoted text, click to view]
flash remoting MX for .NET error !!! danisilveiro
5/30/2005 7:10:07 PM
hi.
i have downloaded the trial version of flash remoting MX for .NET and
installed it under the following server software configuration :

windows server 2003
.NET framework SDK 1.1
flash remoting MX for .NET

and i get this error when running the ASP.NET webservice example that comes
with the flash remoting installation :

ERROR : Unable to create webservice proxy. Please ensure the Microsoft.NET
Framework SDK is installed.

and i am 100% sure the SDK 1.1 is installed on the machine !!!

what am i doing wrong ?
thanks in advance.

Re: flash remoting MX for .NET error !!! Felipe Bezerra
6/4/2005 11:15:43 AM
Hi! Brazilian Greetings.

At some time behind had that same problem, but I got you solve it through the
steps that I created to proceed.

You will need to compile your ASP.NET webservice for connection among the
servers, it is compilation it will result in a file source *.cs.
In the DoS mode you can use the command:
wsdl /out:SomaServ.cs
/n:WebSoma
http://localhost/dir/Somasrv.asmx?wsdl

You should observe that with /n:WebSoma defined the name of the namespace of
our class.

Now times that to compile the file SomaServ.cs, generated in the compilation
of ASP.NET WebService, in a paste Bin maid in the directory dir used above; the
directory Bin is a pattern that the.NET Framework uses to look for the
components.

The syntax for the compilation of the file is:
csc /t:library /out:bin\Somaserv.dll SomaServ.cs

Good Luck!
Felipe Bezerra
Macromedia Certified Professional

AddThis Social Bookmark Button