Quote:
Originally Posted by mouseno4
I see. I did not know what it was built on. I shall now re-enable .Net framework again.
|
I code using Visual Studio 2008 and in mainly C# so everything is a managed app (thus has CLR and needs .NET framework). I usually compile against .NET version 3.5 as it has everything that I need. I've been looking into .NET 4.0 as it has support for 'variants' - basically it allows for dynamics vice strongly-typed types