Microsoft has updated all "Oslo" samples so that they now work with the January 2009 CTP. I have compared my changes (look at my earlier posts: Old "Oslo" samples & new SDK, Spork sample: my version compatible with "Oslo" SDK January 2009, "MGrammar" XAML Samples with new "Oslo" CTP ) with Microsoft team changes.
Some problems have been resolved in the same way. There are some differences, too. Some of them I show below.
Sample | "Oslo" SDK October 2008 CTP | "Oslo" SDK January 2009 CTP |
MGraphXamlReader MWindow Spork Event Pattern Mesh | System.Dataflow.dll | System.Dataflow.dll DynamicParser: TReturn Parse<TReturn>(string fileName, TextReader textReader, ErrorReporter errorReporter) where TReturn : class;
parser.Parse<object>(null, reader, errorReporter); parser.Parse<object>(string.Empty, reader, errorReporter); |
PhotoStore | Grant read on folder: exec [Item].[GrantPrincipalPermission] | Grant read on folder: exec [Repository.Item].[GrantPrincipalFolderAccess] |
PhotoStore | Revoke read on folder: exec [Item].[RevokePrincipalPermission] | Revoke read on folder: exec [Repository.Item].[RevokePrincipalFolderAccess] |
Spork | Microsoft.M.Grammar.dll MGrammarCompiler.GenerateM(successor, new TermGraphAdapter { GraphBuilder = customGraphBuilder }, | mgx.exe |
No comments:
Post a Comment