Taking a second look... On Fri, 2010-10-08 at 18:59 -0700, El wrote: > ell...@ubuntu:~/Projects/WebService/WebService$ xsp2 --address > 127.0.0.1 --port 8889 > > ** (/usr/lib/mono/2.0/xsp2.exe:2566): WARNING **: Missing method > System.Web.Configuration.WebConfigurationManager::get_AppSettings() in > assembly /usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/ > System.Web.dll, referenced in assembly /usr/lib/mono/gac/Mono.Web/ > 2.0.0.0__0738eb9f132ed756/Mono.Web.dll > > ** (/usr/lib/mono/2.0/xsp2.exe:2566): WARNING **: Missing method > System.Configuration.ConfigurationProperty::.ctor(string,Type,object,TypeConverter,ConfigurationValidatorBase,ConfigurationPropertyOptions) > in assembly /home/ellory/Projects/WebService/WebService/bin/ > System.Configuration.dll, referenced in assembly /usr/lib/mono/gac/ > System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
...and why do you have a .../WebService/bin/System.Configuration.dll? For that matter, where did it come from? And I would further guess that this assembly doesn't have an System.Configuration.ConfigurationProperty instance constructor with the above signature. As a guess, I think you have some "platform assemblies" in your 'bin' directory which shouldn't be there. Try removing all the System.*.dll assemblies and running again. - Jon -- You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/dblinq?hl=en.
