[NBLUG/talk] mod_mono - .NET/ASP and Apache - ERROR
Mark Street
mark at oswizards.com
Sat Apr 23 20:44:37 PDT 2005
I am fishing for a clue here on the list. Has anyone work with mono before?
The mono test application runs just fine but the app I am trying to run
throws this error.
Fedora Core 3
Apache 2.0.52-3.1
mono 1.1.6-1.novell.6.3
xsp-1.0.8-1
Server Error in '/vistaweb' Application
Compilation Error
Description: Error compiling a resource required to service this request.
Review your source file and modify it to fix this error.
Error message: (0,0) : error CS0006: Cannot find assembly
`/var/www/html/VistAWeb/bin/Hds.NET.dll' (0,0) : error CS0006: Cannot find
assembly `/var/www/html/VistAWeb/bin/MDO.NET.dll'
File name: /var/www/html/VistAWeb/Global.asax
Source File:
Line 1: //
------------------------------------------------------------------------------
Line 2: // <autogenerated>
Line 3: // This code was generated by a tool.
Line 4: // Mono Runtime Version: 1.1.4322.573
Line 5: //
Line 6: // Changes to this file may cause incorrect behavior and will be
lost if
Line 7: // the code is regenerated.
Line 8: // </autogenerated>
Line 9: //
------------------------------------------------------------------------------
Line 10:
Line 11: namespace ASP {
Line 12: using System;
Line 13: using System.Collections;
Line 14: using System.Collections.Specialized;
Line 15: using System.Configuration;
Line 16: using System.Text;
Line 17: using System.Text.RegularExpressions;
Line 18: using System.Web;
Line 19: using System.Web.Caching;
Line 20: using System.Web.Security;
Line 21: using System.Web.SessionState;
Line 22: using System.Web.UI;
Line 23: using System.Web.UI.WebControls;
Line 24: using System.Web.UI.HtmlControls;
Line 25:
Line 26: public class Global_asax: EMR.Global {
Line 27:
Line 28: private static bool __intialized = false;
Line 29:
Line 30: public Global_asax () {
Line 31: if ((ASP.Global_asax.__intialized == false)) {
Line 32: ASP.Global_asax.__intialized = true;
Line 33: }
Line 34: }
Line 35: }
Line 36:
Line 37: }
--
Mark Street, RHCE
http://www.oswizards.com
--
Key fingerprint = 3949 39E4 6317 7C3C 023E 2B1F 6FB3 06E7 D109 56C0
GPG key http://www.oswizards.com/pubkey.asc
More information about the talk
mailing list