Fody / Costura

Embed references as resources
MIT License
2.38k stars 273 forks source link

Problem with mono #207

Closed Kn1fe closed 7 years ago

Kn1fe commented 7 years ago

When im try start progman under mono i have this error, without costura all is good

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Ve rsion=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its d ependencies. File name: 'MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc 88969c44d' [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not lo ad file or assembly 'MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToke n=c5687fc88969c44d' or one of its dependencies. File name: 'MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc 88969c44d

distantcam commented 7 years ago

As of 1.6.0 there's now a manual initialization which will help with mono.

CosturaUtility

Aaron1011 commented 5 years ago

Fixed in https://github.com/mono/mono/pull/13242