On 01/27/2009 09:16 PM, k1Ll5w1tcH wrote: > But this still doesn't explain why I have to compile with > -r:System.Data.dll, when System.Data is in my GAC?
If you are used to Visual Studio, adding -r:System.Data.dll is exactly the same as adding a reference to System.Data in your Visual Studio project. Perhaps you would feel more comfortable using MonoDevelop to write and build your software, as it works similarly. :-) Sandy _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
