Re: [SharpOS Developers] SharpOS

2011-02-01 Thread William Lahti
Hello Darko, There is no guarantee that the Milestone 0.0.1 release compiles on the latest Visual Studio. I cannot provide a detailed solution for your problem, but from the sounds of it, you may be generating a kernel executable which is using newer .NET features in the IL code which are not

Re: [SharpOS Developers] SharpOS

2011-02-01 Thread Matthijs ter Woord
IL has remained unchanged since .NET 2.0. Extension methods are just compiler metadata (1 single attribute, together with source compiler support), LINQ are just extension methods with source compiler support, .net 4.0 dynamic objects is all implemented using .net extension methods, so might be