There’s just so many files. The XAP file, DLL file, HTML file, PDB File, and then I have all these folders with 2 letter words where inside each folders are 2 dll files.
What do these files (in general) represent?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The XAP file represents the Silverlight application (Silverlight Application Package, the X likely refers to the XAML base of Silverlight).
DLL files are your application’s dependencies, some of which are created to facilitate serialization and localization.
Because Silverlight is browser-hosted, it requires an HTML page to host the control when you debug it.
The PDB file contains the “program database” which includes all the metadata Visual Studio uses to provide those nice descriptive tooltips when you mouse over a variable in the IDE.
Folders with two letters represent country codes and are used for localization.