polytronicgr / gwen-dotnet

Automatically exported from code.google.com/p/gwen-dotnet
0 stars 0 forks source link

OpenTK render throwing System.Runtime.CompilerServices.ExtensionAttribute exception on mono #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. include base library
2. run project that receates the renderer
3. get exception from System.Runtime.CompilerServices.ExtensionAttribute

What version of the product are you using? On what operating system?
mono 2.10.8.1 on Ubuntu 13.4 and mono 2.10.9 on windows 8

Please provide any additional information below.

This can be fixed by changing the target runtime on the opentk renderer project 
to the full .net4/mono framework from the .net4 client profile and  recompiling

Original issue reported on code.google.com by lee.brun...@gmail.com on 9 Jul 2013 at 4:22