Jonathan Allen
Jonathan Allen

Reputation: 70307

What is involved in converting a Silverlight application to run "Out of Browser"?

What is involved in converting a Silverlight application to run "Out of Browser"? We have an established application and would like to know what kinds of things we need to be aware of if we decide to make this change.

Upvotes: 2

Views: 405

Answers (2)

user623892
user623892

Reputation:

Have a look at this http://msdn.microsoft.com/en-us/library/dd550721(v=VS.95).aspx1

to see what you can and can't do and other features

Upvotes: 1

Bala R
Bala R

Reputation: 108937

Two main things that I experienced first hand about OOB

  • If you have an normal silverlight(non-OOB) app now, you will have to change your solution settings and recompile to get OOB options.
  • The updates to your silverlight app are not very transparent (involves restart of the client at the very least)

Upvotes: 1

Related Questions