I have a question in relation Smile for .NET. I can download Smile for .NET 2.0, however I have to write application using .NET 4.0 or 4.5. How can I use Smile .NET 2.0 in application .NET 4.0 or 4.5 ? Is it possible to do without problems ?

Cheers
Smile.NET is actually a .Net 1.1. component. You'll need to add useLegacyV2RuntimeActivationPolicy="true" as an attribute to the startup element in your App.config file.krzysztof.goljasz wrote:I have a question in relation Smile for .NET. I can download Smile for .NET 2.0, however I have to write application using .NET 4.0 or 4.5. How can I use Smile .NET 2.0 in application .NET 4.0 or 4.5 ? Is it possible to do without problems ?