[Mono-list] .dll Data Provider - Can do?

2009-02-22 Thread byteman

First, please excuse the cross posting, but I didn't get a nibble in the
asp.net section.

Exploring mono  linux  apache as a possibility for hosting a low volume
app that reads and writes foxpro data files.  On the windows side, it
requires the vfpoledb.dll provider.  Other than that, it's a fairly straight
forward asp.net 2.0 application utilizing standard controls, etc.

Should this run on mono / apache / linux?  If so, can someone point me
towards documentation that would show me how to handle the data provider?
-- 
View this message in context: 
http://www.nabble.com/.dll-Data-Provider---Can-do--tp21978137p21978137.html
Sent from the Mono - General mailing list archive at Nabble.com.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] .dll Data Provider - Can do?

2009-02-22 Thread Chris Howie
On Fri, Feb 13, 2009 at 5:07 PM, byteman ge...@controlg.com wrote:
 Exploring mono  linux  apache as a possibility for hosting a low volume
 app that reads and writes foxpro data files.  On the windows side, it
 requires the vfpoledb.dll provider.  Other than that, it's a fairly straight
 forward asp.net 2.0 application utilizing standard controls, etc.

 Should this run on mono / apache / linux?  If so, can someone point me
 towards documentation that would show me how to handle the data provider?

Is vfpoledb.dll a managed assembly?  If not, then the application will
not run natively on Linux unless there is a Linux-native version of
this library available.

If it is a managed assembly then run it through MoMA
http://www.mono-project.com/MoMA and see what the results say.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list