Reputation: 73
hi im developing silverlight application but when i m trying to compile that file its going to browser i need to execute without browser can you tell me alternate solution for that
Upvotes: 0
Views: 85
Reputation: 5087
(1) Create a new or (2) Open the Silverlight application using Visual Studio 2008/2010. From the Solution Explorer, simply right-click the Project file, Properties, and the Properties page will show up. Under the Silverlight tab, check 'Enable running application out of the browser'.
Hope this helps.
Upvotes: 0
Reputation: 18139
Building An Out-of-Browser Client With Silverlight 3
http://msdn.microsoft.com/en-us/magazine/dd882515.aspx
Upvotes: 1