Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Flash Remoting MX-ActionScript 2.0 and .Net

Status
Not open for further replies.

Lladro

Programmer
Mar 5, 2007
18
US
I am a newbie to this so please bare with me.

I am trying to get a Flash web app to communicate with my SQL Server 2000. I am a .Net developer and understand that this can be done.

I have created my classes in VB.Net and complied them. I went to one of the Flash web pages to access my classes that I created in .Net. However, when I create the remoting gateway and invoke a Remote method nothing seems to be working. Supposedly, I am supposed to see this message: NetServices info 1: getCategories_Result was received from server: [object Object]
Also, in the NetConnection Debugger I am suppose to see the results (connection, Results returned and NetServicesTrace - getCategories)

The question is, am I suppose to use C# instead of VB? Is this why it is not working?

Your help would be greatly APPRECIATED!

Lladro
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top