
Framework 4.0 and Framework 3.5
Posted Friday, 27 August, 2010 - 17:24 by Powerino73 ini noticed a strange thing. i compiled all my projects Dll 3d engine and windows exe in 3.5 and my application goes at 480 fps, then i change the exe and compile for framework 4.0 leaving other dll for 3.5 using option useLegacyV2RuntimeActivationPolicy="true"
After that my frame rates goes down at 350. Any idea? Any suggestions? Why?


Comments
Re: Framework 4.0 and Framework 3.5
What happens if you recompile OpenTK for .Net 4.0? (You'll need to define "NET40" to the project properties for this to work correctly).