Avadhesh Kumar Patel
District Project Manager - Aligarh
14 months work experience in Panchayati Raj Department Sector as District Project Manager & 12 months work experience in IT Sector as Software Engineer. :-)
The .xap file
contains an application
manifest (AppManifest.xaml) file and all the necessary DLLs that are required
by the application. The first DLL contained is the compiled version of your
application and has the same name of your application. In my test, I created an
application named "SilverlightApplication1", so the DLL is named "SilverlightApplication1.dll".
The rest of the DLLs are the
dependencies the application requires.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The .xap file contains an application manifest (AppManifest.xaml) file and all the necessary DLLs that are required by the application. The first DLL contained is the compiled version of your application and has the same name of your application. In my test, I created an application named "SilverlightApplication1", so the DLL is named "SilverlightApplication1.dll". The rest of the DLLs are the dependencies the application requires.