[Mono-devel-list] Stupid novice question
Daniel Morgan
danmorg at sc.rr.com
Fri Mar 7 15:45:39 EST 2003
Have you tried referencing the System.Data.dll when building?
For example:
mcs MyApp.cs /r:System.Data.dll
-----Original Message-----
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com]On Behalf Of Aleksey
Sudakov
Sent: Friday, March 07, 2003 12:53 AM
To: mono-devel-list at lists.ximian.com
Subject: [Mono-devel-list] Stupid novice question
Hello,
I just downloaded Mono RPM and instalation was a blast. Moreover most of my
code did got compiled (apart from unpublished
SupportClass.PutElement(IDictionary, key, value) method that MS converted my
java code into)... Anyway, I got stuck on "Cannot find type IDbConnection'
and other System.Data interfaces. Are they not implemented yet or are there
any tricks to get ADO working?
Also, my .NET project is actually an assembly... so what is the story with
assemblies in Mono? There are just 2 targets in mcs: library and module. I
guess I could do for now building as a library and then linking it into test
applications, but still is there a way to create true assemblies and if
there is then how?
Thanks,
Aleksey
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list