Share via


Silverlight 4 beta API listing in one big text file

See previous post for explanation.

Silverlight-v4beta-plus-sdk.txt

Comments

  • Anonymous
    March 11, 2010
    I see the exception in the beginning of the file. What does it mean? The matter is that I get exactly the same exception when trying to read mscorlib using .Net's Reflection API Thanks

  • Anonymous
    March 12, 2010
    It's because I'm using .NET 3.5sp1 to run the API dumping tool (txref). In SL4 & .NET4, this type was moved from System.Core.dll into mscorlib.dll. However, the API tool is effectively looking at v4 of System.Core.dll and v3.5 of mscorlib.dll.