Mogre 1.6.5 and Framework 4 duet

Kohedlo

01-03-2010 09:51:04

I build samples with NetFramework 4 but samples no run=(.What is need7

smiley80

01-03-2010 11:34:35

You have to either rebuilt Mogre with .NET 4.0, or you use this as your app.config file:
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
</startup>
</configuration>