Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Remoting / June 2005



Tip: Looking for answers? Try searching our database.

flash remoting MX for .NET error !!!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
danisilveiro - 30 May 2005 20:10 GMT
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.
sideburn - 31 May 2005 01:42 GMT
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?
sideburn - 31 May 2005 01:44 GMT
> 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?
Felipe Bezerra - 04 Jun 2005 12:15 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.