Click here to Skip to main content
16,019,514 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..

Now I am working on xaml with silverlight. And i did'n know about life cycle of xaml that's why i am facing many Problem to related that application,

Please tell me about life cycle of XAML file.

Thanks in advance...
Posted

1 solution

Life cycle of XAML:

  1. You write some XAML code.
  2. That code is processed by the .NET XAML processor and converted to MSIL.
  3. The MSIL module is linked with others to create an executable program (WPF or Silverlight

Maybe you could explain exactly what your problem is.
 
Share this answer
 
Comments
Amit Vishwakarma from barela 25-Jun-12 7:19am    
Hello

Compiled XAML = BAML not MSIL
I found it from following link

http://blogs.microsoft.co.il/blogs/tomershamam/archive/2007/05/25/Compiled-XAML-_3D00_-BAML-not-IL.aspx
Richard MacCutchan 25-Jun-12 9:42am    
Well that changes nothing; just replace MSIL with BAML in my message above and it still holds true.

Amit Vishwakarma from barela 29-Jun-12 1:27am    
Thanks.....

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