I did a full re-install with code from svn in hopes that that would change things.
> > 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? > What happens if you copy vbnc.exe to some other directory and then run "mono > vbnc.exe test.vb"? This is now working, even without vbnc somewhere else. Thanks for the 1.0/2.0 suggestion. Will _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
