Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi I am developing silverlight application using expression blend2 and VS2008.

For that i need to know which type of executable file it will generate whether .exe or someother?
Posted
Updated 11-Mar-11 1:20am
v2

It generates a XAP file witch is nothing more that a ZIP file with a different extension. Your actual SilverLight app is one or more DLLs contained in the XAP file. The XAP file serves as a convenient delivery vehicle for multiple files.
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 11-Mar-11 21:30pm    
Simple and clear, my 5.
--SA
Abhinav S 15-Mar-11 0:34am    
Good answer. 5.
Silverligth does not create an executable. It is hosted on IIS or another web server and the application is launched as web pages in a browser.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900