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
on 2011-02-10 06:19
on 2011-02-10 07:08
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
Log in with Google account | Log in with Yahoo account
No account? Register here.