Forum: IronRuby Connect to Sql server with Ironruby for windows phone 7

Posted by Sheetal Amolik (ssag)
on 2011-02-10 06:19
Attachment: DBConnectruby.rb (1,13 KB)
Hi,
I am developing a project for Windows Phone 7 using Ironruby.
However I am not able to add referencec for Database connectivity.
and even not able to add dll System.data.
When I include Syste.data dll in .rb file, I get exception as
"NotImplementedException" in my .xaml.cs page.
Please refer the attached .rb file.
Please provide solution for this.
Regards,
Sheetal
Posted by Tomas Matousek (Guest)
on 2011-02-10 07:08
(Received via mailing list)
Require should work if you pass a full assembly name ("System.Data, 
Version=..., Culture=..., PublicKyeToken=...").
Or you can load the assemblies via Hosting API 
ScriptRuntime.LoadAssembly.

Tomas
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.