Smile for .NET 4.0 or 4.5

The engine.
Post Reply
krzysztof.goljasz
Posts: 2
Joined: Wed Feb 19, 2014 9:04 pm

Smile for .NET 4.0 or 4.5

Post by krzysztof.goljasz »

Hello,

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
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Smile for .NET 4.0 or 4.5

Post by shooltz[BayesFusion] »

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 ?
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
Posts: 2
Joined: Wed Feb 19, 2014 9:04 pm

Re: Smile for .NET 4.0 or 4.5

Post by krzysztof.goljasz »

It works! Thanks a lot.
Post Reply