On Wed, 2009-04-22 at 10:34 -0700, MatthiasS wrote: > Hi, > > the last few days I tried to get .net pages to run on my apache server > (2.2.3, running on CentOS5). > Thanks to mod_mono (1.2.1) everything was up and running in a couple of > hours and I saw my C# page running on mono. However, I would need > apache/mono to support vb pages too, but everytime I try to start such a > page i get: > > ----------- ERROR ------------ > Description: Error processing request. > > Error Message: HTTP 500. System.InvalidOperationException: Process has not > been started. > ----------- STACK TRACE -------------- > System.InvalidOperationException: Process has not been started. > at System.Diagnostics.Process.get_ExitCode () [0x00000] > at (wrapper remoting-invoke-with-check)
That's because you don't have the VB.NET compiler installed. I'll test what MS does when Process does not find a program and improve our error reporting accordingly. -Gonzalo _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
