[Mono-list] Expecting > and got EOF when attempting to run ASP.NET/MONO on OSX/Apache2

mhuber mhuber at ascentdata.com
Fri Apr 30 15:40:49 EDT 2010



jcargilo wrote:
> 
> However, when I attempt to run the application (and thereby ASP.NET
> compiles it at run time) I receive the error Expecting > and got EOF.  The
> stack trace remarks on a System.Web.Compilation.AspGenerator.ParseError
> error from ASP.NET, unimportant probably, as I believe this is an issue
> with Mono or the setup of Mono itself.
> 

Hey,

I'm getting the same error:

Parser Error
Description: Error parsing a resource required to service this request.
Review your source file and modify it to fix this error. 

Parser Error Message: Expecting > and got EOF.

Source Error: 

Line 54: function MM_findObj(n, d) { //v4.01
Line 55:   var p,i,x;  if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
Line 56:     d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);}
Line 57:   if(!(x=d[n])&&d.all) x=d.all[n]; for
(i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
Line 58:   for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers[i].document);
 
it states the problem is on line 56.  Did you ever find out what the issue
was?  I just upgraded mono today becuase I was getting an array out of
bounds error when connecting to my MS SQL database.

Any help you can give would be greatly appreciated!

Thanks!
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Expecting-and-got-EOF-when-attempting-to-run-ASP-NET-MONO-on-OSX-Apache2-tp1556787p2077416.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list