Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mono Compatibility with Enterprise Library 4.1

Does anybody using latest enterprise library 4.1 in mono? I used mono migration analyzer to analyze my web application and realized all enterprise library dll is failed in mono.

I need to know is that true that enterprise library 4.1 is not compatible in mono 2.4?

like image 677
Ervin Ter Avatar asked Nov 17 '25 02:11

Ervin Ter


2 Answers

I have an update on this.

Enterprise Library 4.0 now Open Source

like image 71
Donny V. Avatar answered Nov 19 '25 20:11

Donny V.


I initially played a little with getting EntLib 4.0 to run on Mono: http://jpobst.blogspot.com/2008/10/smart-client-software-factory-on-mono.html

I don't know if anyone has tried EntLib 4.1. Unfortunately, I know nothing about EntLib other than trying to get that sample to work. It seemed extremely complex.

Probably the best way to find out would be to try running you application on Mono and see if it works.

like image 35
jpobst Avatar answered Nov 19 '25 19:11

jpobst