[ Home | Forums | About | Sponsors ]
  Welcome, Guest. Please Login or Register
Google
 
Web gotmono.com
  Signup for free on our forum and benefit from new features!
  HomeHelpSearchLoginRegister  
 
Page Index Toggle Pages: 1
Send Topic Print
(Read 563 times)
Evan
YaBB Newbies
*
Offline


Posts: 2

VBNC99999: No less generic
Feb 6th, 2010, 2:55pm
 
I'm building a site in Visual Studio and hosting with x10Hosting, who uses Mono. The code is fairly simple and runs fine in the ASP.NET development server. I've searched Google for the error, only to find Mono source code (which I did peruse, but to no avail). Can someone please help me with this?

   Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.
   Compiler Error Message: VBNC99999: No less generic: /tmp/nobody-temp-aspnet-0/a890328a/App_Web_328cc823_0.vb (40,21)
   Source Error:
   Line 18: Dim di As New DirectoryInfo(Server.MapPath("Artwork/" & path))
   Line 19: Dim subdirs As DirectoryInfo() = di.GetDirectories
   Line 20: Dim subcatCount As Integer
   Line 21: If subdirs.Length > 0 Then
   Line 22: ' Find subcats and artwork
   Source File: /tmp/nobody-temp-aspnet-0/a890328a/App_Web_328cc823_0.vb Lines: 20, 29, 38, 40, 47
Back to top
 
 
IP Logged
 
Evan
YaBB Newbies
*
Offline


Posts: 2

Re: VBNC99999: No less generic
Reply #1 - Feb 9th, 2010, 2:34pm
 
Issue Resolved

In a procedure I called, I was attempting to pass a View control ByRef. Mono didn't like this, apparently. Took out this parameter and the page loaded correctly.
Back to top
 
 
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print
 

Copyright © 2003-2008, The Mono Community
Website Design donated by IdeaZone.ca