How to run dlls created using .net framework on linux server
How to run dlls created using .net framework on linux server
i have developed a .net DLL using Visual Sutio 2008 . and i want to access the function vai php code that runs on a linux server... Please help me on how to do this. Can wine help?
Re: How to run dlls created using .net framework on linux se
Use Mono, not Wine.nhdieb wrote:i have developed a .net DLL using Visual Sutio 2008 . and i want to access the function vai php code that runs on a linux server... Please help me on how to do this. Can wine help?
Even better, code directly a native Linux library, not .net that's not compatible with anything.