[Mono-list] Differences in behaviour in Assembly.Load()

Alfonso Ali Herrera ali@theholidayplace.co.cu
Tue, 02 Sep 2003 10:35:45 -0400


Hi all,

playing with the code in the xsp's dbpage2.aspx example i found that if i 
declare System.Data as the assembly to load (in order to use 
SqlConnection) it works ok in mono but in windows it give an error saying 
that it can't download the System.Data assembly, copying System.Data.dll 
to the application's directory fix the error.

I'm very new to the .NET framework so, is the difference in behaviour ok? 
if not whom (mono or Microsoft) is correct??

Ali