Hi, > > > I'm trying to run a VB.NET web app under Linux using Mono and vbnc. > > > When I run xsp in the directory with the files and try to access > > > HelloWorld.aspx, I get a 500 client-side with this information: > > > Description: Error processing request. > > vbnc is not working with web apps yet (it will hopefully very soon) > Can I beta-test this or something? Is there code missing for this > that I might be able to contribute? Is the problem in vbnc or xsp? > > > For some reason it looks like vbnc.exe got into your v1.0 gac, while > it is a > > v2.0 only assembly. > I figured out what happened, I think - I had linked mbas.exe (which > xsp references) to vbnc. Since mbas is in .../1.0, it must make vbnc > ask for 1.0 libraries instead of 2.0. Any suggestions on how I could > make xsp look for vbnc instead of mbas?
I think you'll have to use xsp2 (which references 2.0 libraries) instead of xsp (which references 1.0). Rolf _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
