> -----Original Message----- > From: Daniel Lopez [mailto:[EMAIL PROTECTED] > Sent: 18 January 2005 14:54 > To: Chris Aitken > Cc: [email protected] > Subject: Re: [Mono-list] Monobundle Npgsql.dll problems > > > ** (/home/chrisa/.mono//mono/lib/mono/1.0/mcs.exe:31483): > WARNING **: > > Could not find assembly System.Windows.Forms, references from > > /home/chrisa/ASPNET/bin/Npgsql.dll (assemblyref_index=5) > > System.Windows.Forms is not currently included in the Mono > installer, so anything that depends on it will not work. It > will be included in future versions, based on the managed SWF > implementation
Thanks Daniel, I have a working mono installation on another PC. Is it possible to take the SWF dll (if such a thing exists) to make this app work? > On Tue, Jan 18, 2005 at 02:01:58PM -0000, Chris Aitken wrote: > > Hi All, > > > > I have just installed monobundle on a debian sarge installation. > > > > My home dir is /home/chrisa, and monobundle is installed in > ~/.mono/. > > The aspx files are kept in ~/ASPNET/ > > > > I have copied the Npgsql.dll from > > > ~/.mono/mono/lib/mono/gac/Npgsql/1.0.5000.0__5d8b90d52f46fda7/Npgsql.d > > ll to ~/ASPNET/bin/ > > > > When I run an app (that is known to work) I get the following: > > > > Description: Error compiling a resource required to service > this request. > > Review your source file and modify it to fix this error. > > > > Description: Error compiling a resource required to service > this request. > > Review your source file and modify it to fix this error. > > > > Error message: (0,0) : error CS0006: Cannot find assembly > > `/home/chrisa/ASPNET/bin/Npgsql.dll' (0,0) : error : (0,0) : error > > failed: 1 error(s), 0 warnings > > > > File name: /home/chrisa/ASPNET/employee.cs > > > > Here is the output from xsp: > > > > [EMAIL PROTECTED]:~/ASPNET$ cat /tmp/xsp.log > > > > ** (/home/chrisa/.mono//mono/lib/mono/1.0/mcs.exe:31483): > WARNING **: > > Could not find assembly System.Windows.Forms, references from > > /home/chrisa/ASPNET/bin/Npgsql.dll (assemblyref_index=5) > > Major/Minor: 1,0 > > Build: 5000,0 > > Token: b77a5c561934e089 > > System error: No such file or directory > > > > > > ** (/home/chrisa/.mono//mono/lib/mono/1.0/mcs.exe:31483): > WARNING **: > > Could not find assembly System.Windows.Forms, references from > > /home/chrisa/ASPNET/bin/Npgsql.dll (assemblyref_index=5) > > Major/Minor: 1,0 > > Build: 5000,0 > > Token: b77a5c561934e089 > > System error: No such file or directory > > > > > > ** (/home/chrisa/.mono//mono/lib/mono/1.0/mcs.exe:31483): > WARNING **: > > Could not find assembly System.Windows.Forms, references from > > /home/chrisa/ASPNET/bin/Npgsql.dll (assemblyref_index=5) > > Major/Minor: 1,0 > > Build: 5000,0 > > Token: b77a5c561934e089 > > System error: No such file or directory > > > > Any ideas? > > > > Cheers > > > > Chris > > > > > > > > > > > > -- > > This message has been scanned for viruses and dangerous content by > > MailScanner, and is believed to be clean. > > > > _______________________________________________ > > Mono-list maillist - [email protected] > > http://lists.ximian.com/mailman/listinfo/mono-list > > -- > This message has been scanned for viruses and dangerous > content by MailScanner, and is believed to be clean. > > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
