Robert Jordan wrote: > Hey, > >> i hope somebody could help me... ! >> >> i try to run an application develop under VisualStudio .NET and it use >> Microsoft.Practises.EnterpriseLibrary.... >> >> it work under MONO WIN32 but as soon as i run it under LINUX MONO, a have a >> problem : >> System.UriFormatException: Invalid URI : >> The format of the URI could not be determined. >> >> if someone have an idea, he's welcome.... > > You probably won't get many answers because the Enterprise Library > is basically useless for Mono+Linux/Unix. > > See > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/pageula.asp > > Point 10. > > Robert
I forgot to mention an alternative for the Data Access Application Block: Mono's Provider Factory [1]. It's part of every Mono installation and it's more powerful that the DAA Block, IMO. [1] http://mono-project.com/Provider_Factory Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
