Based on the hello example I have started to create my first Silverlight client application. I have done:
1. I have installed the Ice.dll into the Global Assembly Cache.
2. I have created a directory with Global.asax and IceBridge.ashx.
3. I have added a virtual folder to the default web site. This virtual folder points to the physical folder created in step 2.
4. I have written a linux server and client. They are included in the tar.gz file.
5. I have written a Silverlight application that takes an IP adrress and a count. The application should call a specific request on the server at the specified IP address for count times. The project is included in the zip-file.
My results are:
1. I am able to connected to the server.
2. When I do the first call I get a ThreadingAbortException. Inside the debugger the Data, InnerException, Message and StackTrace parameters all indicate "Unable to evaluatue the expression because the code is optimized or a native frame is on top of the call stack" .
I am stuck here. Can someone help me to get on track.
Best regards,
JvD

Reply With Quote