How to run dlls created using .net framework on linux server

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nhdieb
Newbie
Newbie
Posts: 1
Joined: Tue Jul 14, 2009 3:36 pm

How to run dlls created using .net framework on linux server

Post by nhdieb »

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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: How to run dlls created using .net framework on linux se

Post by vitamin »

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?
Use Mono, not Wine.

Even better, code directly a native Linux library, not .net that's not compatible with anything.
Locked