I was wondering if the current remoting package is able to work with .NET 2.0.
We did some tests and it doesn't seem to work.
If .NET 2.0 and remoting should work, does it differ from the way it works
like in .NET 1.1?
Thanks!
Edward Meshuris - 06 Sep 2006 16:07 GMT
It works, but it is extremely slow...
Google search, you probably need to create a gateway.
mccarthyp - 25 Sep 2006 22:43 GMT
Thanks for the info.
I do have 1 follow up question. I have a .Net 1.1 app and it has a gateway.
I believe it is using the flashgateway.dll version 1.0.52237. And it is
working great.
But now I want to convert the 1.1 app to 2.0. After I did this everything
works fine, until you modify a config file and when the flash refreshes it is
taking around 5 - 9 minutes to refresh. I am still using the same
flashgateway.dll from the .Net 1.1 app.
Could this be caused the an older version of the flashgateway.dll? Do I need
to get an updated flashgateway.dll for .Net 2.0?
<tfe:Joost> - 26 Sep 2006 07:55 GMT
As far as I know there is flashgateway for .Net 2.0. Like Edward said you can get it to work with the old flashgateway.dll, but it's extremely slow (like you experienced).
ASP.NETRemoting - 27 Sep 2006 18:29 GMT
My application runs in .NET 2.0 and has quick data response
<tfe:Joost> - 27 Sep 2006 18:35 GMT
Did you do anything special?
mccarthyp - 27 Sep 2006 18:50 GMT
Thanks for the replies.
Here are my steps in reproducing the slowness issue I am experiencing.
1) Login to the application and go to the flash page.
2) Once the initial logging to the flash is complete modify your web.config
file on the server.
3) Save the web.config file.
4) Wait for the flash to update by itself or hit the F5 button to force a
refresh.
When it tries to refresh the page this is where I am seeing the 5 - 9 minute
delay.
When I leave the config files alone everything works great. All of my
refreshes are very fast.
But it is a requirement that the config file can be updated at anytime and the
next time the flash updates the new value from the config file will be used.
Does anyone know where I can download the flashgateway.dll for .Net 2.0?
Currently I am using flashgateway.dll version 1.0.57934.
Dick - 03 Oct 2006 20:30 GMT
We are trying to install a webservice (.NET 2.0) using flash remoting and can't get it to work.
Does anyone have an example of the config and a simple webservice for us to look at?
I would be very gratefull
From http://www.developmentnow.com/g/72_2006_9_0_0_813320/Remoting-and-NET-2-0.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.com
kudi - 21 Nov 2006 06:27 GMT
Try "webORB" 3rd party tool to establish the connection between flash
and .net 2.0,its very fast when compare to flash remoting