Convert an existing Silverlight application to a desktop based application

624 Views Asked by At

I have developed a business application using Silverlight, for data access I have used web service..(basicHttpBinding) (highly uses MS SQL Server - SP, Functions)

I want to convert same application to Desktop based application. I have tried in OOB.

  1. Using ComToolkit, ADO connection (best method for my project) but data comes very very slow (1 row in 5 sec.)

  2. Installed Application to client localhost. (but I don't want to go with this method. I want .exe type project..)

Now is there any good idea or suggestion? What to do in this situation?

1

There are 1 best solutions below

0
On

Well I would go for WPF, since it is the fastest way I think.

Please read this if it helps: http://forums.silverlight.net/t/3898.aspx