https://bugzilla.novell.com/show_bug.cgi?id=365911
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=365911#c1 Sergio Samayoa <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #1 from Sergio Samayoa <[EMAIL PROTECTED]> 2008-04-04 09:22:01 MST --- I'm trying to migrate a simple ASP.NET application made with VS wich uses <asp:SqlDataSource> accessing Oracle and I got the problem reported here. It is a stopper bug. I tried load all providers with this simple code but no one has been loaded successfully: <script runat="server"> Public Sub provs() Dim ps As DataTable = DbProviderFactories.GetFactoryClasses() For Each r As DataRow In ps.Rows Response.Write("[" & r(0) & "] , [" & r(1) & "], [" & r(2) & "], [" & r(3) & "]<BR>") Try Dim f As DbProviderFactory = DbProviderFactories.GetFactory("System.Data.OracleClient") Response.Write("Sin error...<BR>") Catch ex As Exception Response.Write("ERROR:<BR>" & ex.ToString & "<BR>") End Try Next End Sub </script> FWIW: Oracle 10.2 Open Suse 10.2 Mono 1.9 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
