View Single Post
Old 06-03-12, 08:01 AM   #541
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by mouseno4 View Post
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
TheDarkWraith is offline   Reply With Quote